G0 feedrate may be fixed or variable (#12172)
This commit is contained in:
committed by
Scott Lahteine
parent
53c535a0c1
commit
a07ac6312f
@ -319,6 +319,8 @@
|
||||
#error "PARKING_EXTRUDER_SECURITY_RAISE is now TOOLCHANGE_ZRAISE. Please update your configuration."
|
||||
#elif defined(SWITCHING_TOOLHEAD_SECURITY_RAISE)
|
||||
#error "SWITCHING_TOOLHEAD_SECURITY_RAISE is now TOOLCHANGE_ZRAISE. Please update your configuration."
|
||||
#elif defined(G0_FEEDRATE) && G0_FEEDRATE == 0
|
||||
#error "G0_FEEDRATE is now used to set the G0 feedrate. Please update your configuration."
|
||||
#endif
|
||||
|
||||
#define BOARD_MKS_13 -47
|
||||
|
Reference in New Issue
Block a user