Spacing adjustment, ubl_G29

master
Scott Lahteine 7 years ago
parent 232f5d235d
commit 0079166388

@ -389,8 +389,8 @@
}
if (code_seen('P')) {
if (WITHIN(phase_value,0,1) && ubl.state.eeprom_storage_slot==-1) {
ubl.state.eeprom_storage_slot=0;
if (WITHIN(phase_value, 0, 1) && ubl.state.eeprom_storage_slot == -1) {
ubl.state.eeprom_storage_slot = 0;
SERIAL_PROTOCOLLNPGM("Default storage slot 0 selected.\n");
}

Loading…
Cancel
Save