Nozzle as proble home offset application to probe points

This commit is contained in:
InsanityAutomation
2020-08-23 16:07:15 -04:00
parent 9518cb0f2e
commit 8b91d1d255
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1455,7 +1455,7 @@
* Turn on with the command 'M111 S32'.
* NOTE: Requires a lot of PROGMEM!
*/
//#define DEBUG_LEVELING_FEATURE
#define DEBUG_LEVELING_FEATURE
#if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL)
// Gradually reduce leveling correction until a set height is reached,
+4 -4
View File
@@ -3320,16 +3320,16 @@
//#define USER_SCRIPT_RETURN // Return to status screen after a script
#define USER_DESC_1 "Aerostruder"
#define USER_GCODE_1 "M92E420\nM907E875\nM500"
#define USER_GCODE_1 "M92E420\nM206X0Y0\nM907E875\nM500"
#define USER_DESC_2 "Moarstruder"
#define USER_GCODE_2 "M92E819\nM907E750\nM500"
#define USER_GCODE_2 "M92E819\nM206X0Y0\nM907E750\nM500"
#define USER_DESC_3 "Standard"
#define USER_GCODE_3 "M92E814\nM907E750\nM500"
#define USER_GCODE_3 "M92E814\nM206X0Y0\nM907E750\nM500"
#define USER_DESC_4 "Mosquito BMG-M"
#define USER_GCODE_4 "M92E814\nM206X5Y15\nM907E750\nM500"
#define USER_GCODE_4 "M92E814\nM206X-5Y-12\nM907E750\nM500"
#endif
/**