Daniel Chote
Daniel Chote
I realize this project has been inactive for a while now, but I was wondering if anyone gave any thought to using a password manager like Vault to store secrets...
This includes my rewrite for the latest THREE.JS, fixes long term bug for plane shift gcode being ignored, and also merges in @MitchBradley's awesome Mach3 IJK Absolute logic.
Rather than branch/revert/patch/pull request... ill just submit a ticket. THREE.LinePieces has been deprecated. `var line = new THREE.Line(lineGeo, material, THREE.LinePieces); ` becomes `var line = new THREE.LineSegments(lineGeo, material);` You can...
I just added this integration while my robot was mid-clean and it seems to error out on a missing state `cleaning_standby`. I can submit a PR if that would be...