Change K1 to required option PID_K1
This commit is contained in:
committed by
Scott Lahteine
parent
9e3fbcf35c
commit
c1184552ac
@ -225,6 +225,8 @@
|
||||
#error "BABYSTEP_ZPROBE_GFX_REVERSE is now set by OVERLAY_GFX_REVERSE. Please update your configurations."
|
||||
#elif defined(UBL_GRANULAR_SEGMENTATION_FOR_CARTESIAN)
|
||||
#error "UBL_GRANULAR_SEGMENTATION_FOR_CARTESIAN is now SEGMENT_LEVELED_MOVES. Please update your configuration."
|
||||
#elif HAS_PID_HEATING && (defined(K1) || !defined(PID_K1))
|
||||
#error "K1 is now PID_K1. Please update your configuration."
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user