coelacant1 / OpenDACT

Open Source Delta Automatic Calibration Tool
https://forum.seemecnc.com/forum/viewtopic.php?f=36&t=8698&sid=fee0abe0878b65d8c2f023d4b06b0775
GNU Affero General Public License v3.0
53 stars 21 forks source link

[FR] Make it work with Marlin #23

Open vido89 opened 6 years ago

vido89 commented 6 years ago

I realy would like to see this tool working with Marlin so until that is there a easy way to translate Alpha Rotation, Delta Radius, XYZ offset, Horizontal Radius, and Diagonal Rod length to Marlin ?

coelacant2 commented 6 years ago

For conversion to Marlin, check out this link: http://marlinfw.org/docs/gcode/M665.html The only value in the table at the link that may be misconstrued is the Delta Radius, this in OpenDACT is labled as Horizontal Radius.

As a side note I am working on converting this tool to be usable for any delta firmware that accepts gcode - the parameters will be customizable. You can check the status in the 4.0.0 branch.

vido89 commented 6 years ago

Great news Im looking forward to see it working :)