mirror of
https://github.com/usatiuk/EggbotWireless.git
synced 2025-10-27 01:07:49 +01:00
a simple gcode visualiser
This commit is contained in:
@@ -51,6 +51,5 @@ export function parseCommand(cmd: string): Command {
|
||||
(command as any)[arg] = parseFloat(val);
|
||||
});
|
||||
|
||||
console.log(command);
|
||||
return command;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user