[1.1.x] G33 MIN_STEPS_PER_SEGMENT (#10385)
This commit is contained in:
parent
db81a1d4a2
commit
6e30d1bef1
11 changed files with 12 additions and 10 deletions
|
|
@ -181,6 +181,8 @@
|
|||
#error "MANUAL_PROBE_Z_RANGE is now LCD_PROBE_Z_RANGE. Please update your configuration."
|
||||
#elif !defined(MIN_STEPS_PER_SEGMENT)
|
||||
#error Please replace "const int dropsegments" with "#define MIN_STEPS_PER_SEGMENT" (and increase by 1) in Configuration_adv.h.
|
||||
#elif MIN_STEPS_PER_SEGMENT <= 0
|
||||
#error "MIN_STEPS_PER_SEGMENT needs to be at least 1"
|
||||
#elif defined(PREVENT_DANGEROUS_EXTRUDE)
|
||||
#error "PREVENT_DANGEROUS_EXTRUDE is now PREVENT_COLD_EXTRUSION. Please update your configuration."
|
||||
#elif defined(SCARA)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue