LaserWeb / deprecated-LaserWeb3

Open Source Laser Cutter / Engraver software. Supports gcode, svg, dxf, stl, png, jpg, bmp
266 stars 68 forks source link

Error when opening gcode file in Laserweb #109

Closed funinthefalls closed 8 years ago

funinthefalls commented 8 years ago

If I open an existing gcode file in LaserWeb, the following error is displayed in the terminal:

ReferenceError: boundingBox is not defined (http://192.168.0.101:8000/js/tabs.js on line 97)

The file seems to load ok however, it shows up in the all layers tab, but it does not display anything in ther Gcode view tab.

ghost commented 8 years ago

Since a gcode file is but a layer. Click generate gcode on cam tab to populate the 'gcode tab' and prep job for sending.

On Sep 5, 2016 7:29 PM, "Anthony Bolgar" notifications@github.com wrote:

If I open an existing gcode file in LaserWeb, the following error is displayed in the terminal:

ReferenceError: boundingBox is not defined (http://192.168.0.101:8000/js/ tabs.js on line 97)

The file seems to load ok however, it shows up in the all layers tab, but it does not display anything in ther Gcode view tab.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openhardwarecoza/LaserWeb3/issues/109, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVr24XohzOBKSsQlfRVLGdvjb8uzGC7ks5qnFF9gaJpZM4J1O-v .

funinthefalls commented 8 years ago

Still does not populate the "gcode view" tab (tab on the top) after clicking "generate gcode" on the cam tab. And in the Gcode tab on the left (not to confuse it with the gcode view tab at the top) It has a "Start Gcode" box, a "Gcode opened from file" box, and a "gcode end" box.

ghost commented 8 years ago

Duplicate of https://github.com/openhardwarecoza/LaserWeb3/issues/163