cncjs-kt-ext icon indicating copy to clipboard operation
cncjs-kt-ext copied to clipboard

Auto-leveling extension for CNCjs

Results 15 cncjs-kt-ext issues
Sort by recently updated
recently updated
newest added

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3. Changelog Sourced from socket.io-parser's changelog. 3.3.3 (2022-11-09) Bug Fixes check the format of the index of each attachment (fb21e42) 3.4.2 (2022-11-09) Bug Fixes check...

dependencies

Issue: Killed my CNC probe tip when starting the plug-In. While totally my own fault I suggest to add some level of protection to the code since it works with...

**Issue**: Some combinations of input parameters can result in `NaN` for X/Y travel coordinates during probing **Root Cause**: Division-by-Zero may occur in this [code segment](https://github.com/kreso-t/cncjs-kt-ext/blob/9a1015a5c52df57b323e326a326f9b6392824bc3/autolevel.js#L260): ``` let dx = (xmax...

Hi, I have a question about this line code.push(`G38.2 Z-${this.height + 1} F${this.feed / 2}`) This pushes the Z-probe Z-3 before the probe fails and even worse if you increase...

Hi! Sorry about this new bothering. I'm created a copper removal GRBL. The file (because the 8.99 flatcam is buggy, and only one thin tool is used) is a little...

I'm doing a pocket clear for a PCB I'm milling. When I do the autolevel script the gcode gets changed to add these very large loops in the cutting path....

Installed yesterday through cloning. Pasted the command into a macro and run it when my tool has been zeroed to 0,0,0 This is all I get feeder> (#autolevel) ok I...

Hi everyone, i try to get the autolevel running but without sucess. i follow the pm2 install from the main readme of the repo: ![image](https://github.com/kreso-t/cncjs-kt-ext/assets/16683343/666ce1e2-413f-4d7d-8ce6-3fc016f9e3ba) this is how it looks....

Hi! I'm bothering again. I known i'm boring. I'm stingy. In my country the current PCB size is mostly 160X100mm If i mill a PCB and the pcb is smaller...

I found that somehow the first point start measuring from 1mm above the 0, while the others from 1mm above the previous position (or absolute, not sure). So if you...