paul_delta
About
- Username
- paul_delta
- Joined
- Visits
- 13
- Last Active
- Roles
- Member
Comments
-
Probably the best solution would be a plugin for Repetier Host - to make it compatible with boards that are not capable to perform all calculations onboard.
-
Delta Radius A/B/C. For example: to increase hor. radius for X tower to 0.5mm set Delta Radius A=0.5. To reduce - set it with negative value (-0.5).
-
Just FYI, here is the initial release of calculator from spiffcow : https://github.com/spiffcow/DeltaCalibration The message on reprap forum: http://forums.reprap.org/read.php?178,445488,626121#msg-626121 Now it's just the tool to help with calibra…
-
I understand that. Actually, I never had this problem because I always use calculator just to polish my eeprom values. I always use 6 factors calibration (without changing diagonal rod value - the main source of dimensional inaccuracy). BTW what wil…
-
Repetier: a lot of people had VERY good experience with this calculator. Of course, if they understand basics of delta geometry and mathematics. Currently this is the most promising way to calibrate delta in 1-2 iterations. Docpayce: this is not ri…
-
I've found the problem - it's #define ZHOME_HEAT_HEIGHT 20. My probe is much lower It's good to make a check if ZHOME_HEAT_HEIGHT is not less than z-probe height + z-probe bed height. Or just calculate it automatically. Also we need to check for Z…
-
PS: Commands.cpp looks different for Case G32 procedure: #if FEATURE_AUTOLEVEL case 32: // G32 Auto-Bed leveling { #if defined(Z_PROBE_MIN_TEMPERATURE) && Z_PROBE_MIN_TEMPERATURE float actTemp[NUM_EXTRUDER]; …
-
AFAIK Repetier firmware has an adjustment for such cases, allowing to compensate the effector tilt (and z-probe error) near towers (correct me if I'm wrong, I never used this feature).
-
My cheap inductive 4mm blue tip probe gives me 0.01 precision. But only if it has zero offset (mounted right under the hot end tip). All delta printers have dimensional imperfections (diagonal rods are not equal/parallel, carriages/mounts are not id…
-
Just tested and results are ... meh. If your diagonal rods are not equal, the calculator will not help you much. Especially if you probe has big offset from the hot end tip - the effector tilt will destroy all measures because of "floating" errors a…