Spacing adjustment, ubl_G29
This commit is contained in:
parent
6c2e6ea38e
commit
34b5041576
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user