🩹 G0/G1 S seen => seenval
This commit is contained in:
parent
7196f13125
commit
a1704c10b9
@ -233,7 +233,7 @@ void GcodeSuite::get_destination_from_command() {
|
|||||||
if (WITHIN(parser.codenum, 1, TERN(ARC_SUPPORT, 3, 1)) || TERN0(BEZIER_CURVE_SUPPORT, parser.codenum == 5)) {
|
if (WITHIN(parser.codenum, 1, TERN(ARC_SUPPORT, 3, 1)) || TERN0(BEZIER_CURVE_SUPPORT, parser.codenum == 5)) {
|
||||||
planner.laser_inline.status.isPowered = true;
|
planner.laser_inline.status.isPowered = true;
|
||||||
if (parser.seen('I')) cutter.set_enabled(true); // This is set for backward LightBurn compatibility.
|
if (parser.seen('I')) cutter.set_enabled(true); // This is set for backward LightBurn compatibility.
|
||||||
if (parser.seen('S')) {
|
if (parser.seenval('S')) {
|
||||||
const float v = parser.value_float(),
|
const float v = parser.value_float(),
|
||||||
u = TERN(LASER_POWER_TRAP, v, cutter.power_to_range(v));
|
u = TERN(LASER_POWER_TRAP, v, cutter.power_to_range(v));
|
||||||
cutter.menuPower = cutter.unitPower = u;
|
cutter.menuPower = cutter.unitPower = u;
|
||||||
|
Loading…
Reference in New Issue
Block a user