Open MZachmann opened 3 years ago
Here's the doc file explanation of the enhancement. Screw Mapping in RRF.docx
This is a fairly advanced feature that's only really useful to people who can correctly determine the maps. please commend to this thread if its something you would use, and preferably link to the machine that you have that you would use it on.
I use this on my CNC, where it's necessary, all the time but I agree this is an advanced feature. It's better than, but roughly equivalent to screw mapping in mach4 and linuxcnc or screw compensation in path pilot. For a 3d printer this has no real value since dimensions aren't critical. For a milling machine or CNC router it does have applications and is moderately easy to calculate. On my CNC it increases accuracy from 1/32" to .003". There's a github writeup in my fork of this: https://github.com/MZachmann/RepRapFirmware and the source code has a good intro comment.
The code introduces virtually no delay unless it's being used and the use cost is minimal - but there is a moderate amount of code and it won't fit in an older board.
My CNC machine is Camaster Stinger II. Path Pilot is the software for Tormach mills; mach4 is generic milling machine software.
This is an enhancement request for multi-axis screw mapping. That is the ability to have piece-wise linear adjustment to position (of both a moving axis and any dependent axes) based on a lookup table.
The most common example is to correct for inaccurate leadscrews (one dependent axis). In my case it adjusts for not-perfectly-straight and not-perfectly-coplanar linear rails (two or three dependent axes).
This probably isn't much applicable to 3d printers. It is targeted more for cnc mills and routers and machines like pick-and-place.
With a small modification it would be relatively simple to support directional leadscrew wear (different profile coming vs going) as well as backlash. I don't use either.
The request tracks a lengthy/instructive dialog on the forum at: https://forum.duet3d.com/topic/20308/cnc-screw-mapping
Comments