Spacing adjustment, ubl_G29

This commit is contained in:
Scott Lahteine 2017-05-07 01:29:37 -05:00
parent 6c2e6ea38e
commit 34b5041576

View file

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