Fixed bed leveling stuff

This commit is contained in:
August 2025-01-06 11:39:15 -05:00
parent 19a5811940
commit 4678695c1a
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2

View File

@ -1640,7 +1640,7 @@
* | [-] |
* O-- FRONT --+
*/
#define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 }
#define NOZZLE_TO_PROBE_OFFSET { -44.5, 5, -4.07 }
// Enable and set to use a specific tool for probing. Disable to allow any tool.
#define PROBING_TOOL 0
@ -2121,7 +2121,7 @@
* these options to restore the prior leveling state or to always enable
* leveling immediately after G28.
*/
//#define RESTORE_LEVELING_AFTER_G28
#define RESTORE_LEVELING_AFTER_G28
//#define ENABLE_LEVELING_AFTER_G28
/**