widget-3dviewer icon indicating copy to clipboard operation
widget-3dviewer copied to clipboard

The amazing 3D viewer that is the centerpiece of ChiliPeppr. It knows how to parse Gcode to show it as a 3D representation. Has a simulator built in for the tool path. Also has numerous pubsub signals...

Results 10 widget-3dviewer issues
Sort by recently updated
recently updated
newest added

Is it possible for a widget to tell 3dviewer widget to hide/show Toolhead and info text? I tried changing the visible property of some item from this.obj3d.parent.children with no success....

Arcs from .gcode seem to render with wrong clockwise direction for arcs ZX plane. Preview shows lots of weird circles instead of neat arcs, while tool tracking from G2 board...

- Handles multiple modal (non-motion) codes on one line. These are common for init blocks and for relative motion. - Fixes a precision-loss bug in arc calculation which sometimes caused...

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.

hi , sorry to open ticket for my question , actually I made my low weight web interface on ESP8266 which is use the JavaScript readerFile to load the gcode...

Is it possible to ask 3D viewer to clear the scene without changing the view angle? I want send this command from Eagle BRD Widget to redraw the board but...

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...

Chrome 51.0.2704.84 on Mac OS X 10.11.3. Have to look more into repro steps more when I'm at the machine again, but I noticed that the jog tool was not...

This path appears to be broken... https://cdnjs.cloudflare.com/ajax/libs/three.js/r79/three This appears to be a valid path, but I can't confirm it fixes the viewer https://cdnjs.cloudflare.com/ajax/libs/three.js/r79/three.js

![screenshot from 2016-02-13 13-56-48](https://cloud.githubusercontent.com/assets/7695323/13027541/b8cd5ad2-d25b-11e5-9e66-7f4445bafbe5.png) Hi John I hope you wouldn't mind me opening a thread, but just easier to keep it going here where I can easily reference code lines,...