Browse Source

Spacing adjustment, ubl_G29

pull/1/head
Scott Lahteine 8 years ago
parent
commit
34b5041576
  1. 4
      Marlin/ubl_G29.cpp

4
Marlin/ubl_G29.cpp

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