Followup for BABYSTEP_HOTEND_Z_OFFSET (#11916)
This commit is contained in:
		@@ -327,7 +327,7 @@
 | 
			
		||||
#define TEMP_SENSOR_4 0
 | 
			
		||||
#define TEMP_SENSOR_5 0
 | 
			
		||||
 | 
			
		||||
#if(ENABLED(ROXYs_TRex))
 | 
			
		||||
#ifdef ROXYs_TRex
 | 
			
		||||
  #define TEMP_SENSOR_BED 11
 | 
			
		||||
#else
 | 
			
		||||
#define TEMP_SENSOR_BED 0
 | 
			
		||||
@@ -398,7 +398,7 @@
 | 
			
		||||
 | 
			
		||||
  // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
 | 
			
		||||
 | 
			
		||||
  #if(ENABLED(ROXYs_TRex))
 | 
			
		||||
  #ifdef ROXYs_TRex
 | 
			
		||||
    // Roxy's T-Rex 2+
 | 
			
		||||
    #define DEFAULT_Kp 15.17
 | 
			
		||||
    #define DEFAULT_Ki 0.88
 | 
			
		||||
@@ -455,7 +455,7 @@
 | 
			
		||||
 | 
			
		||||
  //#define PID_BED_DEBUG // Sends debug data to the serial port.
 | 
			
		||||
 | 
			
		||||
  #if(ENABLED(ROXYs_TRex))
 | 
			
		||||
  #ifdef ROXYs_TRex
 | 
			
		||||
    // T-Rex 2+
 | 
			
		||||
    #define DEFAULT_bedKp 289.73
 | 
			
		||||
    #define DEFAULT_bedKi 51.26
 | 
			
		||||
@@ -953,7 +953,7 @@
 | 
			
		||||
#define Z_MIN_POS 0
 | 
			
		||||
#define X_MAX_POS 450
 | 
			
		||||
#define Y_MAX_POS Y_BED_SIZE
 | 
			
		||||
#if(ENABLED(tallVersion))
 | 
			
		||||
#if ENABLED(tallVersion)
 | 
			
		||||
  #define Z_MAX_POS 700
 | 
			
		||||
#else
 | 
			
		||||
  #define Z_MAX_POS 500
 | 
			
		||||
 
 | 
			
		||||
@@ -774,11 +774,14 @@
 | 
			
		||||
  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
 | 
			
		||||
  #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
 | 
			
		||||
  #define BABYSTEP_MULTIPLICATOR 40  // Babysteps are very small. Increase for faster motion.
 | 
			
		||||
//#define BABYSTEP_ZPROBE_OFFSET     // Enable to combine M851 and Babystepping
 | 
			
		||||
//#define BABYSTEP_ZPROBE_OFFSET     // Combine M851 Z and Babystepping
 | 
			
		||||
  #define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
 | 
			
		||||
  #define DOUBLECLICK_MAX_INTERVAL 1250  // Maximum interval between clicks, in milliseconds.
 | 
			
		||||
                                         // Note: Extra time may be added to mitigate controller latency.
 | 
			
		||||
//#define BABYSTEP_ZPROBE_GFX_OVERLAY    // Enable graphical overlay on Z-offset editor
 | 
			
		||||
  #if ENABLED(BABYSTEP_ZPROBE_OFFSET)
 | 
			
		||||
    //#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
 | 
			
		||||
  #endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// @section extruder
 | 
			
		||||
 
 | 
			
		||||
@@ -332,11 +332,11 @@
 | 
			
		||||
#define TEMP_SENSOR_4 0
 | 
			
		||||
#define TEMP_SENSOR_5 0
 | 
			
		||||
 | 
			
		||||
#if(ENABLED(ROXYs_TRex))
 | 
			
		||||
#ifdef ROXYs_TRex
 | 
			
		||||
  #define TEMP_SENSOR_BED 11
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if(ENABLED(TREX3))
 | 
			
		||||
#if ENABLED(TREX3)
 | 
			
		||||
  #define TEMP_SENSOR_BED 11
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
@@ -409,7 +409,7 @@
 | 
			
		||||
 | 
			
		||||
  // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
 | 
			
		||||
 | 
			
		||||
  #if(ENABLED(ROXYs_TRex))
 | 
			
		||||
  #ifdef ROXYs_TRex
 | 
			
		||||
    // Roxy's T-Rex 2+
 | 
			
		||||
    #define DEFAULT_Kp 15.17
 | 
			
		||||
    #define DEFAULT_Ki 0.88
 | 
			
		||||
@@ -466,7 +466,7 @@
 | 
			
		||||
 | 
			
		||||
  //#define PID_BED_DEBUG // Sends debug data to the serial port.
 | 
			
		||||
 | 
			
		||||
  #if(ENABLED(ROXYs_TRex))
 | 
			
		||||
  #ifdef ROXYs_TRex
 | 
			
		||||
    // T-Rex 2+
 | 
			
		||||
    #define DEFAULT_bedKp 289.73
 | 
			
		||||
    #define DEFAULT_bedKi 51.26
 | 
			
		||||
@@ -964,7 +964,7 @@
 | 
			
		||||
#define Z_MIN_POS 0
 | 
			
		||||
#define X_MAX_POS 450
 | 
			
		||||
#define Y_MAX_POS Y_BED_SIZE
 | 
			
		||||
#if(ENABLED(tallVersion))
 | 
			
		||||
#if ENABLED(tallVersion)
 | 
			
		||||
  #define Z_MAX_POS 700
 | 
			
		||||
#else
 | 
			
		||||
  #define Z_MAX_POS 500
 | 
			
		||||
 
 | 
			
		||||
@@ -773,11 +773,14 @@
 | 
			
		||||
  //#define BABYSTEP_XY              // Also enable X/Y Babystepping. Not supported on DELTA!
 | 
			
		||||
  #define BABYSTEP_INVERT_Z false    // Change if Z babysteps should go the other way
 | 
			
		||||
  #define BABYSTEP_MULTIPLICATOR 40  // Babysteps are very small. Increase for faster motion.
 | 
			
		||||
//#define BABYSTEP_ZPROBE_OFFSET     // Enable to combine M851 and Babystepping
 | 
			
		||||
//#define BABYSTEP_ZPROBE_OFFSET     // Combine M851 Z and Babystepping
 | 
			
		||||
  #define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
 | 
			
		||||
  #define DOUBLECLICK_MAX_INTERVAL 1250  // Maximum interval between clicks, in milliseconds.
 | 
			
		||||
                                         // Note: Extra time may be added to mitigate controller latency.
 | 
			
		||||
//#define BABYSTEP_ZPROBE_GFX_OVERLAY    // Enable graphical overlay on Z-offset editor
 | 
			
		||||
  #if ENABLED(BABYSTEP_ZPROBE_OFFSET)
 | 
			
		||||
    //#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
 | 
			
		||||
  #endif
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
// @section extruder
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user