diff options
author | Eddie Ehlin <eddiex@eddiex.se> | 2021-05-01 23:16:13 +0200 |
---|---|---|
committer | Eddie Ehlin <eddiex@eddiex.se> | 2021-05-01 23:16:13 +0200 |
commit | d058364d9f0eb37009a9fe40a6b9a88381bb66ec (patch) | |
tree | b72c197d6e4a5f7d498b35a020768d5bc2d725e9 /marlinfw | |
parent | 028fb2b4b8963944bb0f9780a8b91bfdf2fea265 (diff) | |
download | 3DPrinter-CR10S-d058364d9f0eb37009a9fe40a6b9a88381bb66ec.tar.gz 3DPrinter-CR10S-d058364d9f0eb37009a9fe40a6b9a88381bb66ec.zip |
Removed PROBE_MANUALLY support.
Diffstat (limited to 'marlinfw')
-rw-r--r-- | marlinfw/config-2.0.8/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/marlinfw/config-2.0.8/Configuration.h b/marlinfw/config-2.0.8/Configuration.h index 6dd4d6d..4a1e270 100644 --- a/marlinfw/config-2.0.8/Configuration.h +++ b/marlinfw/config-2.0.8/Configuration.h @@ -933,7 +933,7 @@ * Use G29 repeatedly, adjusting the Z height at each point with movement commands * or (with LCD_BED_LEVELING) the LCD controller. */ -#define PROBE_MANUALLY +//#define PROBE_MANUALLY /** * A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |