fix typo
This commit is contained in:
parent
a85447e315
commit
a5aedffb5e
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ class Output {
|
|||
const { type, center, arcPoints } = (options ?? {});
|
||||
//speed, tool, type, center, arcPoints
|
||||
this.point = point;
|
||||
this.emit = Number(emit); //v convert bools into 0/1
|
||||
this.emit = Number(emit); //convert bools into 0/1
|
||||
this.speed = speed;
|
||||
this.tool = tool;
|
||||
this.type = type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue