LaserWeb / lw.comm-server

Unified communications server for LaserWeb4 (and other frontends)
GNU General Public License v3.0
38 stars 47 forks source link

FEATURE: homing per axis on TinyG (g2core) #71

Open turboproc opened 5 years ago

turboproc commented 5 years ago

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.

cprezzi commented 5 years ago

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.

turboproc commented 5 years ago

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