Back port Cosmetic changes
This commit is contained in:
		@@ -486,14 +486,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -228,7 +228,7 @@ Here are some standard links for getting your machine calibrated:
 | 
				
			|||||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
 | 
					//#define PID_BED_DEBUG // Sends debug data to the serial port.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if ENABLED(PIDTEMPBED)
 | 
					#if ENABLED(PIDTEMPBED)
 | 
				
			||||||
// Felix Foil Heater
 | 
					  // Felix Foil Heater
 | 
				
			||||||
  #define DEFAULT_bedKp 103.37
 | 
					  #define DEFAULT_bedKp 103.37
 | 
				
			||||||
  #define DEFAULT_bedKi 2.79
 | 
					  #define DEFAULT_bedKi 2.79
 | 
				
			||||||
  #define DEFAULT_bedKd 956.94
 | 
					  #define DEFAULT_bedKd 956.94
 | 
				
			||||||
@@ -457,14 +457,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -497,14 +497,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -492,14 +492,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -505,14 +505,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -490,14 +490,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -512,14 +512,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  //#define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                            // When defined, it will:
 | 
					                            // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -523,14 +523,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -496,14 +496,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -505,14 +505,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -543,7 +543,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 50    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 50    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
@@ -630,8 +630,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
 | 
				
			|||||||
    #define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_XYZ
 | 
					    #define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_XYZ
 | 
				
			||||||
  #endif
 | 
					  #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -544,7 +544,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 50    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 50    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
@@ -631,8 +631,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
 | 
				
			|||||||
    //#define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_XYZ
 | 
					    //#define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_XYZ
 | 
				
			||||||
  #endif
 | 
					  #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -544,7 +544,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 50    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 50    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
@@ -635,8 +635,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
    //#define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_XYZ
 | 
					    //#define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_XYZ
 | 
				
			||||||
  #endif
 | 
					  #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -533,7 +533,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
@@ -620,8 +620,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
    #define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_XYZ
 | 
					    #define Z_PROBE_ALLEN_KEY_STOW_3_FEEDRATE HOMING_FEEDRATE_XYZ
 | 
				
			||||||
  #endif
 | 
					  #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -507,14 +507,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -495,14 +495,14 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
 | 
				
			|||||||
  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
					  #define Z_RAISE_BETWEEN_PROBINGS 5  // How much the Z axis will be raised when traveling from between next probing points.
 | 
				
			||||||
  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
					  #define Z_RAISE_AFTER_PROBING 15    // How much the Z axis will be raised after the last probing point.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
					  //#define Z_PROBE_END_SCRIPT "G1 Z10 F12000\nG1 X15 Y330\nG1 Z0.5\nG1 Z10" // These commands will be executed in the end of G29 routine.
 | 
				
			||||||
                                                                             // Useful to retract a deployable Z probe.
 | 
					                                                                             // Useful to retract a deployable Z probe.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
					  //#define Z_PROBE_SLED // Turn on if you have a Z probe mounted on a sled like those designed by Charles Bell.
 | 
				
			||||||
  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
					  //#define SLED_DOCKING_OFFSET 5 // The extra distance the X axis must travel to pickup the sled. 0 should be fine but you can push it further if you'd like.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
					  // If you have enabled the bed auto leveling and are using the same Z probe for Z homing,
 | 
				
			||||||
// it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
					  // it is highly recommended you let this Z_SAFE_HOMING enabled!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
					  #define Z_SAFE_HOMING   // This feature is meant to avoid Z homing with Z probe outside the bed area.
 | 
				
			||||||
                          // When defined, it will:
 | 
					                          // When defined, it will:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user