Commit e5c6f6ed authored by MagoKimbra's avatar MagoKimbra

Fix BED_PRINTER_RADIUS

parent 98de6b2f
......@@ -326,7 +326,7 @@
#define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
// Radius for probe
#define DELTA_PROBABLE_RADIUS (PRINTER_RADIUS)
#define DELTA_PROBABLE_RADIUS BED_PRINTER_RADIUS
#endif
/**
......
......@@ -1213,8 +1213,8 @@
#if DISABLED(DELTA_CARRIAGE_OFFSET)
#error DEPENDENCY ERROR: Missing setting DELTA_CARRIAGE_OFFSET
#endif
#if DISABLED(PRINTER_RADIUS)
#error DEPENDENCY ERROR: Missing setting PRINTER_RADIUS
#if DISABLED(BED_PRINTER_RADIUS)
#error DEPENDENCY ERROR: Missing setting BED_PRINTER_RADIUS
#endif
#if DISABLED(DEFAULT_DELTA_RADIUS)
#error DEPENDENCY ERROR: Missing setting DEFAULT_DELTA_RADIUS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment