Change K1 to required option PID_K1

This commit is contained in:
Richard Wackerbarth
2017-12-01 09:08:30 -06:00
committed by Scott Lahteine
parent 9e3fbcf35c
commit c1184552ac
47 changed files with 150 additions and 151 deletions

View File

@ -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
/**