Browse Source

Merge pull request #100 from tommycheng/patch-1

While Waiting for hotbed to warm up via M190, LCD Display and Click Enco...
pull/1/head
ErikZalm 13 years ago
parent
commit
f3095493b0
  1. 1
      Marlin/Marlin.pde

1
Marlin/Marlin.pde

@ -942,6 +942,7 @@ void process_commands()
codenum = millis();
}
manage_heater();
LCD_STATUS;
}
LCD_MESSAGEPGM(MSG_BED_DONE);
previous_millis_cmd = millis();

Loading…
Cancel
Save