webgcode icon indicating copy to clipboard operation
webgcode copied to clipboard

Online G-Code simulator, controller code for STM32F4-Discovery and google chrome extension to send the code to it.

Results 15 webgcode issues
Sort by recently updated
recently updated
newest added

``` G21 G90 G17 G0 X0 Y10 Z0 G2 Z-10 I0 J-10 P2 ``` Two turns helix expected..

I am trying to add gcode loading to the system. Please, help. It is difficult for me.

I decided to try webgcode locally using Chrome but there was an error in `index.html` saying ``` Uncaught DOMException: Failed to construct 'Worker': Script at 'file:///home/jalovisko/dev/webgcode/webapp/worker.js#3DView' cannot be accessed from...

I appologize for such a question, but this is the first time I see an AGPL/MIT dual-license. I wonder what does it actually mean and under which license the derrivative...

Here's a sample snippet ``` O00060 N1 (G71 TYPE I O.D. ROUGHING) G53 G00 X0. Z0. T0 T101 (O.D. TOOL . x .031 TNR) G50 S3200 G97 S500 M03 G54...

It would be great to have support for the G5 command provided by the Marlin Firmware (http://marlinfw.org/docs/gcode/G005.html) Thanks in advance, Herbert

Using the mouse wheel to zoom in/out on the gcode rendering doesn't work well because it only scrolls by ~1 pixel for each step of the wheel.

Suggest replacing the "Load a bigger sample" button with "Load a new file" and a file upload prompt. I do most of my model development and conversion in Linux, from...

These commands should be the same as `G00 X0` etc.

Hi, I tried to open your link http://nraynaud.github.io/webgcode/webapp/visucamTest.html# but the login does not work so far. i tried this in Firefox as well as Chrome. Thank you