Browse Source
Merge pull request #11309 from thinkyhead/bf2_manual_probe_start_z
[2.0.x] Manual Z Start Height
pull/1/head
Scott Lahteine
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
70 changed files with
77 additions and
1 deletions
-
Marlin/Configuration.h
-
Marlin/src/config/default/Configuration.h
-
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
-
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
-
Marlin/src/config/examples/Anet/A6/Configuration.h
-
Marlin/src/config/examples/Anet/A8/Configuration.h
-
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
-
Marlin/src/config/examples/BIBO/TouchX/cyclops/Configuration.h
-
Marlin/src/config/examples/BIBO/TouchX/default/Configuration.h
-
Marlin/src/config/examples/BQ/Hephestos/Configuration.h
-
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
-
Marlin/src/config/examples/BQ/WITBOX/Configuration.h
-
Marlin/src/config/examples/Cartesio/Configuration.h
-
Marlin/src/config/examples/Creality/CR-10/Configuration.h
-
Marlin/src/config/examples/Creality/CR-10S/Configuration.h
-
Marlin/src/config/examples/Creality/CR-10mini/Configuration.h
-
Marlin/src/config/examples/Creality/CR-8/Configuration.h
-
Marlin/src/config/examples/Creality/Ender-2/Configuration.h
-
Marlin/src/config/examples/Creality/Ender-3/Configuration.h
-
Marlin/src/config/examples/Creality/Ender-4/Configuration.h
-
Marlin/src/config/examples/Felix/Configuration.h
-
Marlin/src/config/examples/Felix/DUAL/Configuration.h
-
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
-
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
-
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
-
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h
-
Marlin/src/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h
-
Marlin/src/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h
-
Marlin/src/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h
-
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
-
Marlin/src/config/examples/JGAurora/A5/Configuration.h
-
Marlin/src/config/examples/MakerParts/Configuration.h
-
Marlin/src/config/examples/Malyan/M150/Configuration.h
-
Marlin/src/config/examples/Malyan/M200/Configuration.h
-
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
-
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
-
Marlin/src/config/examples/Mks/Sbase/Configuration.h
-
Marlin/src/config/examples/RepRapPro/Huxley/Configuration.h
-
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
-
Marlin/src/config/examples/RigidBot/Configuration.h
-
Marlin/src/config/examples/SCARA/Configuration.h
-
Marlin/src/config/examples/STM32F10/Configuration.h
-
Marlin/src/config/examples/STM32F4/Configuration.h
-
Marlin/src/config/examples/Sanguinololu/Configuration.h
-
Marlin/src/config/examples/TheBorg/Configuration.h
-
Marlin/src/config/examples/TinyBoy2/Configuration.h
-
Marlin/src/config/examples/Tronxy/X1/Configuration.h
-
Marlin/src/config/examples/Tronxy/X3A/Configuration.h
-
Marlin/src/config/examples/Tronxy/X5S/Configuration.h
-
Marlin/src/config/examples/Tronxy/XY100/Configuration.h
-
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
-
Marlin/src/config/examples/Velleman/K8200/Configuration.h
-
Marlin/src/config/examples/Velleman/K8400/Configuration.h
-
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
-
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
-
Marlin/src/config/examples/adafruit/ST7565/Configuration.h
-
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
-
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
-
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
-
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h
-
Marlin/src/config/examples/delta/generic/Configuration.h
-
Marlin/src/config/examples/delta/kossel_mini/Configuration.h
-
Marlin/src/config/examples/delta/kossel_pro/Configuration.h
-
Marlin/src/config/examples/delta/kossel_xl/Configuration.h
-
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
-
Marlin/src/config/examples/makibox/Configuration.h
-
Marlin/src/config/examples/stm32f103ret6/Configuration.h
-
Marlin/src/config/examples/tvrrug/Round2/Configuration.h
-
Marlin/src/config/examples/wt150/Configuration.h
-
Marlin/src/feature/bedlevel/bedlevel.cpp
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -719,6 +719,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -747,6 +747,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -706,6 +706,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -687,6 +687,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -700,6 +700,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -687,6 +687,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -698,6 +698,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -709,6 +709,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
#define PROBE_MANUALLY |
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -718,6 +718,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -709,6 +709,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
#define PROBE_MANUALLY |
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -703,6 +703,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -703,6 +703,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -709,6 +709,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
#define PROBE_MANUALLY |
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -681,6 +681,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -681,6 +681,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -705,6 +705,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -714,6 +714,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -715,6 +715,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -714,6 +714,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
#define PROBE_MANUALLY |
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -703,6 +703,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -711,6 +711,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -719,6 +719,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -719,6 +719,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -698,6 +698,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -703,6 +703,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -703,6 +703,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -739,6 +739,7 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -697,6 +697,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -712,6 +712,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -701,6 +701,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -730,6 +730,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -750,6 +750,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
#define PROBE_MANUALLY |
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -710,6 +710,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -728,6 +728,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -709,6 +709,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -699,6 +699,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -784,6 +784,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -784,6 +784,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -784,6 +784,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -789,6 +789,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -774,6 +774,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -774,6 +774,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -767,6 +767,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -777,6 +777,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -712,6 +712,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -702,6 +702,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -701,6 +701,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -694,6 +694,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -704,6 +704,7 @@ |
|
|
|
* or (with LCD_BED_LEVELING) the LCD controller. |
|
|
|
*/ |
|
|
|
//#define PROBE_MANUALLY
|
|
|
|
//#define MANUAL_PROBE_START_Z 0.2
|
|
|
|
|
|
|
|
/**
|
|
|
|
* A Fix-Mounted Probe either doesn't deploy or needs manual deployment. |
|
|
|
|
|
@ -266,7 +266,14 @@ void reset_bed_level() { |
|
|
|
|
|
|
|
void _manual_goto_xy(const float &rx, const float &ry) { |
|
|
|
|
|
|
|
#if MANUAL_PROBE_HEIGHT > 0 |
|
|
|
#ifdef MANUAL_PROBE_START_Z |
|
|
|
#if MANUAL_PROBE_HEIGHT > 0 |
|
|
|
do_blocking_move_to(rx, ry, MANUAL_PROBE_HEIGHT); |
|
|
|
do_blocking_move_to_z(MAX(0,MANUAL_PROBE_START_Z); |
|
|
|
#else |
|
|
|
do_blocking_move_to(rx, ry, MAX(0,MANUAL_PROBE_START_Z); |
|
|
|
#endif |
|
|
|
#elif MANUAL_PROBE_HEIGHT > 0 |
|
|
|
const float prev_z = current_position[Z_AXIS]; |
|
|
|
do_blocking_move_to(rx, ry, MANUAL_PROBE_HEIGHT); |
|
|
|
do_blocking_move_to_z(prev_z); |
|
|
|