🐛 Finish and organize temp sensors (#23519)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@ -222,12 +222,12 @@ const uint16_t VPList_SDPrintTune[] PROGMEM = {
|
||||
};
|
||||
|
||||
const uint16_t VPList_StepPerMM[] PROGMEM = {
|
||||
VP_X_STEP_PER_MM
|
||||
, VP_Y_STEP_PER_MM
|
||||
, VP_Z_STEP_PER_MM
|
||||
OPTARG(HAS_HOTEND, VP_E0_STEP_PER_MM)
|
||||
OPTARG(HAS_MULTI_HOTEND, VP_E1_STEP_PER_MM)
|
||||
, 0x0000
|
||||
VP_X_STEP_PER_MM,
|
||||
VP_Y_STEP_PER_MM,
|
||||
VP_Z_STEP_PER_MM,
|
||||
OPTITEM(HAS_HOTEND, VP_E0_STEP_PER_MM)
|
||||
OPTITEM(HAS_MULTI_HOTEND, VP_E1_STEP_PER_MM)
|
||||
0x0000
|
||||
};
|
||||
|
||||
const uint16_t VPList_PIDE0[] PROGMEM = {
|
||||
|
Reference in New Issue
Block a user