tweak error messages
This commit is contained in:
parent
2c94a1e801
commit
5a99c38d83
2 changed files with 5 additions and 5 deletions
|
@ -164,7 +164,7 @@
|
||||||
#elif ENABLED (GTM201)
|
#elif ENABLED (GTM201)
|
||||||
#define MOTHERBOARD BOARD_GTM32_REV_B
|
#define MOTHERBOARD BOARD_GTM32_REV_B
|
||||||
#else
|
#else
|
||||||
#error No mainboard selected
|
#error No mainboard defined
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -875,7 +875,7 @@
|
||||||
#define E1_DRIVER_TYPE
|
#define E1_DRIVER_TYPE
|
||||||
#define E2_DRIVER_TYPE
|
#define E2_DRIVER_TYPE
|
||||||
#else
|
#else
|
||||||
#error No drivers selected
|
#error No drivers defined
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
||||||
|
@ -1079,7 +1079,7 @@
|
||||||
#define PROBE_MANUALLY
|
#define PROBE_MANUALLY
|
||||||
#define MANUAL_PROBE_START_Z 0.2
|
#define MANUAL_PROBE_START_Z 0.2
|
||||||
#else
|
#else
|
||||||
#error No probe selected.
|
#error No probe defined
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
#define XYZESTEPS { 80, 80, 400, 430 } // geared extruder found on M & T variants.
|
#define XYZESTEPS { 80, 80, 400, 430 } // geared extruder found on M & T variants.
|
||||||
//#define XYZESTEPS { 80, 80, 2560,430 } // M8 Z rod steps 2560 found on old I3pro
|
//#define XYZESTEPS { 80, 80, 2560,430 } // M8 Z rod steps 2560 found on old I3pro
|
||||||
#else
|
#else
|
||||||
#error No steps selected
|
#error No steps defined
|
||||||
#endif
|
#endif
|
||||||
//--------------------------------------------------------------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
//Step 6) enable 1 probe type & edit other bed leveling options.
|
//Step 6) enable 1 probe type & edit other bed leveling options.
|
||||||
|
@ -81,6 +81,6 @@
|
||||||
#elif ENABLED (MIX) && ENABLED (CYCLOPS) && ENABLED (DUALEX) && ENABLED (MIXT) && ENABLED (CYCLOPST) && ENABLED (TRIEX)
|
#elif ENABLED (MIX) && ENABLED (CYCLOPS) && ENABLED (DUALEX) && ENABLED (MIXT) && ENABLED (CYCLOPST) && ENABLED (TRIEX)
|
||||||
#define NPO { -40, 0, 0 } // Nozzle To Probe offset XYZ A10M/A20M calibration suggested.
|
#define NPO { -40, 0, 0 } // Nozzle To Probe offset XYZ A10M/A20M calibration suggested.
|
||||||
#else
|
#else
|
||||||
#error No probe offsets selected
|
#error No probe offsets defined
|
||||||
#endif
|
#endif
|
||||||
//--------------------------------------------------------------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue