nraynaud / webgcode

Online G-Code simulator, controller code for STM32F4-Discovery and google chrome extension to send the code to it.
http://nraynaud.github.io/webgcode/webapp/visucamTest.html#/
Other
376 stars 164 forks source link

Add toolchange options #33

Closed thboomsma closed 3 years ago

thboomsma commented 4 years ago

First of all .. great tool especially for a smal lab that has many processes on minimal amount of flexible machines.

As a feature request i would suggest adding the tool-chance as an option on each of the processing steps. If not selected default tool prevails.

Is this gcode GRBL compatible? We standarddized all machines to that for simplicity. How is the STM compared to Arduino boards?

Thank you! Theo

nraynaud commented 4 years ago

Hi, sorry but this project is not really active anymore.

The code is probably not compatible with GRBL, because I made no effort to be compatible with it.

I think the STM32F407 has more resources, but I'm not really sure, I just chose it because that's what I had.