3D принтер ELEMentus2

Рабочее поле X 440 Y 440 Z 400

Два двигателя по оси Z

Экструдер Титан

Нотенд Бульдог

Драйвера 8729

Двигатели на 0,9 градусов 400 шагов

Кинематика почти как ULTIMAKER , но движки работают на прямую с валами

Плата CHITU3D V5 дисплей родной TRONXY X5SA

Прошифка от Darkwulf183/Marlin-2.0.8-ALL-UI-Standart-Color-LVGL

#define V5_330_TITAN_NO_TMC 1
#define TFT_COLOR_UI      //Marlin Color Ui (Touch Support)
 
  #define MOTHERBOARD BOARD_CHITU3D_V5
  //#define WITH_TMC 1
  #define WITH_TITAN 1
  #define X_BED_SIZE 440
  #define Y_BED_SIZE 440
  #define Z_MAX_POS 400
  #define CUSTOM_MACHINE_NAME «X5SA V5 8729 2.0.8»
  #define WITH_DOUBLE_Z 1   Два двигателя оси Z
 
#define INVERT_Z2_VS_Z_DIR
 
 
//#define THERMAL_PROTECTION_BED     // Enable thermal protection for the heated bed
//#define THERMAL_PROTECTION_CHAMBER // Enable thermal protection for the heated chamber
 
Mechanical Settings —>>все отрубаем
 
#define X_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Y_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Z_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define X_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Y_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Z_MAX_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop.
#define Z_MIN_PROBE_ENDSTOP_INVERTING false // Set to true to invert the logic of the probe.
 
 #define X_DRIVER_TYPE  LV8729
 #define Y_DRIVER_TYPE  LV8729
 #define Z_DRIVER_TYPE  LV8729
 #define Z2_DRIVER_TYPE LV8729
 #define E0_DRIVER_TYPE LV8729
 
#define DEFAULT_AXIS_STEPS_PER_UNIT  { 325, 325, 1645,804 }
 
#define DEFAULT_MAX_FEEDRATE          { 100, 100, 5, 25 }
#define DEFAULT_MAX_ACCELERATION      { 1000, 1000, 100, 4000 }
 
#define DEFAULT_ACCELERATION          1000    // X, Y, Z and E acceleration for printing moves
#define DEFAULT_RETRACT_ACCELERATION  1000    // E acceleration for retracts
#define DEFAULT_TRAVEL_ACCELERATION   1000    // X, Y, Z acceleration for travel (non printing) moves
#define DEFAULT_EJERK    5.0  // May be used by Linear Advance
 
#define S_CURVE_ACCELERATION
 
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false             // Disable the extruder when not stepping
#define DISABLE_INACTIVE_EXTRUDER   // Keep only the active extruder enabled
#define INVERT_X_DIR false
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
 
#define INVERT_E0_DIR true    //  elem BMG
#define INVERT_E1_DIR false
#define INVERT_E2_DIR false
#define INVERT_E3_DIR false
#define INVERT_E4_DIR false
#define INVERT_E5_DIR false
#define INVERT_E6_DIR false
#define INVERT_E7_DIR false
 
#define LCD_LANGUAGE en
 

Go to Top