lw.comm-server icon indicating copy to clipboard operation
lw.comm-server copied to clipboard

FEATURE: homing per axis on TinyG (g2core)

Open turboproc opened this issue 6 years ago • 2 comments

Would it be possible to add the homing per axis for TinyG (g2core) firmware. Just check it and homing per axis on g2core works the same way as it does in Marlin and Repetier.

turboproc avatar Jan 19 '19 09:01 turboproc

Homing for TinyG is not yet implemented, but sending homing commands like G28.2 X0 Y0 with the console should work.

According to https://github.com/synthetos/g2/wiki/Homing-g2core homing does NOT work exactly the same as on Marlin or Repetier. The TinyG homing command is G28.2 X0 Y0 Z0 where Marlin uses G28 X Y Z!

I will add support for TinyG homing to the next release.

cprezzi avatar Jan 19 '19 15:01 cprezzi

Great, thnx. Just noticed. Building now myself, which brings some challanges, but should be done now. Testing soon.

turboproc avatar Feb 12 '19 15:02 turboproc