Scott Lahteine
49b05ba989
🎨 Flags for homing directions
4 years ago
Scott Lahteine
57eef65d9c
♻️ Refactor axis homing/trusted state bits
4 years ago
Scott Lahteine
26a244325b
♻️ Refactor axis counts and loops
4 years ago
Scott Lahteine
f7d28ce1d6
🎨 Misc cleanup and fixes
4 years ago
Luu Lac
e3998dc3df
M154 Position Auto-Report ( #18427 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
vyacheslav-shubin
ed224ca7d8
🩹 G60-G61 Save E position ( #21810 )
4 years ago
Victor Oliveira
a0ea7cbf26
Fix bad DELTA probe move ( #21781 )
4 years ago
fedetony
027a5a872d
Realtime Reporting, S000, P000, R000 ( #19330 )
4 years ago
Scott Lahteine
ac5b39b354
Blocking move followup
4 years ago
Scott Lahteine
49fba5a82a
Add 'blocking move' comments
4 years ago
Ramiro Polla
6d9aaf8de5
Macros to eliminate 'f + 0.0' ( #21568 )
4 years ago
Scott Lahteine
1bd35072cb
Fix axis char printing
4 years ago
Scott Lahteine
a4d5f96e9a
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Miguel Risco-Castillo
3c9ffa77f9
Ender 3 V2 Status Line ( #21369 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
3226e12037
Add typedef celsius_t ( #21374 )
4 years ago
Tanguy Pruvot
6cfd190107
Followup to MP_SCARA/TPARA patches ( #21248 )
4 years ago
Scott Lahteine
d61e7dd685
TPARA followup
4 years ago
Axel
864d27d460
TPARA - 3DOF robot arm IK ( #21005 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine
be8b547261
Fix some config builds
4 years ago
jbuck2005
971fb8729a
SPEED => FEEDRATE ( #21217 )
4 years ago
swissnorp
fc09581aa3
Combine Z_AFTER_DEACTIVATE with UNKNOWN_Z_NO_RAISE ( #20444 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Victor Oliveira
52c539eced
Zero Endstops followup ( #21188 )
4 years ago
Katelyn Schiesser
7240c2172b
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND ( #20835 )
4 years ago
deirdreobyrne
e6bf89e82b
Allow Zero Endstops (e.g., for CNC) ( #21120 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
X-Ryl669
77f48d2bad
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
71be210795
Move some MarlinCore and MarlinUI code ( #20832 )
4 years ago
zeleps
d324f3b16a
Don't apply hotend_offset.z to Z soft endstops ( #20675 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
FanDjango
ed7698efaa
Defer "quiet probing" till the last Z bump ( #20610 )
4 years ago
Scott Lahteine
bb747bcd62
Fix delayed_move_time elapsed test
4 years ago
InsanityAutomation
b1f0671541
Fix IDEX reboot on travel after G28 X ( #20654 )
4 years ago
ellensp
66c69aef6a
Homing code followup ( #20632 )
Patching a87e5197cf
4 years ago
Scott Lahteine
eaeb9d1b20
Document, adjust some homing code
4 years ago
wmariz
60aeed99c6
Refactor 'Level Corners with Probe' ( #20460 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
InsanityAutomation
3e26e23e60
Probe Tare, Probe Activation Switch ( #20379 )
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
4 years ago
Scott Lahteine
e02fd232ba
Rename QUIET_PROBING
4 years ago
rafaljot
f50abfcb1b
Homing feedrates as XYZ array ( #20426 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
bee6b8af8f
Use homing_feedrate function
4 years ago
Jason Smith
1a618b1b31
Fix TMC_HOME_PHASE divide by zero ( #20368 )
4 years ago
Scott Lahteine
448cf2c357
Adjust axis homed / trusted methods ( #20323 )
4 years ago
Scott Lahteine
141f6825ce
Rename ultralcd => marlinui
4 years ago
nb-rapidia
3becc3ad63
Fix IDEX layer shift and DIR states ( #19756 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
647981ef44
Simple bool in soft_endstops_t
4 years ago
Earle F. Philhower, III
ea65e10dc7
Add loose soft endstop state, apply to UBL fine-tune ( #19681 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Jason Smith
7ab74d22c4
Fix motion compile w/out probe-oriented settings ( #19684 )
4 years ago
Scott Lahteine
b3890d385c
Add multi-extruder condition
4 years ago
Victor Sokolov
47753d8a01
MarkForged kinematics ( #19235 )
4 years ago
swissnorp
7d2e4481c7
Mark axes not-homed with HOME_AFTER_DEACTIVATE ( #18907 )
4 years ago
Scott Lahteine
d10f7eae31
set_axis_not_trusted => set_axis_never_homed
4 years ago
fedetony
32dba5e0c7
Realtime Reporting, S000, P000, R000 ( #19330 )
4 years ago
Scott Lahteine
3517fbdcbd
Blocking move followup
4 years ago