🐛 E3V2 Brightness followup (#22821)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
committed by
Scott Lahteine
parent
e705a7724e
commit
89898181bd
@ -31,7 +31,7 @@
|
||||
*/
|
||||
void GcodeSuite::M250() {
|
||||
if (parser.seenval('C'))
|
||||
ui.set_contrast(parser.value_int());
|
||||
ui.set_contrast(parser.value_byte());
|
||||
else
|
||||
M250_report();
|
||||
}
|
||||
|
Reference in New Issue
Block a user