Merge pull request #7437 from thinkyhead/bf1_geeetech_config
Geeetech I3 Pro X + GT2560 Config
This commit is contained in:
commit
82cfdd4d8f
|
@ -551,7 +551,6 @@
|
||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -593,7 +592,7 @@
|
||||||
* Probe Type
|
* Probe Type
|
||||||
*
|
*
|
||||||
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
||||||
* You must activate one of these to use Auto Bed Leveling below.
|
* Activate one of these to use Auto Bed Leveling below.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1309,12 +1308,6 @@
|
||||||
//
|
//
|
||||||
//#define ULTIPANEL
|
//#define ULTIPANEL
|
||||||
|
|
||||||
//
|
|
||||||
// Cartesio UI
|
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
|
||||||
//
|
|
||||||
//#define CARTESIO_UI
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
||||||
// http://reprap.org/wiki/PanelOne
|
// http://reprap.org/wiki/PanelOne
|
||||||
|
@ -1397,6 +1390,12 @@
|
||||||
//
|
//
|
||||||
//#define BQ_LCD_SMART_CONTROLLER
|
//#define BQ_LCD_SMART_CONTROLLER
|
||||||
|
|
||||||
|
//
|
||||||
|
// Cartesio UI
|
||||||
|
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
|
//
|
||||||
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET_10 Controller supported displays.
|
||||||
//
|
//
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -648,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
* Warnings for old configurations
|
* Warnings for old configurations
|
||||||
*/
|
*/
|
||||||
#if !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
|
#if !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
|
||||||
#error "X_BED_SIZE and BED_Y_SIZE are now required! Please update your configuration."
|
#error "X_BED_SIZE and Y_BED_SIZE are now required! Please update your configuration."
|
||||||
#elif WATCH_TEMP_PERIOD > 500
|
#elif WATCH_TEMP_PERIOD > 500
|
||||||
#error "WATCH_TEMP_PERIOD now uses seconds instead of milliseconds."
|
#error "WATCH_TEMP_PERIOD now uses seconds instead of milliseconds."
|
||||||
#elif DISABLED(THERMAL_PROTECTION_HOTENDS) && (defined(WATCH_TEMP_PERIOD) || defined(THERMAL_PROTECTION_PERIOD))
|
#elif DISABLED(THERMAL_PROTECTION_HOTENDS) && (defined(WATCH_TEMP_PERIOD) || defined(THERMAL_PROTECTION_PERIOD))
|
||||||
|
@ -244,6 +244,12 @@
|
||||||
#error "Z_DUAL_STEPPER_DRIVERS requires Z2 pins (and an extra E plug)."
|
#error "Z_DUAL_STEPPER_DRIVERS requires Z2 pins (and an extra E plug)."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Validate that the bed size fits
|
||||||
|
*/
|
||||||
|
static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
|
||||||
|
"Movement bounds ([XY]_MIN_POS, [XY]_MAX_POS) are too narrow to contain [XY]_BED_SIZE.");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Progress Bar
|
* Progress Bar
|
||||||
*/
|
*/
|
||||||
|
@ -418,10 +424,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Servo deactivation depends on servo endstops or switching nozzle
|
* Servo deactivation depends on servo endstops, switching nozzle, or switching extruder
|
||||||
*/
|
*/
|
||||||
#if ENABLED(DEACTIVATE_SERVOS_AFTER_MOVE) && !HAS_Z_SERVO_ENDSTOP && !defined(SWITCHING_NOZZLE_SERVO_NR)
|
#if ENABLED(DEACTIVATE_SERVOS_AFTER_MOVE) && !HAS_Z_SERVO_ENDSTOP && !defined(SWITCHING_NOZZLE_SERVO_NR) && !defined(SWITCHING_EXTRUDER_SERVO_NR)
|
||||||
#error "Z_ENDSTOP_SERVO_NR or switching nozzle is required for DEACTIVATE_SERVOS_AFTER_MOVE."
|
#error "Z_ENDSTOP_SERVO_NR, switching nozzle, or switching extruder is required for DEACTIVATE_SERVOS_AFTER_MOVE."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -307,6 +310,7 @@
|
||||||
#define HEATER_1_MAXTEMP 250
|
#define HEATER_1_MAXTEMP 250
|
||||||
#define HEATER_2_MAXTEMP 250
|
#define HEATER_2_MAXTEMP 250
|
||||||
#define HEATER_3_MAXTEMP 250
|
#define HEATER_3_MAXTEMP 250
|
||||||
|
#define HEATER_4_MAXTEMP 250
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -478,13 +482,13 @@
|
||||||
|
|
||||||
#if DISABLED(ENDSTOPPULLUPS)
|
#if DISABLED(ENDSTOPPULLUPS)
|
||||||
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
|
// fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
|
||||||
#define ENDSTOPPULLUP_XMAX
|
//#define ENDSTOPPULLUP_XMAX
|
||||||
#define ENDSTOPPULLUP_YMAX
|
//#define ENDSTOPPULLUP_YMAX
|
||||||
#define ENDSTOPPULLUP_ZMAX
|
//#define ENDSTOPPULLUP_ZMAX
|
||||||
#define ENDSTOPPULLUP_XMIN
|
//#define ENDSTOPPULLUP_XMIN
|
||||||
#define ENDSTOPPULLUP_YMIN
|
//#define ENDSTOPPULLUP_YMIN
|
||||||
#define ENDSTOPPULLUP_ZMIN
|
//#define ENDSTOPPULLUP_ZMIN
|
||||||
#define ENDSTOPPULLUP_ZMIN_PROBE
|
//#define ENDSTOPPULLUP_ZMIN_PROBE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
|
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
|
||||||
|
@ -1476,11 +1480,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1498,6 +1497,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,4,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,4,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -548,7 +551,6 @@
|
||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -1458,11 +1460,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1480,6 +1477,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -608,7 +608,6 @@
|
||||||
//#define DEFAULT_ZJERK 0.3
|
//#define DEFAULT_ZJERK 0.3
|
||||||
//#define DEFAULT_EJERK 5.0
|
//#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -650,7 +649,7 @@
|
||||||
* Probe Type
|
* Probe Type
|
||||||
*
|
*
|
||||||
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
||||||
* You must activate one of these to use Auto Bed Leveling below.
|
* Activate one of these to use Auto Bed Leveling below.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1466,12 +1465,6 @@
|
||||||
//
|
//
|
||||||
//#define ULTIPANEL
|
//#define ULTIPANEL
|
||||||
|
|
||||||
//
|
|
||||||
// Cartesio UI
|
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
|
||||||
//
|
|
||||||
//#define CARTESIO_UI
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
||||||
// http://reprap.org/wiki/PanelOne
|
// http://reprap.org/wiki/PanelOne
|
||||||
|
@ -1556,6 +1549,12 @@
|
||||||
//
|
//
|
||||||
//#define BQ_LCD_SMART_CONTROLLER
|
//#define BQ_LCD_SMART_CONTROLLER
|
||||||
|
|
||||||
|
//
|
||||||
|
// Cartesio UI
|
||||||
|
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
|
//
|
||||||
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET_10 Controller supported displays.
|
||||||
//
|
//
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -648,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -1290,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -557,7 +557,6 @@
|
||||||
#define DEFAULT_ZJERK 0.3
|
#define DEFAULT_ZJERK 0.3
|
||||||
#define DEFAULT_EJERK 5.0
|
#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -599,7 +598,7 @@
|
||||||
* Probe Type
|
* Probe Type
|
||||||
*
|
*
|
||||||
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
||||||
* You must activate one of these to use Auto Bed Leveling below.
|
* Activate one of these to use Auto Bed Leveling below.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1013,6 +1012,7 @@
|
||||||
//
|
//
|
||||||
//#define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages
|
//#define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages
|
||||||
//#define DEFAULT_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113.
|
//#define DEFAULT_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113.
|
||||||
|
#define BUSY_WHILE_HEATING // Some hosts require "busy" messages even during heating
|
||||||
|
|
||||||
//
|
//
|
||||||
// M100 Free Memory Watcher
|
// M100 Free Memory Watcher
|
||||||
|
@ -1037,7 +1037,7 @@
|
||||||
#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255
|
#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255
|
||||||
|
|
||||||
#define PREHEAT_2_TEMP_HOTEND 240
|
#define PREHEAT_2_TEMP_HOTEND 240
|
||||||
#define PREHEAT_2_TEMP_BED 90
|
#define PREHEAT_2_TEMP_BED 90
|
||||||
#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255
|
#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1314,12 +1314,6 @@
|
||||||
//
|
//
|
||||||
//#define ULTIPANEL
|
//#define ULTIPANEL
|
||||||
|
|
||||||
//
|
|
||||||
// Cartesio UI
|
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
|
||||||
//
|
|
||||||
//#define CARTESIO_UI
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
||||||
// http://reprap.org/wiki/PanelOne
|
// http://reprap.org/wiki/PanelOne
|
||||||
|
@ -1404,6 +1398,12 @@
|
||||||
//
|
//
|
||||||
//#define BQ_LCD_SMART_CONTROLLER
|
//#define BQ_LCD_SMART_CONTROLLER
|
||||||
|
|
||||||
|
//
|
||||||
|
// Cartesio UI
|
||||||
|
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
|
//
|
||||||
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET_10 Controller supported displays.
|
||||||
//
|
//
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -648,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -1290,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -164,7 +164,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -310,6 +313,7 @@
|
||||||
#define HEATER_1_MAXTEMP 260
|
#define HEATER_1_MAXTEMP 260
|
||||||
#define HEATER_2_MAXTEMP 260
|
#define HEATER_2_MAXTEMP 260
|
||||||
#define HEATER_3_MAXTEMP 260
|
#define HEATER_3_MAXTEMP 260
|
||||||
|
#define HEATER_4_MAXTEMP 260
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -521,7 +525,7 @@
|
||||||
* M204 R Retract Acceleration
|
* M204 R Retract Acceleration
|
||||||
* M204 T Travel Acceleration
|
* M204 T Travel Acceleration
|
||||||
*/
|
*/
|
||||||
#define DEFAULT_ACCELERATION 650 // X, Y, Z and E acceleration for printing moves
|
#define DEFAULT_ACCELERATION 650 // X, Y, Z and E acceleration for printing moves
|
||||||
#define DEFAULT_RETRACT_ACCELERATION 1000 // E acceleration for retracts
|
#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_TRAVEL_ACCELERATION 1000 // X, Y, Z acceleration for travel (non printing) moves
|
||||||
|
|
||||||
|
@ -1447,11 +1451,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1469,6 +1468,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -160,7 +160,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1458,11 +1461,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1480,6 +1478,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
#define LCD_DECIMAL_SMALL_XY
|
#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -531,8 +534,25 @@
|
||||||
|
|
||||||
#endif // SDSUPPORT
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// Some additional options are available for graphical displays:
|
/**
|
||||||
|
* Additional options for Graphical Displays
|
||||||
|
*
|
||||||
|
* Use the optimizations here to improve printing performance,
|
||||||
|
* which can be adversely affected by graphical display drawing,
|
||||||
|
* especially when doing several short moves, and when printing
|
||||||
|
* on DELTA and SCARA machines.
|
||||||
|
*
|
||||||
|
* Some of these options may result in the display lagging behind
|
||||||
|
* controller events, as there is a trade-off between reliable
|
||||||
|
* printing performance versus fast display updates.
|
||||||
|
*/
|
||||||
#if ENABLED(DOGLCD)
|
#if ENABLED(DOGLCD)
|
||||||
|
// Enable to save many cycles by drawing a hollow frame on the Info Screen
|
||||||
|
#define XYZ_HOLLOW_FRAME
|
||||||
|
|
||||||
|
// Enable to save many cycles by drawing a hollow frame on Menu Screens
|
||||||
|
#define MENU_HOLLOW_FRAME
|
||||||
|
|
||||||
// A bigger font is available for edit items. Costs 3120 bytes of PROGMEM.
|
// A bigger font is available for edit items. Costs 3120 bytes of PROGMEM.
|
||||||
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
// Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
|
||||||
#define USE_BIG_EDIT_FONT
|
#define USE_BIG_EDIT_FONT
|
||||||
|
@ -628,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -650,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1266,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -164,7 +164,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -310,6 +313,7 @@
|
||||||
#define HEATER_1_MAXTEMP 260
|
#define HEATER_1_MAXTEMP 260
|
||||||
#define HEATER_2_MAXTEMP 260
|
#define HEATER_2_MAXTEMP 260
|
||||||
#define HEATER_3_MAXTEMP 260
|
#define HEATER_3_MAXTEMP 260
|
||||||
|
#define HEATER_4_MAXTEMP 260
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -1447,11 +1451,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1469,6 +1468,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -162,7 +162,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -308,6 +311,7 @@
|
||||||
#define HEATER_1_MAXTEMP 415
|
#define HEATER_1_MAXTEMP 415
|
||||||
#define HEATER_2_MAXTEMP 415
|
#define HEATER_2_MAXTEMP 415
|
||||||
#define HEATER_3_MAXTEMP 415
|
#define HEATER_3_MAXTEMP 415
|
||||||
|
#define HEATER_4_MAXTEMP 415
|
||||||
#define BED_MAXTEMP 165
|
#define BED_MAXTEMP 165
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -1455,11 +1459,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1477,6 +1476,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -335,12 +335,12 @@
|
||||||
|
|
||||||
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||||
|
|
||||||
// Stock CR-10 tuned for 70C
|
// Stock CR-10 tuned for 70C
|
||||||
#define DEFAULT_Kp 22.57
|
#define DEFAULT_Kp 22.57
|
||||||
#define DEFAULT_Ki 1.72
|
#define DEFAULT_Ki 1.72
|
||||||
#define DEFAULT_Kd 73.96
|
#define DEFAULT_Kd 73.96
|
||||||
|
|
||||||
// Ultimaker
|
// Ultimaker
|
||||||
//#define DEFAULT_Kp 22.2
|
//#define DEFAULT_Kp 22.2
|
||||||
//#define DEFAULT_Ki 1.08
|
//#define DEFAULT_Ki 1.08
|
||||||
//#define DEFAULT_Kd 114
|
//#define DEFAULT_Kd 114
|
||||||
|
@ -561,7 +561,6 @@
|
||||||
#define DEFAULT_ZJERK 2.7
|
#define DEFAULT_ZJERK 2.7
|
||||||
#define DEFAULT_EJERK 5.0
|
#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -603,7 +602,7 @@
|
||||||
* Probe Type
|
* Probe Type
|
||||||
*
|
*
|
||||||
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
||||||
* You must activate one of these to use Auto Bed Leveling below.
|
* Activate one of these to use Auto Bed Leveling below.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1019,6 +1018,7 @@
|
||||||
//
|
//
|
||||||
#define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages
|
#define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages
|
||||||
#define DEFAULT_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113.
|
#define DEFAULT_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113.
|
||||||
|
#define BUSY_WHILE_HEATING // Some hosts require "busy" messages even during heating
|
||||||
|
|
||||||
//
|
//
|
||||||
// M100 Free Memory Watcher
|
// M100 Free Memory Watcher
|
||||||
|
@ -1320,12 +1320,6 @@
|
||||||
//
|
//
|
||||||
//#define ULTIPANEL
|
//#define ULTIPANEL
|
||||||
|
|
||||||
//
|
|
||||||
// Cartesio UI
|
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
|
||||||
//
|
|
||||||
//#define CARTESIO_UI
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
||||||
// http://reprap.org/wiki/PanelOne
|
// http://reprap.org/wiki/PanelOne
|
||||||
|
@ -1408,6 +1402,12 @@
|
||||||
//
|
//
|
||||||
//#define BQ_LCD_SMART_CONTROLLER
|
//#define BQ_LCD_SMART_CONTROLLER
|
||||||
|
|
||||||
|
//
|
||||||
|
// Cartesio UI
|
||||||
|
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
|
//
|
||||||
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET_10 Controller supported displays.
|
||||||
//
|
//
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -727,7 +730,7 @@
|
||||||
// Be sure you have this distance over your Z_MAX_POS in case.
|
// Be sure you have this distance over your Z_MAX_POS in case.
|
||||||
|
|
||||||
// Direction of endstops when homing; 1=MAX, -1=MIN
|
// Direction of endstops when homing; 1=MAX, -1=MIN
|
||||||
// :[-1, 1]
|
// :[-1,1]
|
||||||
#define X_HOME_DIR -1
|
#define X_HOME_DIR -1
|
||||||
#define Y_HOME_DIR -1
|
#define Y_HOME_DIR -1
|
||||||
#define Z_HOME_DIR -1
|
#define Z_HOME_DIR -1
|
||||||
|
@ -1439,11 +1442,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1461,6 +1459,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1439,11 +1442,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1461,6 +1459,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -553,7 +556,6 @@
|
||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 4.0
|
#define DEFAULT_EJERK 4.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -698,7 +700,8 @@
|
||||||
#define Z_CLEARANCE_DEPLOY_PROBE 3 // Z Clearance for Deploy/Stow
|
#define Z_CLEARANCE_DEPLOY_PROBE 3 // Z Clearance for Deploy/Stow
|
||||||
#define Z_CLEARANCE_BETWEEN_PROBES 3 // Z Clearance between probe points
|
#define Z_CLEARANCE_BETWEEN_PROBES 3 // Z Clearance between probe points
|
||||||
|
|
||||||
// For M851 give a range for adjusting the Z probe offset#define Z_PROBE_OFFSET_RANGE_MIN -20
|
// For M851 give a range for adjusting the Z probe offset
|
||||||
|
#define Z_PROBE_OFFSET_RANGE_MIN -20
|
||||||
#define Z_PROBE_OFFSET_RANGE_MAX 20
|
#define Z_PROBE_OFFSET_RANGE_MAX 20
|
||||||
|
|
||||||
// Enable the M48 repeatability test to test probe accuracy
|
// Enable the M48 repeatability test to test probe accuracy
|
||||||
|
@ -1462,11 +1465,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1484,6 +1482,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -648,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -795,7 +795,6 @@
|
||||||
* Requires an LCD display.
|
* Requires an LCD display.
|
||||||
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
|
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ADVANCED_PAUSE_FEATURE
|
#define ADVANCED_PAUSE_FEATURE
|
||||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||||
#define PAUSE_PARK_X_POS 10 // X position of hotend
|
#define PAUSE_PARK_X_POS 10 // X position of hotend
|
||||||
|
@ -805,7 +804,6 @@
|
||||||
#define PAUSE_PARK_Z_FEEDRATE 5 // Z axis feedrate in mm/s (not used for delta printers)
|
#define PAUSE_PARK_Z_FEEDRATE 5 // Z axis feedrate in mm/s (not used for delta printers)
|
||||||
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // Initial retract feedrate in mm/s
|
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // Initial retract feedrate in mm/s
|
||||||
#define PAUSE_PARK_RETRACT_LENGTH 2 // Initial retract in mm
|
#define PAUSE_PARK_RETRACT_LENGTH 2 // Initial retract in mm
|
||||||
|
|
||||||
// It is a short retract used immediately after print interrupt before move to filament exchange position
|
// It is a short retract used immediately after print interrupt before move to filament exchange position
|
||||||
#define FILAMENT_CHANGE_UNLOAD_FEEDRATE 10 // Unload filament feedrate in mm/s - filament unloading can be fast
|
#define FILAMENT_CHANGE_UNLOAD_FEEDRATE 10 // Unload filament feedrate in mm/s - filament unloading can be fast
|
||||||
#define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // Unload filament length from hotend in mm
|
#define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // Unload filament length from hotend in mm
|
||||||
|
@ -1211,15 +1209,11 @@
|
||||||
//#define SPEED_POWER_MAX 100 // 0-100%
|
//#define SPEED_POWER_MAX 100 // 0-100%
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section debug
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
|
* M43 - display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
|
||||||
*/
|
*/
|
||||||
#define PINS_DEBUGGING
|
#define PINS_DEBUGGING
|
||||||
|
|
||||||
// @section extras
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Auto-report temperatures with M155 S<seconds>
|
* Auto-report temperatures with M155 S<seconds>
|
||||||
*/
|
*/
|
||||||
|
@ -1296,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -555,7 +555,6 @@
|
||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -597,7 +596,7 @@
|
||||||
* Probe Type
|
* Probe Type
|
||||||
*
|
*
|
||||||
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
* Allen Key Probes, Servo Probes, Z-Sled Probes, FIX_MOUNTED_PROBE, etc.
|
||||||
* You must activate one of these to use Auto Bed Leveling below.
|
* Activate one of these to use Auto Bed Leveling below.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1313,12 +1312,6 @@
|
||||||
//
|
//
|
||||||
//#define ULTIPANEL
|
//#define ULTIPANEL
|
||||||
|
|
||||||
//
|
|
||||||
// Cartesio UI
|
|
||||||
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
|
||||||
//
|
|
||||||
//#define CARTESIO_UI
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
|
||||||
// http://reprap.org/wiki/PanelOne
|
// http://reprap.org/wiki/PanelOne
|
||||||
|
@ -1401,6 +1394,12 @@
|
||||||
//
|
//
|
||||||
//#define BQ_LCD_SMART_CONTROLLER
|
//#define BQ_LCD_SMART_CONTROLLER
|
||||||
|
|
||||||
|
//
|
||||||
|
// Cartesio UI
|
||||||
|
// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
|
||||||
|
//
|
||||||
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET_10 Controller supported displays.
|
||||||
//
|
//
|
||||||
|
|
|
@ -123,8 +123,8 @@
|
||||||
#define AUTOTEMP_OLDWEIGHT 0.98
|
#define AUTOTEMP_OLDWEIGHT 0.98
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//Show Temperature ADC value
|
// Show Temperature ADC value
|
||||||
//The M105 command return, besides traditional information, the ADC value read from temperature sensors.
|
// Enable for M105 to include ADC values read from temperature sensors.
|
||||||
//#define SHOW_TEMP_ADC_VALUES
|
//#define SHOW_TEMP_ADC_VALUES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -220,12 +220,16 @@
|
||||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
||||||
|
|
||||||
// Define a pin to turn case light on/off
|
/**
|
||||||
//#define CASE_LIGHT_PIN 4
|
* M355 Case Light on-off / brightness
|
||||||
#if PIN_EXISTS(CASE_LIGHT)
|
*/
|
||||||
#define INVERT_CASE_LIGHT false // Set to true if HIGH is the OFF state (active low)
|
//#define CASE_LIGHT_ENABLE
|
||||||
//#define CASE_LIGHT_DEFAULT_ON // Uncomment to set default state to on
|
#if ENABLED(CASE_LIGHT_ENABLE)
|
||||||
//#define MENU_ITEM_CASE_LIGHT // Uncomment to have a Case Light On / Off entry in main menu
|
//#define CASE_LIGHT_PIN 4 // Override the default pin if needed
|
||||||
|
#define INVERT_CASE_LIGHT false // Set true if Case Light is ON when pin is LOW
|
||||||
|
#define CASE_LIGHT_DEFAULT_ON true // Set default power-up state on
|
||||||
|
#define CASE_LIGHT_DEFAULT_BRIGHTNESS 105 // Set default power-up brightness (0-255, requires PWM pin)
|
||||||
|
//#define MENU_ITEM_CASE_LIGHT // Add a Case Light option to the LCD main menu
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -280,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -390,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -415,16 +419,16 @@
|
||||||
* M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
|
* M908 - BQ_ZUM_MEGA_3D, RAMBO, PRINTRBOARD_REVF, RIGIDBOARD_V2 & SCOOVO_X9H
|
||||||
* M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
|
* M909, M910 & LCD - only PRINTRBOARD_REVF & RIGIDBOARD_V2
|
||||||
*/
|
*/
|
||||||
//#define PWM_MOTOR_CURRENT {1300, 1300, 1250} // Values in milliamps
|
//#define PWM_MOTOR_CURRENT { 1300, 1300, 1250 } // Values in milliamps
|
||||||
#define DIGIPOT_MOTOR_CURRENT {135,135,135,135,135} // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
|
#define DIGIPOT_MOTOR_CURRENT { 135,135,135,135,135 } // Values 0-255 (RAMBO 135 = ~0.75A, 185 = ~1A)
|
||||||
//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
|
//#define DAC_MOTOR_CURRENT_DEFAULT { 70, 80, 90, 80 } // Default drive percent - X, Y, Z, E axis
|
||||||
|
|
||||||
// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
|
// Uncomment to enable an I2C based DIGIPOT like on the Azteeg X3 Pro
|
||||||
//#define DIGIPOT_I2C
|
//#define DIGIPOT_I2C
|
||||||
//#define DIGIPOT_MCP4018
|
//#define DIGIPOT_MCP4018 // Requires library from https://github.com/stawel/SlowSoftI2CMaster
|
||||||
#define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4 AZTEEG_X3_PRO: 8
|
#define DIGIPOT_I2C_NUM_CHANNELS 8 // 5DPRINT: 4 AZTEEG_X3_PRO: 8
|
||||||
// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
|
// Actual motor currents in Amps, need as many here as DIGIPOT_I2C_NUM_CHANNELS
|
||||||
#define DIGIPOT_I2C_MOTOR_CURRENTS {1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0} // AZTEEG_X3_PRO
|
#define DIGIPOT_I2C_MOTOR_CURRENTS { 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 } // AZTEEG_X3_PRO
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//=============================Additional Features===========================
|
//=============================Additional Features===========================
|
||||||
|
@ -644,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Prusa Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -674,10 +678,16 @@
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
|
||||||
// Arc interpretation settings:
|
//
|
||||||
#define ARC_SUPPORT // Disabling this saves ~2738 bytes
|
// G2/G3 Arc Support
|
||||||
#define MM_PER_ARC_SEGMENT 1
|
//
|
||||||
#define N_ARC_CORRECTION 25
|
#define ARC_SUPPORT // Disable this feature to save ~3226 bytes
|
||||||
|
#if ENABLED(ARC_SUPPORT)
|
||||||
|
#define MM_PER_ARC_SEGMENT 1 // Length of each arc segment
|
||||||
|
#define N_ARC_CORRECTION 25 // Number of intertpolated segments between corrections
|
||||||
|
//#define ARC_P_CIRCLES // Enable the 'P' parameter to specify complete circles
|
||||||
|
//#define CNC_WORKSPACE_PLANES // Allow G2/G3 to operate in XY, ZX, or YZ planes
|
||||||
|
#endif
|
||||||
|
|
||||||
// Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
|
// Support for G5 with XYZE destination and IJPQ offsets. Requires ~2666 bytes.
|
||||||
//#define BEZIER_CURVE_SUPPORT
|
//#define BEZIER_CURVE_SUPPORT
|
||||||
|
@ -814,6 +824,7 @@
|
||||||
#define PAUSE_PARK_NO_STEPPER_TIMEOUT // Enable to have stepper motors hold position during filament change
|
#define PAUSE_PARK_NO_STEPPER_TIMEOUT // Enable to have stepper motors hold position during filament change
|
||||||
// even if it takes longer than DEFAULT_STEPPER_DEACTIVE_TIME.
|
// even if it takes longer than DEFAULT_STEPPER_DEACTIVE_TIME.
|
||||||
//#define PARK_HEAD_ON_PAUSE // Go to filament change position on pause, return to print position on resume
|
//#define PARK_HEAD_ON_PAUSE // Go to filament change position on pause, return to print position on resume
|
||||||
|
//#define HOME_BEFORE_FILAMENT_CHANGE // Ensure homing has been completed prior to parking for filament change
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section tmc
|
// @section tmc
|
||||||
|
@ -1034,7 +1045,7 @@
|
||||||
*/
|
*/
|
||||||
#define TMC2130_ADV() { }
|
#define TMC2130_ADV() { }
|
||||||
|
|
||||||
#endif // ENABLED(HAVE_TMC2130)
|
#endif // HAVE_TMC2130
|
||||||
|
|
||||||
// @section L6470
|
// @section L6470
|
||||||
|
|
||||||
|
@ -1269,4 +1280,95 @@
|
||||||
#define USER_GCODE_5 "G28\nM503"
|
#define USER_GCODE_5 "G28\nM503"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Specify an action command to send to the host when the printer is killed.
|
||||||
|
* Will be sent in the form '//action:ACTION_ON_KILL', e.g. '//action:poweroff'.
|
||||||
|
* The host must be configured to handle the action command.
|
||||||
|
*/
|
||||||
|
//#define ACTION_ON_KILL "poweroff"
|
||||||
|
|
||||||
|
//===========================================================================
|
||||||
|
//====================== I2C Position Encoder Settings ======================
|
||||||
|
//===========================================================================
|
||||||
|
|
||||||
|
/**
|
||||||
|
* I2C position encoders for closed loop control.
|
||||||
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
*
|
||||||
|
* Wiki: http://wiki.aus3d.com.au/Magnetic_Encoder
|
||||||
|
* Github: https://github.com/Aus3D/MagneticEncoder
|
||||||
|
*
|
||||||
|
* Supplier: http://aus3d.com.au/magnetic-encoder-module
|
||||||
|
* Alternative Supplier: http://reliabuild3d.com/
|
||||||
|
*
|
||||||
|
* Reilabuild encoders have been modified to improve reliability.
|
||||||
|
*/
|
||||||
|
|
||||||
|
//#define I2C_POSITION_ENCODERS
|
||||||
|
#if ENABLED(I2C_POSITION_ENCODERS)
|
||||||
|
|
||||||
|
#define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5
|
||||||
|
// encoders supported currently.
|
||||||
|
|
||||||
|
#define I2CPE_ENC_1_ADDR I2CPE_PRESET_ADDR_X // I2C address of the encoder. 30-200.
|
||||||
|
#define I2CPE_ENC_1_AXIS X_AXIS // Axis the encoder module is installed on. <X|Y|Z|E>_AXIS.
|
||||||
|
#define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or-
|
||||||
|
// I2CPE_ENC_TYPE_ROTARY.
|
||||||
|
#define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for
|
||||||
|
// 1mm poles. For linear encoders this is ticks / mm,
|
||||||
|
// for rotary encoders this is ticks / revolution.
|
||||||
|
//#define I2CPE_ENC_1_TICKS_REV (16 * 200) // Only needed for rotary encoders; number of stepper
|
||||||
|
// steps per full revolution (motor steps/rev * microstepping)
|
||||||
|
//#define I2CPE_ENC_1_INVERT // Invert the direction of axis travel.
|
||||||
|
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_NONE // Type of error error correction.
|
||||||
|
#define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the
|
||||||
|
// printer will attempt to correct the error; errors
|
||||||
|
// smaller than this are ignored to minimize effects of
|
||||||
|
// measurement noise / latency (filter).
|
||||||
|
|
||||||
|
#define I2CPE_ENC_2_ADDR I2CPE_PRESET_ADDR_Y // Same as above, but for encoder 2.
|
||||||
|
#define I2CPE_ENC_2_AXIS Y_AXIS
|
||||||
|
#define I2CPE_ENC_2_TYPE I2CPE_ENC_TYPE_LINEAR
|
||||||
|
#define I2CPE_ENC_2_TICKS_UNIT 2048
|
||||||
|
//#define I2CPE_ENC_2_TICKS_REV (16 * 200)
|
||||||
|
//#define I2CPE_ENC_2_INVERT
|
||||||
|
#define I2CPE_ENC_2_EC_METHOD I2CPE_ECM_NONE
|
||||||
|
#define I2CPE_ENC_2_EC_THRESH 0.10
|
||||||
|
|
||||||
|
#define I2CPE_ENC_3_ADDR I2CPE_PRESET_ADDR_Z // Encoder 3. Add additional configuration options
|
||||||
|
#define I2CPE_ENC_3_AXIS Z_AXIS // as above, or use defaults below.
|
||||||
|
|
||||||
|
#define I2CPE_ENC_4_ADDR I2CPE_PRESET_ADDR_E // Encoder 4.
|
||||||
|
#define I2CPE_ENC_4_AXIS E_AXIS
|
||||||
|
|
||||||
|
#define I2CPE_ENC_5_ADDR 34 // Encoder 5.
|
||||||
|
#define I2CPE_ENC_5_AXIS E_AXIS
|
||||||
|
|
||||||
|
// Default settings for encoders which are enabled, but without settings configured above.
|
||||||
|
#define I2CPE_DEF_TYPE I2CPE_ENC_TYPE_LINEAR
|
||||||
|
#define I2CPE_DEF_ENC_TICKS_UNIT 2048
|
||||||
|
#define I2CPE_DEF_TICKS_REV (16 * 200)
|
||||||
|
#define I2CPE_DEF_EC_METHOD I2CPE_ECM_NONE
|
||||||
|
#define I2CPE_DEF_EC_THRESH 0.1
|
||||||
|
|
||||||
|
//#define I2CPE_ERR_THRESH_ABORT 100.0 // Threshold size for error (in mm) error on any given
|
||||||
|
// axis after which the printer will abort. Comment out to
|
||||||
|
// disable abort behaviour.
|
||||||
|
|
||||||
|
#define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault
|
||||||
|
// for this amount of time (in ms) before the encoder
|
||||||
|
// is trusted again.
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Position is checked every time a new command is executed from the buffer but during long moves,
|
||||||
|
* this setting determines the minimum update time between checks. A value of 100 works well with
|
||||||
|
* error rolling average when attempting to correct only for skips and not for vibration.
|
||||||
|
*/
|
||||||
|
#define I2CPE_MIN_UPD_TIME_MS 100 // Minimum time in miliseconds between encoder checks.
|
||||||
|
|
||||||
|
// Use a rolling average to identify persistant errors that indicate skips, as opposed to vibration and noise.
|
||||||
|
#define I2CPE_ERR_ROLLING_AVERAGE
|
||||||
|
|
||||||
|
#endif // I2C_POSITION_ENCODERS
|
||||||
|
|
||||||
#endif // CONFIGURATION_ADV_H
|
#endif // CONFIGURATION_ADV_H
|
||||||
|
|
|
@ -166,7 +166,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -305,6 +308,7 @@
|
||||||
#define HEATER_1_MINTEMP 5
|
#define HEATER_1_MINTEMP 5
|
||||||
#define HEATER_2_MINTEMP 5
|
#define HEATER_2_MINTEMP 5
|
||||||
#define HEATER_3_MINTEMP 5
|
#define HEATER_3_MINTEMP 5
|
||||||
|
#define HEATER_4_MINTEMP 5
|
||||||
#define BED_MINTEMP 5
|
#define BED_MINTEMP 5
|
||||||
|
|
||||||
// When temperature exceeds max temp, your heater will be switched off.
|
// When temperature exceeds max temp, your heater will be switched off.
|
||||||
|
@ -314,6 +318,7 @@
|
||||||
#define HEATER_1_MAXTEMP 275
|
#define HEATER_1_MAXTEMP 275
|
||||||
#define HEATER_2_MAXTEMP 275
|
#define HEATER_2_MAXTEMP 275
|
||||||
#define HEATER_3_MAXTEMP 275
|
#define HEATER_3_MAXTEMP 275
|
||||||
|
#define HEATER_4_MAXTEMP 275
|
||||||
#define BED_MAXTEMP 150
|
#define BED_MAXTEMP 150
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -566,7 +571,6 @@
|
||||||
#define DEFAULT_ZJERK 0.40
|
#define DEFAULT_ZJERK 0.40
|
||||||
#define DEFAULT_EJERK 5.0
|
#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -1484,11 +1488,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1506,6 +1505,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -648,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -1290,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1457,11 +1460,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1479,6 +1477,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -164,7 +164,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1457,11 +1460,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1479,6 +1477,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -191,7 +191,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1469,11 +1472,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1491,6 +1489,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -183,7 +183,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1513,11 +1516,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -648,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -670,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1286,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -181,7 +181,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1489,11 +1492,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
|
|
@ -93,8 +93,8 @@
|
||||||
* Thermal Protection parameters for the bed are just as above for hotends.
|
* Thermal Protection parameters for the bed are just as above for hotends.
|
||||||
*/
|
*/
|
||||||
#if ENABLED(THERMAL_PROTECTION_BED)
|
#if ENABLED(THERMAL_PROTECTION_BED)
|
||||||
// K8200 has weak heaters/power supply by default, so you have to relax!
|
// K8200 has weak heaters/power supply by default, so you have to relax!
|
||||||
// the default bed is so weak, that you can hardly go over 75°C
|
// the default bed is so weak, that you can hardly go over 75°C
|
||||||
#define THERMAL_PROTECTION_BED_PERIOD 60 // Seconds
|
#define THERMAL_PROTECTION_BED_PERIOD 60 // Seconds
|
||||||
#define THERMAL_PROTECTION_BED_HYSTERESIS 10 // Degrees Celsius
|
#define THERMAL_PROTECTION_BED_HYSTERESIS 10 // Degrees Celsius
|
||||||
|
|
||||||
|
@ -297,7 +297,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -407,7 +407,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -465,6 +465,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -658,7 +661,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -680,6 +683,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1296,6 +1303,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1457,11 +1460,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1479,6 +1477,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1457,11 +1460,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1479,6 +1477,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -603,7 +606,7 @@
|
||||||
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
||||||
* (e.g., an inductive probe or a nozzle-based probe-switch.)
|
* (e.g., an inductive probe or a nozzle-based probe-switch.)
|
||||||
*/
|
*/
|
||||||
//#define FIX_MOUNTED_PROBE
|
//#define FIX_MOUNTED_PROBE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
|
@ -1457,11 +1460,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1479,6 +1477,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -851,7 +854,7 @@
|
||||||
#define INVERT_Y_DIR true
|
#define INVERT_Y_DIR true
|
||||||
#define INVERT_Z_DIR true
|
#define INVERT_Z_DIR true
|
||||||
|
|
||||||
// Enable this option for Toshiba steppers drivers
|
// Enable this option for Toshiba stepper drivers
|
||||||
//#define CONFIG_STEPPERS_TOSHIBA
|
//#define CONFIG_STEPPERS_TOSHIBA
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
@ -974,6 +977,7 @@
|
||||||
#if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
#if ENABLED(AUTO_BED_LEVELING_LINEAR) || ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
|
||||||
// Set the number of grid points per dimension.
|
// Set the number of grid points per dimension.
|
||||||
|
// Works best with 5 or more points in each dimension.
|
||||||
#define GRID_MAX_POINTS_X 7
|
#define GRID_MAX_POINTS_X 7
|
||||||
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
|
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X
|
||||||
|
|
||||||
|
@ -1096,8 +1100,8 @@
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
#define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2) // X point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axis (G28).
|
||||||
#define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2) // Y point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2) // Y point for Z homing when homing all axis (G28).
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Delta only homes to Z
|
// Delta only homes to Z
|
||||||
|
@ -1584,11 +1588,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1606,6 +1605,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -650,7 +650,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -672,6 +672,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1288,6 +1292,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1578,11 +1581,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1600,6 +1598,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
||||||
#define X_HOME_BUMP_MM 5
|
#define X_HOME_BUMP_MM 5
|
||||||
#define Y_HOME_BUMP_MM 5
|
#define Y_HOME_BUMP_MM 5
|
||||||
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axis
|
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
|
||||||
#define HOMING_BUMP_DIVISOR {10, 10, 10} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
#define HOMING_BUMP_DIVISOR {10, 10, 10} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
||||||
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
||||||
|
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -650,7 +650,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -672,6 +672,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -691,6 +695,7 @@
|
||||||
//#define BEZIER_CURVE_SUPPORT
|
//#define BEZIER_CURVE_SUPPORT
|
||||||
|
|
||||||
// G38.2 and G38.3 Probe Target
|
// G38.2 and G38.3 Probe Target
|
||||||
|
// Enable PROBE_DOUBLE_TOUCH if you want G38 to double touch
|
||||||
//#define G38_PROBE_TARGET
|
//#define G38_PROBE_TARGET
|
||||||
#if ENABLED(G38_PROBE_TARGET)
|
#if ENABLED(G38_PROBE_TARGET)
|
||||||
#define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
|
#define G38_MINIMUM_MOVE 0.0275 // minimum distance in mm that will produce a move (determined using the print statement in check_move)
|
||||||
|
@ -1287,6 +1292,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -981,6 +984,11 @@
|
||||||
//#define PROBE_Y_FIRST
|
//#define PROBE_Y_FIRST
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
|
||||||
|
// Beyond the probed grid, continue the implied tilt?
|
||||||
|
// Default is to maintain the height of the nearest edge.
|
||||||
|
//#define EXTRAPOLATE_BEYOND_GRID
|
||||||
|
|
||||||
//
|
//
|
||||||
// Experimental Subdivision of the grid by Catmull-Rom method.
|
// Experimental Subdivision of the grid by Catmull-Rom method.
|
||||||
// Synthesizes intermediate points to produce a more detailed mesh.
|
// Synthesizes intermediate points to produce a more detailed mesh.
|
||||||
|
@ -1081,8 +1089,8 @@
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
#define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2) // X point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axis (G28).
|
||||||
#define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2) // Y point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2) // Y point for Z homing when homing all axis (G28).
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Delta only homes to Z
|
// Delta only homes to Z
|
||||||
|
@ -1568,11 +1576,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1590,6 +1593,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
||||||
#define X_HOME_BUMP_MM 5
|
#define X_HOME_BUMP_MM 5
|
||||||
#define Y_HOME_BUMP_MM 5
|
#define Y_HOME_BUMP_MM 5
|
||||||
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axis
|
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
|
||||||
#define HOMING_BUMP_DIVISOR {10, 10, 10} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
#define HOMING_BUMP_DIVISOR {10, 10, 10} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
||||||
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
||||||
|
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -454,6 +454,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -647,7 +650,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -669,6 +672,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1285,6 +1292,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -512,7 +515,7 @@
|
||||||
// extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
|
// extra connectors. Leave undefined any used for non-endstop and non-probe purposes.
|
||||||
//#define USE_XMIN_PLUG
|
//#define USE_XMIN_PLUG
|
||||||
//#define USE_YMIN_PLUG
|
//#define USE_YMIN_PLUG
|
||||||
#define USE_ZMIN_PLUG
|
#define USE_ZMIN_PLUG // a Z probe
|
||||||
#define USE_XMAX_PLUG
|
#define USE_XMAX_PLUG
|
||||||
#define USE_YMAX_PLUG
|
#define USE_YMAX_PLUG
|
||||||
#define USE_ZMAX_PLUG
|
#define USE_ZMAX_PLUG
|
||||||
|
@ -656,7 +659,6 @@
|
||||||
* Activate one of these to use Auto Bed Leveling below.
|
* Activate one of these to use Auto Bed Leveling below.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The "Manual Probe" provides a means to do "Auto" Bed Leveling without a probe.
|
* The "Manual Probe" provides a means to do "Auto" Bed Leveling without a probe.
|
||||||
* Use G29 repeatedly, adjusting the Z height at each point with movement commands
|
* Use G29 repeatedly, adjusting the Z height at each point with movement commands
|
||||||
|
@ -664,6 +666,12 @@
|
||||||
*/
|
*/
|
||||||
//#define PROBE_MANUALLY
|
//#define PROBE_MANUALLY
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment.
|
||||||
|
* (e.g., an inductive probe or a nozzle-based probe-switch.)
|
||||||
|
*/
|
||||||
|
//#define FIX_MOUNTED_PROBE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
* Z Servo Probe, such as an endstop switch on a rotating arm.
|
||||||
*/
|
*/
|
||||||
|
@ -1084,8 +1092,8 @@
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
#define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2) // X point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axis (G28).
|
||||||
#define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2) // Y point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2) // Y point for Z homing when homing all axis (G28).
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Delta only homes to Z
|
// Delta only homes to Z
|
||||||
|
@ -1571,11 +1579,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1593,6 +1596,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
||||||
#define X_HOME_BUMP_MM 5
|
#define X_HOME_BUMP_MM 5
|
||||||
#define Y_HOME_BUMP_MM 5
|
#define Y_HOME_BUMP_MM 5
|
||||||
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axis
|
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
|
||||||
#define HOMING_BUMP_DIVISOR {10, 10, 10} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
#define HOMING_BUMP_DIVISOR {10, 10, 10} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
||||||
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
||||||
|
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -454,6 +454,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -647,7 +650,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -669,6 +672,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1285,6 +1292,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -165,7 +165,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1089,8 +1092,8 @@
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
#define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2) // X point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axis (G28).
|
||||||
#define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2) // Y point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2) // Y point for Z homing when homing all axis (G28).
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Delta only homes to Z
|
// Delta only homes to Z
|
||||||
|
@ -1576,11 +1579,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1598,6 +1596,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -289,7 +289,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -342,7 +342,7 @@
|
||||||
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
||||||
#define X_HOME_BUMP_MM 5
|
#define X_HOME_BUMP_MM 5
|
||||||
#define Y_HOME_BUMP_MM 5
|
#define Y_HOME_BUMP_MM 5
|
||||||
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axis
|
#define Z_HOME_BUMP_MM 5 // deltas need the same for all three axes
|
||||||
#define HOMING_BUMP_DIVISOR {10, 10, 10} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
#define HOMING_BUMP_DIVISOR {10, 10, 10} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
||||||
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
||||||
|
|
||||||
|
@ -401,7 +401,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -459,6 +459,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -652,7 +655,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -674,6 +677,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1290,6 +1297,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -799,60 +802,6 @@
|
||||||
|
|
||||||
#endif // Z_PROBE_ALLEN_KEY
|
#endif // Z_PROBE_ALLEN_KEY
|
||||||
|
|
||||||
/**
|
|
||||||
* *** PLEASE READ ALL INSTRUCTIONS BELOW FOR SAFETY! ***
|
|
||||||
*
|
|
||||||
* - RAMPS 1.3/1.4 boards may be able to use the 5V, GND, and Aux4->D32 pin.
|
|
||||||
* - Use 5V for powered (usu. inductive) sensors.
|
|
||||||
* - Otherwise connect:
|
|
||||||
* - normally-closed switches to GND and D32.
|
|
||||||
* - normally-open switches to 5V and D32.
|
|
||||||
*
|
|
||||||
* Normally-closed switches are advised and are the default.
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* PIN OPTIONS\SETUP FOR Z PROBES
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* WARNING:
|
|
||||||
* Setting the wrong pin may have unexpected and potentially disastrous consequences.
|
|
||||||
* Use with caution and do your homework.
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* All Z PROBE pin options are configured by defining (or not defining)
|
|
||||||
* the following five items:
|
|
||||||
* Z_MIN_PROBE_ENDSTOP – defined below
|
|
||||||
* Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN – defined below
|
|
||||||
* Z_MIN_PIN - defined in the pins_YOUR_BOARD.h file
|
|
||||||
* Z_MIN_PROBE_PIN - defined in the pins_YOUR_BOARD.h file
|
|
||||||
*
|
|
||||||
* If you're using a probe then you need to tell Marlin which pin to use as
|
|
||||||
* the Z MIN ENDSTOP. Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN determines if the
|
|
||||||
* Z_MIN_PIN or if the Z_MIN_PROBE_PIN is used.
|
|
||||||
*
|
|
||||||
* The pin selected for the probe is ONLY checked during probing operations.
|
|
||||||
* If you want to use the Z_MIN_PIN as an endstop AND you want to have a Z PROBE
|
|
||||||
* then you’ll need to use the Z_MIN_PROBE_PIN option.
|
|
||||||
*
|
|
||||||
* Z_MIN_PROBE_ENDSTOP also needs to be enabled if you want to use Z_MIN_PROBE_PIN.
|
|
||||||
*
|
|
||||||
* The settings needed to use the Z_MIN_PROBE_PIN are:
|
|
||||||
* 1. select the type of probe you're using
|
|
||||||
* 2. define Z_MIN_PROBE_PIN in your pins_YOUR_BOARD.h file
|
|
||||||
* 3. disable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
* 4. enable Z_MIN_PROBE_ENDSTOP
|
|
||||||
* NOTE – if Z_MIN_PIN is defined then it’ll be checked during all moves in the
|
|
||||||
* negative Z direction.
|
|
||||||
*
|
|
||||||
* The settings needed to use the Z_MIN_PIN are:
|
|
||||||
* 1. select the type of probe you're using
|
|
||||||
* 2. enable Z_MIN _PIN in your pins_YOUR_BOARD.h file
|
|
||||||
* 3. enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
|
||||||
* 4. disable Z_MIN_PROBE_ENDSTOP
|
|
||||||
* NOTES – if Z_MIN_PROBE_PIN is defined in the pins_YOUR_BOARD.h file then it’ll be
|
|
||||||
* ignored by Marlin
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Z probes require clearance when deploying, stowing, and moving between
|
* Z probes require clearance when deploying, stowing, and moving between
|
||||||
* probe points to avoid hitting the bed and other hardware.
|
* probe points to avoid hitting the bed and other hardware.
|
||||||
|
@ -1047,6 +996,11 @@
|
||||||
//#define PROBE_Y_FIRST
|
//#define PROBE_Y_FIRST
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
|
||||||
|
|
||||||
|
// Beyond the probed grid, continue the implied tilt?
|
||||||
|
// Default is to maintain the height of the nearest edge.
|
||||||
|
//#define EXTRAPOLATE_BEYOND_GRID
|
||||||
|
|
||||||
//
|
//
|
||||||
// Experimental Subdivision of the grid by Catmull-Rom method.
|
// Experimental Subdivision of the grid by Catmull-Rom method.
|
||||||
// Synthesizes intermediate points to produce a more detailed mesh.
|
// Synthesizes intermediate points to produce a more detailed mesh.
|
||||||
|
@ -1147,8 +1101,8 @@
|
||||||
//#define Z_SAFE_HOMING
|
//#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
#define Z_SAFE_HOMING_X_POINT ((X_MIN_POS + X_MAX_POS) / 2) // X point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2) // X point for Z homing when homing all axis (G28).
|
||||||
#define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2) // Y point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2) // Y point for Z homing when homing all axis (G28).
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Delta only homes to Z
|
// Delta only homes to Z
|
||||||
|
@ -1634,11 +1588,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1656,6 +1605,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -337,7 +337,7 @@
|
||||||
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
//homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
|
||||||
#define X_HOME_BUMP_MM 2
|
#define X_HOME_BUMP_MM 2
|
||||||
#define Y_HOME_BUMP_MM 2
|
#define Y_HOME_BUMP_MM 2
|
||||||
#define Z_HOME_BUMP_MM 2 // deltas need the same for all three axis
|
#define Z_HOME_BUMP_MM 2 // deltas need the same for all three axes
|
||||||
#define HOMING_BUMP_DIVISOR {2, 2, 4} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
#define HOMING_BUMP_DIVISOR {2, 2, 4} // Re-Bump Speed Divisor (Divides the Homing Feedrate)
|
||||||
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
//#define QUICK_HOME //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
|
||||||
|
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -454,6 +454,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -647,7 +650,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -669,6 +672,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1285,6 +1292,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
// Optional custom name for your RepStrap or other custom machine
|
// Optional custom name for your RepStrap or other custom machine
|
||||||
// Displayed in the LCD "Ready" message
|
// Displayed in the LCD "Ready" message
|
||||||
#define CUSTOM_MACHINE_NAME "UBL v1.0 "
|
#define CUSTOM_MACHINE_NAME "gMax"
|
||||||
|
|
||||||
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
|
// Define this to set a unique identifier for this printer, (Used by some programs to differentiate between machines)
|
||||||
// You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)
|
// You can use an online service to generate a random UUID. (eg http://www.uuidgenerator.net/version4)
|
||||||
|
@ -166,7 +166,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -570,7 +573,6 @@
|
||||||
// See http://marlinfw.org/configuration/probes.html
|
// See http://marlinfw.org/configuration/probes.html
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
* Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
*
|
*
|
||||||
|
@ -578,7 +580,6 @@
|
||||||
*/
|
*/
|
||||||
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Z_MIN_PROBE_ENDSTOP
|
* Z_MIN_PROBE_ENDSTOP
|
||||||
*
|
*
|
||||||
|
@ -985,8 +986,8 @@
|
||||||
#define Z_SAFE_HOMING
|
#define Z_SAFE_HOMING
|
||||||
|
|
||||||
#if ENABLED(Z_SAFE_HOMING)
|
#if ENABLED(Z_SAFE_HOMING)
|
||||||
#define Z_SAFE_HOMING_X_POINT (((X_MIN_POS + X_MAX_POS) / 2) - 4) // X point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_X_POINT ((X_BED_SIZE) / 2 - 4) // X point for Z homing when homing all axis (G28).
|
||||||
#define Z_SAFE_HOMING_Y_POINT (((Y_MIN_POS + Y_MAX_POS) / 2) + 4) // Y point for Z homing when homing all axis (G28).
|
#define Z_SAFE_HOMING_Y_POINT ((Y_BED_SIZE) / 2 + 4) // Y point for Z homing when homing all axis (G28).
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Homing speeds (mm/m)
|
// Homing speeds (mm/m)
|
||||||
|
@ -1473,11 +1474,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1495,6 +1491,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -648,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -795,7 +795,6 @@
|
||||||
* Requires an LCD display.
|
* Requires an LCD display.
|
||||||
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
|
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ADVANCED_PAUSE_FEATURE
|
#define ADVANCED_PAUSE_FEATURE
|
||||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||||
#define PAUSE_PARK_X_POS 75 // X position of hotend
|
#define PAUSE_PARK_X_POS 75 // X position of hotend
|
||||||
|
@ -805,7 +804,6 @@
|
||||||
#define PAUSE_PARK_Z_FEEDRATE 5 // Z axis feedrate in mm/s (not used for delta printers)
|
#define PAUSE_PARK_Z_FEEDRATE 5 // Z axis feedrate in mm/s (not used for delta printers)
|
||||||
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // Initial retract feedrate in mm/s
|
#define PAUSE_PARK_RETRACT_FEEDRATE 60 // Initial retract feedrate in mm/s
|
||||||
#define PAUSE_PARK_RETRACT_LENGTH 2 // Initial retract in mm
|
#define PAUSE_PARK_RETRACT_LENGTH 2 // Initial retract in mm
|
||||||
|
|
||||||
// It is a short retract used immediately after print interrupt before move to filament exchange position
|
// It is a short retract used immediately after print interrupt before move to filament exchange position
|
||||||
#define FILAMENT_CHANGE_UNLOAD_FEEDRATE 10 // Unload filament feedrate in mm/s - filament unloading can be fast
|
#define FILAMENT_CHANGE_UNLOAD_FEEDRATE 10 // Unload filament feedrate in mm/s - filament unloading can be fast
|
||||||
#define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // Unload filament length from hotend in mm
|
#define FILAMENT_CHANGE_UNLOAD_LENGTH 100 // Unload filament length from hotend in mm
|
||||||
|
@ -1292,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -370,9 +373,9 @@
|
||||||
// setting this to anything other than 255 enables a form of PWM to the bed just like HEATER_BED_DUTY_CYCLE_DIVIDER did,
|
// setting this to anything other than 255 enables a form of PWM to the bed just like HEATER_BED_DUTY_CYCLE_DIVIDER did,
|
||||||
// so you shouldn't use it unless you are OK with PWM on your bed. (see the comment on enabling PIDTEMPBED)
|
// so you shouldn't use it unless you are OK with PWM on your bed. (see the comment on enabling PIDTEMPBED)
|
||||||
#define MAX_BED_POWER 175 // limits duty cycle to bed; 255=full current
|
#define MAX_BED_POWER 175 // limits duty cycle to bed; 255=full current
|
||||||
// This limit is set to 175 by default in the Makibox configuration and it can adjusted
|
// This limit is set to 175 by default in the Makibox configuration and it can be adjusted
|
||||||
// to increase the heat up rate. However, if changed, user must be aware of the safety concerns
|
// to increase the heatup rate. However, if changed, be aware of the safety concerns of
|
||||||
// of drawing too much current from the power supply.
|
// drawing too much current from the power supply.
|
||||||
|
|
||||||
#if ENABLED(PIDTEMPBED)
|
#if ENABLED(PIDTEMPBED)
|
||||||
|
|
||||||
|
@ -1460,11 +1463,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1482,6 +1480,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -1452,11 +1455,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1474,6 +1472,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -452,6 +452,9 @@
|
||||||
// On the Info Screen, display XY with one decimal place when possible
|
// On the Info Screen, display XY with one decimal place when possible
|
||||||
//#define LCD_DECIMAL_SMALL_XY
|
//#define LCD_DECIMAL_SMALL_XY
|
||||||
|
|
||||||
|
// The timeout (in ms) to return to the status screen from sub-menus
|
||||||
|
//#define LCD_TIMEOUT_TO_STATUS 15000
|
||||||
|
|
||||||
#if ENABLED(SDSUPPORT)
|
#if ENABLED(SDSUPPORT)
|
||||||
|
|
||||||
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
// Some RAMPS and other boards don't detect when an SD card is inserted. You can work
|
||||||
|
@ -645,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -667,6 +670,10 @@
|
||||||
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_X (X_MAX_POS - (UBL_MESH_INSET))
|
||||||
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
#define UBL_MESH_MIN_Y (Y_MIN_POS + UBL_MESH_INSET)
|
||||||
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
#define UBL_MESH_MAX_Y (Y_MAX_POS - (UBL_MESH_INSET))
|
||||||
|
|
||||||
|
// If this is defined, the currently active mesh will be saved in the
|
||||||
|
// current slot on M500.
|
||||||
|
#define UBL_SAVE_ACTIVE_ON_M500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extras
|
// @section extras
|
||||||
|
@ -1283,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -161,7 +161,10 @@
|
||||||
//#define SWITCHING_EXTRUDER
|
//#define SWITCHING_EXTRUDER
|
||||||
#if ENABLED(SWITCHING_EXTRUDER)
|
#if ENABLED(SWITCHING_EXTRUDER)
|
||||||
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
#define SWITCHING_EXTRUDER_SERVO_NR 0
|
||||||
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1
|
#define SWITCHING_EXTRUDER_SERVO_ANGLES { 0, 90 } // Angles for E0, E1[, E2, E3]
|
||||||
|
#if EXTRUDERS > 3
|
||||||
|
#define SWITCHING_EXTRUDER_E23_SERVO_NR 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
|
||||||
|
@ -553,7 +556,6 @@
|
||||||
#define DEFAULT_ZJERK 0.4
|
#define DEFAULT_ZJERK 0.4
|
||||||
#define DEFAULT_EJERK 5.0
|
#define DEFAULT_EJERK 5.0
|
||||||
|
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Z Probe Options =============================
|
//============================= Z Probe Options =============================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
@ -1463,11 +1465,6 @@
|
||||||
//
|
//
|
||||||
//#define U8GLIB_SSD1306
|
//#define U8GLIB_SSD1306
|
||||||
|
|
||||||
//
|
|
||||||
// TinyBoy2 128x64 OLED / Encoder Panel
|
|
||||||
//
|
|
||||||
//#define OLED_PANEL_TINYBOY2
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
|
||||||
//
|
//
|
||||||
|
@ -1485,6 +1482,11 @@
|
||||||
//
|
//
|
||||||
//#define SAV_3DLCD
|
//#define SAV_3DLCD
|
||||||
|
|
||||||
|
//
|
||||||
|
// TinyBoy2 128x64 OLED / Encoder Panel
|
||||||
|
//
|
||||||
|
//#define OLED_PANEL_TINYBOY2
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//=============================== Extra Features ==============================
|
//=============================== Extra Features ==============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
|
@ -284,7 +284,7 @@
|
||||||
|
|
||||||
#if ENABLED(Z_DUAL_ENDSTOPS)
|
#if ENABLED(Z_DUAL_ENDSTOPS)
|
||||||
#define Z2_USE_ENDSTOP _XMAX_
|
#define Z2_USE_ENDSTOP _XMAX_
|
||||||
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // use M666 command to determine/test this value
|
#define Z_DUAL_ENDSTOPS_ADJUSTMENT 0 // Use M666 to determine/test this value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // Z_DUAL_STEPPER_DRIVERS
|
#endif // Z_DUAL_STEPPER_DRIVERS
|
||||||
|
@ -394,7 +394,7 @@
|
||||||
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
// Minimum planner junction speed. Sets the default minimum speed the planner plans for at the end
|
||||||
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
// of the buffer and all stops. This should not be much greater than zero and should only be changed
|
||||||
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
// if unwanted behavior is observed on a user's machine when running at very slow speeds.
|
||||||
#define MINIMUM_PLANNER_SPEED 0.05// (mm/sec)
|
#define MINIMUM_PLANNER_SPEED 0.05 // (mm/sec)
|
||||||
|
|
||||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||||
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
#define MICROSTEP_MODES {16,16,16,16,16} // [1,2,4,8,16]
|
||||||
|
@ -648,7 +648,7 @@
|
||||||
*
|
*
|
||||||
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
* Set to 0 to auto-detect the ratio based on given Gcode G1 print moves.
|
||||||
*
|
*
|
||||||
* Slic3r (including Průša Slic3r) produces Gcode compatible with the automatic mode.
|
* Slic3r (including Průša Control) produces Gcode compatible with the automatic mode.
|
||||||
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
* Cura (as of this writing) may produce Gcode incompatible with the automatic mode.
|
||||||
*/
|
*/
|
||||||
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
#define LIN_ADVANCE_E_D_RATIO 0 // The calculated ratio (or 0) according to the formula W * H / ((D / 2) ^ 2 * PI)
|
||||||
|
@ -1280,89 +1280,6 @@
|
||||||
#define USER_GCODE_5 "G28\nM503"
|
#define USER_GCODE_5 "G28\nM503"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//===========================================================================
|
|
||||||
//============================ I2C Encoder Settings =========================
|
|
||||||
//===========================================================================
|
|
||||||
/**
|
|
||||||
* I2C position encoders for closed loop control.
|
|
||||||
* Developed by Chris Barr at Aus3D.
|
|
||||||
*
|
|
||||||
* Wiki: http://wiki.aus3d.com.au/Magnetic_Encoder
|
|
||||||
* Github: https://github.com/Aus3D/MagneticEncoder
|
|
||||||
*
|
|
||||||
* Supplier: http://aus3d.com.au/magnetic-encoder-module
|
|
||||||
* Alternative Supplier: http://reliabuild3d.com/
|
|
||||||
*
|
|
||||||
* Reilabuild encoders have been modified to improve reliability.
|
|
||||||
*/
|
|
||||||
|
|
||||||
//#define I2C_POSITION_ENCODERS
|
|
||||||
#if ENABLED(I2C_POSITION_ENCODERS)
|
|
||||||
|
|
||||||
#define I2CPE_ENCODER_CNT 1 // The number of encoders installed; max of 5
|
|
||||||
// encoders supported currently.
|
|
||||||
|
|
||||||
#define I2CPE_ENC_1_ADDR I2CPE_PRESET_ADDR_X // I2C address of the encoder. 30-200.
|
|
||||||
#define I2CPE_ENC_1_AXIS X_AXIS // Axis the encoder module is installed on. <X|Y|Z|E>_AXIS.
|
|
||||||
#define I2CPE_ENC_1_TYPE I2CPE_ENC_TYPE_LINEAR // Type of encoder: I2CPE_ENC_TYPE_LINEAR -or-
|
|
||||||
// I2CPE_ENC_TYPE_ROTARY.
|
|
||||||
#define I2CPE_ENC_1_TICKS_UNIT 2048 // 1024 for magnetic strips with 2mm poles; 2048 for
|
|
||||||
// 1mm poles. For linear encoders this is ticks / mm,
|
|
||||||
// for rotary encoders this is ticks / revolution.
|
|
||||||
//#define I2CPE_ENC_1_TICKS_REV (16 * 200) // Only needed for rotary encoders; number of stepper
|
|
||||||
// steps per full revolution (motor steps/rev * microstepping)
|
|
||||||
//#define I2CPE_ENC_1_INVERT // Invert the direction of axis travel.
|
|
||||||
#define I2CPE_ENC_1_EC_METHOD I2CPE_ECM_NONE // Type of error error correction.
|
|
||||||
#define I2CPE_ENC_1_EC_THRESH 0.10 // Threshold size for error (in mm) above which the
|
|
||||||
// printer will attempt to correct the error; errors
|
|
||||||
// smaller than this are ignored to minimize effects of
|
|
||||||
// measurement noise / latency (filter).
|
|
||||||
|
|
||||||
#define I2CPE_ENC_2_ADDR I2CPE_PRESET_ADDR_Y // Same as above, but for encoder 2.
|
|
||||||
#define I2CPE_ENC_2_AXIS Y_AXIS
|
|
||||||
#define I2CPE_ENC_2_TYPE I2CPE_ENC_TYPE_LINEAR
|
|
||||||
#define I2CPE_ENC_2_TICKS_UNIT 2048
|
|
||||||
//#define I2CPE_ENC_2_TICKS_REV (16 * 200)
|
|
||||||
//#define I2CPE_ENC_2_INVERT
|
|
||||||
#define I2CPE_ENC_2_EC_METHOD I2CPE_ECM_NONE
|
|
||||||
#define I2CPE_ENC_2_EC_THRESH 0.10
|
|
||||||
|
|
||||||
#define I2CPE_ENC_3_ADDR I2CPE_PRESET_ADDR_Z // Encoder 3. Add additional configuration options
|
|
||||||
#define I2CPE_ENC_3_AXIS Z_AXIS // as above, or use defaults below.
|
|
||||||
|
|
||||||
#define I2CPE_ENC_4_ADDR I2CPE_PRESET_ADDR_E // Encoder 4.
|
|
||||||
#define I2CPE_ENC_4_AXIS E_AXIS
|
|
||||||
|
|
||||||
#define I2CPE_ENC_5_ADDR 34 // Encoder 5.
|
|
||||||
#define I2CPE_ENC_5_AXIS E_AXIS
|
|
||||||
|
|
||||||
// Default settings for encoders which are enabled, but without settings configured above.
|
|
||||||
#define I2CPE_DEF_TYPE I2CPE_ENC_TYPE_LINEAR
|
|
||||||
#define I2CPE_DEF_ENC_TICKS_UNIT 2048
|
|
||||||
#define I2CPE_DEF_TICKS_REV (16 * 200)
|
|
||||||
#define I2CPE_DEF_EC_METHOD I2CPE_ECM_NONE
|
|
||||||
#define I2CPE_DEF_EC_THRESH 0.1
|
|
||||||
|
|
||||||
//#define I2CPE_ERR_THRESH_ABORT 100.0 // Threshold size for error (in mm) error on any given
|
|
||||||
// axis after which the printer will abort. Comment out to
|
|
||||||
// disable abort behaviour.
|
|
||||||
|
|
||||||
#define I2CPE_TIME_TRUSTED 10000 // After an encoder fault, there must be no further fault
|
|
||||||
// for this amount of time (in ms) before the encoder
|
|
||||||
// is trusted again.
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Position is checked every time a new command is executed from the buffer but during long moves,
|
|
||||||
* this setting determines the minimum update time between checks. A value of 100 works well with
|
|
||||||
* error rolling average when attempting to correct only for skips and not for vibration.
|
|
||||||
*/
|
|
||||||
#define I2CPE_MIN_UPD_TIME_MS 100 // Minimum time in miliseconds between encoder checks.
|
|
||||||
|
|
||||||
// Use a rolling average to identify persistant errors that indicate skips, as opposed to vibration and noise.
|
|
||||||
#define I2CPE_ERR_ROLLING_AVERAGE
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify an action command to send to the host when the printer is killed.
|
* Specify an action command to send to the host when the printer is killed.
|
||||||
* Will be sent in the form '//action:ACTION_ON_KILL', e.g. '//action:poweroff'.
|
* Will be sent in the form '//action:ACTION_ON_KILL', e.g. '//action:poweroff'.
|
||||||
|
@ -1373,6 +1290,7 @@
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//====================== I2C Position Encoder Settings ======================
|
//====================== I2C Position Encoder Settings ======================
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* I2C position encoders for closed loop control.
|
* I2C position encoders for closed loop control.
|
||||||
* Developed by Chris Barr at Aus3D.
|
* Developed by Chris Barr at Aus3D.
|
||||||
|
|
|
@ -171,7 +171,7 @@
|
||||||
// Use internal reference voltage for current calculations. This is the default.
|
// Use internal reference voltage for current calculations. This is the default.
|
||||||
// Following values from Trinamic's spreadsheet with values for a NEMA17 (42BYGHW609)
|
// Following values from Trinamic's spreadsheet with values for a NEMA17 (42BYGHW609)
|
||||||
// https://www.trinamic.com/products/integrated-circuits/details/tmc2130/
|
// https://www.trinamic.com/products/integrated-circuits/details/tmc2130/
|
||||||
void tmc2130_init(TMC2130Stepper &st, const uint16_t microsteps, const uint32_t thrs, const uint32_t spmm) {
|
void tmc2130_init(TMC2130Stepper &st, const uint16_t microsteps, const uint32_t thrs, const float &spmm) {
|
||||||
st.begin();
|
st.begin();
|
||||||
st.setCurrent(st.getCurrent(), R_SENSE, HOLD_MULTIPLIER);
|
st.setCurrent(st.getCurrent(), R_SENSE, HOLD_MULTIPLIER);
|
||||||
st.microsteps(microsteps);
|
st.microsteps(microsteps);
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
#define _TMC2130_INIT(ST, SPMM) tmc2130_init(stepper##ST, ST##_MICROSTEPS, ST##_HYBRID_THRESHOLD, SPMM)
|
#define _TMC2130_INIT(ST, SPMM) tmc2130_init(stepper##ST, ST##_MICROSTEPS, ST##_HYBRID_THRESHOLD, SPMM)
|
||||||
|
|
||||||
void tmc2130_init() {
|
void tmc2130_init() {
|
||||||
constexpr uint16_t steps_per_mm[] = DEFAULT_AXIS_STEPS_PER_UNIT;
|
constexpr float steps_per_mm[] = DEFAULT_AXIS_STEPS_PER_UNIT;
|
||||||
#if ENABLED(X_IS_TMC2130)
|
#if ENABLED(X_IS_TMC2130)
|
||||||
_TMC2130_INIT( X, steps_per_mm[X_AXIS]);
|
_TMC2130_INIT( X, steps_per_mm[X_AXIS]);
|
||||||
#if ENABLED(SENSORLESS_HOMING)
|
#if ENABLED(SENSORLESS_HOMING)
|
||||||
|
|
Loading…
Reference in a new issue