Re: New Duet firmware with fast 7-factor delta calibration September 05, 2015 03:56AM |
Registered: 11 years ago Posts: 14,685 |
Quote
bower-andy
...
It's interesting, though, that the 7 factor calibrate works well for me when the probe is central but not otherwise.
Re: New Duet firmware with fast 7-factor delta calibration September 07, 2015 04:54PM |
Registered: 9 years ago Posts: 21 |
Re: New Duet firmware with fast 7-factor delta calibration September 13, 2015 12:43AM |
Registered: 12 years ago Posts: 805 |
use the extruder endstop pins?Quote
"P4 selects a switch (on the Duet, this must be connected to the E0 endstop pins)."
Re: New Duet firmware with fast 7-factor delta calibration September 13, 2015 02:58AM |
Registered: 9 years ago Posts: 60 |
Re: New Duet firmware with fast 7-factor delta calibration September 13, 2015 03:42AM |
Registered: 11 years ago Posts: 14,685 |
Re: New Duet firmware with fast 7-factor delta calibration September 26, 2015 10:45PM |
Registered: 9 years ago Posts: 45 |
Re: New Duet firmware with fast 7-factor delta calibration September 27, 2015 02:01AM |
Registered: 10 years ago Posts: 210 |
float diagonal; // The diagonal rod length, all 3 are assumed to be the same length float radius; // The nominal delta radius, before any fine tuning of tower positions float xCorrection, yCorrection, zCorrection; // Tower position corrections float endstopAdjustments[AXES]; // How much above or below the ideal position each endstop is
Re: New Duet firmware with fast 7-factor delta calibration September 27, 2015 03:07AM |
Registered: 11 years ago Posts: 14,685 |