Spent a few hours running code through LW3 for my little Sherline mill.
I am posting my code out of Fusion360 and loading it into LW3. I am getting some errors if I have Lw3 in CNCweb mode when loading the gcode. It will load in ok, but when I go to “Generate G-Code” in the console I get the following;
gcode-parser.js:1306 Infinity seconds estimated
gcode-parser.js:194 adding to scene
256VM2041 :1 [.Offscreen-For-WebGL-000001E30780E730]RENDER WARNING: Render count or primcount is 0.
VM2041 :1 WebGL: too many errors, no more errors will be reported to the console for this context.
threegcode.js:12 Generating GCODE
main.js:290 TypeError: Cannot read property ‘value’ of null
(http://192.168.1.38:8000/js/threegcode.js line 29)
threegcode.js:29 Uncaught TypeError: Cannot read property ‘value’ of null
at HTMLButtonElement. (threegcode.js:29)
at HTMLButtonElement.dispatch (jquery.min.js:3)
at HTMLButtonElement.r.handle (jquery.min.js:3)
(anonymous) @ threegcode.js:29
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
This code works fine if I take it back out of CNCweb Mode.