Tweak some spacing
This commit is contained in:
parent
ac41eb5871
commit
2d41c59320
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -148,4 +148,3 @@ debug_server =
|
|||
-speed
|
||||
auto
|
||||
-noir
|
||||
|
Reference in a new issue