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
373 stars 162 forks source link

G28 #21

Closed CarstenHoyer closed 5 years ago

CarstenHoyer commented 5 years ago

G28 (homing) is not recognized as a command. If there is a reason, maybe you can enlighten a beginner in GCode why?

nraynaud commented 5 years ago

Hi Carsten,

homing goes a bit deeper in modeling the machine since I would have to model the position of the homing switches.

I might add it eventually.

Nico