a simple gcode visualiser

This commit is contained in:
2019-08-05 11:35:14 +03:00
parent 348d6e80c8
commit 33bfe9d0d3
3 changed files with 103 additions and 14 deletions

View File

@@ -51,6 +51,5 @@ export function parseCommand(cmd: string): Command {
(command as any)[arg] = parseFloat(val);
});
console.log(command);
return command;
}