Merge pull request #7812 from thinkyhead/bf2_fix_resume_print

[2.0.x] Fix broken M600 resume_print
This commit is contained in:
Scott Lahteine 2017-10-01 22:55:28 -05:00 committed by GitHub
commit 33c4d45f2f
3 changed files with 3 additions and 2 deletions

View File

@ -268,6 +268,8 @@ void resume_print(const float &load_length/*=0*/, const float &initial_extrude_l
filament_change_beep(max_beep_count, true);
#endif
set_destination_to_current();
if (load_length != 0) {
#if ENABLED(ULTIPANEL)
// Show "insert filament"

View File

@ -46,7 +46,7 @@ void GcodeSuite::M355() {
if (parser.seenval('P')) {
++args, case_light_brightness = parser.value_byte();
case_light_arg_flag = false;
}
}
if (parser.seenval('S')) {
++args, case_light_on = parser.value_bool();
case_light_arg_flag = true;

View File

@ -148,4 +148,3 @@ debug_server =
-speed
auto
-noir