tweak error messages

This commit is contained in:
Vertabreaker 2019-12-13 10:00:35 -05:00 committed by GitHub
parent 2c94a1e801
commit 5a99c38d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -164,7 +164,7 @@
#elif ENABLED (GTM201)
#define MOTHERBOARD BOARD_GTM32_REV_B
#else
#error No mainboard selected
#error No mainboard defined
#endif
#endif
@ -875,7 +875,7 @@
#define E1_DRIVER_TYPE
#define E2_DRIVER_TYPE
#else
#error No drivers selected
#error No drivers defined
#endif
// Enable this feature if all enabled endstop pins are interrupt-capable.
@ -1079,7 +1079,7 @@
#define PROBE_MANUALLY
#define MANUAL_PROBE_START_Z 0.2
#else
#error No probe selected.
#error No probe defined
#endif
/**

View file

@ -59,7 +59,7 @@
#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
#else
#error No steps selected
#error No steps defined
#endif
//--------------------------------------------------------------------------------------------------------------------------------------------------------
//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)
#define NPO { -40, 0, 0 } // Nozzle To Probe offset XYZ A10M/A20M calibration suggested.
#else
#error No probe offsets selected
#error No probe offsets defined
#endif
//--------------------------------------------------------------------------------------------------------------------------------------------------------