Commit Graph
34 Commits
Author SHA1 Message Date
Luc Van DaeleandScott Lahteine 656034d2d9 🐛 Fix G33, Delta radii, reachable (#22795) 2021-12-25 01:22:50 -06:00
Luc Van DaeleandScott Lahteine 44d54a0d01 🚸 G33 R and O options (#22707) 2021-10-02 22:31:15 -05:00
Luc Van DaeleandScott Lahteine c6e09c2689 [2.0.x] G33 clean up (#12648)
Remove obsolete workarounds in G33 for the now fixed zprobe_zoffset bug
2018-12-18 12:43:38 -06:00
Luc Van DaeleandScott Lahteine 7243101135 z_offset fix for deltas (#12210) 2018-10-25 09:11:26 -05:00
Luc Van DaeleandScott Lahteine 12785583d0 [2.0.x] G33 MIN_STEPS_PER_SEGMENT (#10386) 2018-04-12 20:22:29 -05:00
Luc Van DaeleandScott Lahteine 646aa20b43 Overhaul of G33 Delta Calibration (#8822) 2018-04-11 21:14:48 -05:00
Luc Van DaeleandScott Lahteine ac2e0afb62 Low Point for delta calibration (#10363) 2018-04-11 18:59:46 -05:00
LVD-ACandScott Lahteine 65f365333f [2.0.x] G33 probe error handling 2017-11-25 16:19:10 -06:00
LVD-ACandScott Lahteine e334efb2a7 PROBE_MANUALLY etc. 2017-11-10 19:27:33 -06:00
Luc Van DaeleandScott Lahteine 6827e243a0 [2.0.x] G33 magic numbers (#8171)
* [2.0.x] G33 magic numbers

* oops

* Comments

* oops

* warning

* better comment section

* remarks

* extra grids
2017-11-03 03:36:16 -05:00
Luc Van DaeleandScott Lahteine a1a4fc277e (2.0.x) serious bug G33 (#8136)
* (2.0.x) serious bug G33

* Revert config changes

This reverts commit 74b5a98223b7b7fb970d05b8541f4a079c3cfe56.
2017-10-29 04:12:33 -05:00
LVD-ACandScott Lahteine dcfc2503c2 G33 Autotune calibration update #10 2017-10-27 02:11:24 -05:00
Luc Van DaeleandRoxy-3D 3986a84f77 boolval revisited (#8016) 2017-10-18 14:03:17 -05:00
LVD-ACandScott Lahteine 4bc79ec877 Updates for G33-LCD interface 2017-07-07 05:00:59 -05:00
LVD-ACandScott Lahteine 3efe4aeef8 Add PROBE_MANUALLY support to G33 2017-07-04 18:06:54 -05:00
LVD-ACandScott Lahteine 567941e341 Fix for issues #6997 and #7152
Probing with the effector in the printing area, but an eccentric probe (e.g. allen key) outside it but still touching the bed gives meaninfull information for calibration. Since calibration is most accurate when probing as close to the towers as possible the testing was way to restrictive hence this fix.
2017-07-03 02:53:49 -05:00
LVD-ACandScott Lahteine 99592c8458 Update G33: Add F, fix height bug 2017-06-27 04:02:02 -05:00
Luc Van DaeleandScott Lahteine 896dfa0577 G33 eccentric probe fixes (#6850)
* excentric probe config fix

* undo last commit

* eccentric probe fix

* oops

* !stow after each probe

* deploy/stow fix

* E parameter + bit of cleanup

* comment

* LCD menu fix
2017-06-12 01:07:19 -05:00
LVD-ACandScott Lahteine da2abad636 Various cleanups of G33
- update comment section
- redefined P5 grid
- minor clean to probe radius routine
- updated EEPROM version to V37 according remark in #6517
2017-05-02 15:47:06 -05:00
LVD-ACandteemuatlut cafc48dff8 little oops 2017-04-30 22:17:49 +03:00
LVD-ACandteemuatlut 471a321624 leaner code for probe routine 2017-04-30 19:15:16 +03:00
LVD-ACandteemuatlut 585c00a728 Proposed changes
This is what I did yesterday:

- basicly gave the tests more comprehensive names; put all the
declarations at the top; got rid of the magic negative C-value (renamed
to P + A, O, T)

- "cos(RADIANS(180 + 30 * axis)) * (1 + circles * 0.1 * ((zig_zag) ? 1 :
-1)) * delta_calibration_radius" compiles wrong is zig_zag statement is
without brackets

- DELTA_TOWER_ANGLE_TRIM reset to 3 values (the calcs use the 3th value
to normalize will not compile otherwise)

-Wrote 3 dummies to keep EEPROM lenght the same

-Reset the configs to the 'original' with autocal + menu disabled (but
can be enabled of course)
2017-04-29 18:53:14 +03:00
LVD-ACandteemuatlut 4ea8d0f89b Solved "The Travis CI build failed " 2017-04-28 19:55:21 +03:00
LVD-ACandteemuatlut ed6b361e27 cleanup ready to squash 2017-04-28 18:09:18 +03:00
LVD-ACandteemuatlut 7a6a1ef583 M666 normalize positive values to <=0
M666

+ tower radians absolute value
2017-04-28 18:05:24 +03:00
LVD-ACandteemuatlut d8102aeca8 Cn negative : no tower angle calibration
Giving a negative number of probe points disables the tower angle
correction calibration ('4point' instead of '7point' solution)

EEPROM version updated
2017-04-27 21:13:07 +03:00
LVD-ACandteemuatlut a9bc1d30cc z_offset change
Avoids to have to recalibrate the delta_height after a z_offset change
2017-04-26 21:57:11 +03:00
LVD-ACandteemuatlut dcf30a69d6 Allowing #define DELTA_TOWER_ANGLE_TRIM[C_AXIS]
More consistent with M665 where C-value is allowed as well, then
normalized
2017-04-23 14:51:24 +03:00
LVD-ACandteemuatlut 004928148c Tower angles
Adding '7-point' tower angle correction calibration
2017-04-21 12:48:45 +03:00
LVD-ACandteemuatlut 76ec7a0f80 Adding upto 7*7 probe grids
- adding Cn 5, 6 and 7
2017-04-21 11:58:39 +03:00
LVD-ACandteemuatlut d4f593d200 Delete 'expert level'
and getting rid off verbose level 3 and configuration_adv settings
2017-04-21 11:58:39 +03:00
LVD-ACandteemuatlut 13c8493878 M665 rework and related issues (all delta's)
- Making M665 compatible with repetier (see
http://reprap.org/wiki/G_code#M665:_Set_delta_configuration)

- M665 B also sets the radius for manual calibration menu

- Converting tower ajustment definitions to arrays - tower angle
corrections compatible with Esher 3D wizzard

- Only tower angles need to be adjustable with M665 and stored to EEPROM
- tower radius and diag rod can be adjusted in the FW only with #define
2017-04-21 11:58:39 +03:00
LVD-ACandScott Lahteine 8821963873 Implement delta auto-calibration and delta_height 2017-04-14 19:46:31 -05:00
LVD-ACandScott Lahteine 03bda24d19 Add delta auto-calibration and configuration for Flsun AC 2017-04-14 19:08:14 -05:00