InsanityAutomation
8b060a3902
G34 Mechanical Gantry Calibration (like Prusa M915) (#18972 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 年之前
Scott Lahteine
462d3eeab1
set_axis_not_trusted => set_axis_never_homed
4 年之前
Diego von Deschwanden
42fbd527f3
Fix links to secure sites (#18745 )
4 年之前
Scott Lahteine
73fc0778b8
Consolidate probe clearance, add section debug (#18576 )
* Better section / function log
* Add do_z_clearance motion function
4 年之前
MoellerDi
fcb8c5a1c1
Fix G34 move in wrong direction (#18188 )
4 年之前
Scott Lahteine
a1f3d2f3cd
Move set_all_z_lock to Stepper
4 年之前
Scott Lahteine
ab2b98e425
Apply composite tests
4 年之前
Scott Lahteine
6d90d1e1f5
Apply TERN to compact code (#17619 )
4 年之前
Scott Lahteine
15f6f53638
Add HAS_HOTEND, etc.
4 年之前
Giuliano Zaro
3b987dfcec
Fix G34 Z lower, extra "BLTOUCH" debug line (#17175 )
4 年之前
InsanityAutomation
cee07f3f6b
Quad Z leveling, G34 (R)ecalculate (#17122 )
4 年之前
Jason Smith
9c759e5f74
Fix BAUD_RATE_GCODE, etc. (#17135 )
4 年之前
jufimu12
627aa8db2d
Fix G34, add HOME_AFTER_G34 option (#17108 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
4 年之前
jufimu12
ad4a9eb73a
Fix G34 probing range/error bug (#17052 )
4 年之前
jufimu12
ac755fce82
Fix G34 "Decreasing accuracy" bug (#17013 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
4 年之前
Scott Lahteine
be62ab2d02
Move reachable test to Probe class
4 年之前
Scott Lahteine
bfad23d3e2
(c) 2020
4 年之前
InsanityAutomation
e58d1bf974
G34 automatic point assignment (#16473 )
4 年之前
Scott Lahteine
90b6324563
Encapsulate probe as singleton class (#16751 )
4 年之前
InsanityAutomation
0fcf2b1110
Quad Z stepper support (#16277 )
4 年之前
randellhodges
0b6c2d893e
Fix G34 with Z_DUAL_STEPPER_DRIVERS compile (#16274 )
4 年之前
Moshi Binyamini
dcdaa2025f
Sanity-check Z_STEPPER_AUTO_ALIGN coordinates (#16231 )
4 年之前
Scott Lahteine
0400783444
Tweak G34, fix a declaration
4 年之前
Scott Lahteine
f83bc0aa13
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
5 年之前
Evgeny-SPB
7116a8645c
G34 logic / typo fix (#15938 )
5 年之前
Scott Lahteine
cd3ec5a77b
Add error-check to M422
5 年之前
Jason Smith
832cb7e1ac
Z_STEPPER_AUTO_ALIGN — To align with Z stepper points (#15195 )
5 年之前
Scott Lahteine
50e4545255
Add custom types for position (#15204 )
5 年之前
Robby Candra
9c288a682d
Followup to probe_at_point change (#15342 )
5 年之前
Scott Lahteine
c353eaa146
Misc changes from struct refactor (#15289 )
5 年之前
Giuliano Zaro
9958f5e322
Home on G34 if steppers slept (#15127 )
5 年之前
Marcio Teixeira
274934ad81
Add LULZBOT_TOUCH_UI (#14967 )
5 年之前
Jason Smith
f2c5740d06
Add 'E' argument to G34 to allow stowing between probes (#14533 )
- Use the return value from probe_pt during `G34`
Eliminate the assumption that probe_pt leaves current_position set to values relative to the probed points. This is not always true, depending on the raise_after argument.
- Add '`E`' argument to `G34` command allowing stowing between each probe.
5 年之前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 年之前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 年之前
BigIronGuru
9f136a7c67
Low-priority homing in G34 (#14391 )
5 年之前
BigIronGuru
12d21e642f
Update G34 for non-BLTouch probes (#14380 )
5 年之前
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control (#14117 )
5 年之前
BigIronGuru
9c83135d40
Only home Z at the end of G34 (#14353 )
5 年之前
InsanityAutomation
a9acd2f497
G34 configurable angle limit (#14321 )
5 年之前
InsanityAutomation
bf64dd4db6
Improve G34, M422 (Z alignment) (#14142 )
5 年之前
FanDjango
85fb33a060
BLTOUCH tweaks, new v3.1 command (#14015 )
5 年之前
InsanityAutomation
6811e2921b
BLTouch v3 / 3DTouch Interoperability & performance (#13814 )
5 年之前
Giuliano Zaro
e2dd2268e8
Add a Z raise-between-probes to G34 (#13791 )
5 年之前
InsanityAutomation
5b2c37d6c1
Followup to BLTouch (#13422 )
5 年之前
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support (#13406 )
5 年之前
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h (#13388 )
5 年之前
InsanityAutomation
050eac03af
Single X Duplication Extension (#13373 )
* Multi-nozzle selective duplication
* Use a bit-mask, reduce stepper_indirection.h size
* Tweak the multi-nozzle duplication description
* Use 'S' as a bool in M605
* Add HAS_DUPLICATION_MODE conditional
* Remove '_MODE' from the option name
* M605 in the style of Stacker M280
* Also include direct mask style (P)
5 年之前
Scott Lahteine
d94e077901
Apply HAS_HOTEND_OFFSET where needed
5 年之前
Minims
92a4984066
Fix G34 probe position (#13251 )
5 年之前