EtalumaSupport / LumaViewPro

MIT License
6 stars 6 forks source link

Homing routine, increased precision. #61

Closed ericweiner closed 1 year ago

ericweiner commented 2 years ago

I would like to improve the precision of homing by doing the following:

This can be used on XYZ and turret.

Trinamic calls this "mode 4" in their regular motor controllers. (you can see this in their firmware reference manual here:

https://www.trinamic.com/fileadmin/assets/Products/Modules_Documents/TMCM-3230-TMCL_firmware_manual_fw1.13_rev1.11.pdf

on page 122

Screen Shot 2022-07-01 at 2 42 47 PM
ericweiner commented 2 years ago

Turret homing will need to be slightly different. In normal use, limit sensors will need to be turned OFF. During homing, they will need to be turned ON (but only during homing... The turret can spin freely.

They may also need to be other adaptations made

ericweiner commented 1 year ago

This has all been implemented as of 4/2023