Scott Lahteine
899fcf51e6
Add whole-degree accessors, simplify some temperature-related features ( #21685 )
4 years ago
Scott Lahteine
4ab19e7882
Update temperature types
4 years ago
Scott Lahteine
c67e115f61
Revert experimental NAN patch
Hold changes from #21575 (24a095c
) for more testing.
4 years ago
Scott Lahteine
c66cbf0d69
Reduce math library code size by 3.4KB ( #21575 )
4 years ago
Scott Lahteine
a4d5f96e9a
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Scott Lahteine
92da7659f4
Trust XY after Quiet Probing short sleep ( #21237 )
4 years ago
Nick
c8cd824be2
Safe Z homing for Power Loss Recovery ( #16909 )
4 years ago
Scott Lahteine
fbb30a2570
Serial macros cleanup
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
Katelyn Schiesser
7240c2172b
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND ( #20835 )
4 years ago
ellensp
3f1a8c2a1c
Fix G29 missing defines ( #21145 )
Co-authored-by: ellensp <ellensp@hotmsil.com>
4 years ago
Michael Telatynski
7361fbfe28
Improve probe preheat behavior ( #21033 )
Co-authored-by: InsanityAutomation <d.menzel@insanityautomation.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.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
Scott Lahteine
eaeb9d1b20
Document, adjust some homing code
4 years ago
Scott Lahteine
892e83e872
Init tare pin once
4 years ago
Scott Lahteine
10482ca49c
Add probe_switch_activated
4 years ago
Scott Lahteine
6d3e22dd4a
Fix some comments
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
InsanityAutomation
588fec6474
Minimum temp options for Probing and G12 Nozzle Clean ( #20383 )
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.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
Scott Lahteine
448cf2c357
Adjust axis homed / trusted methods ( #20323 )
4 years ago
Štěpán Dalecký
3231741cd2
[WIP] Fix Probe::offset_xy ( #20290 )
Co-authored-by: Jason Smith <jason.inet@gmail.com>
4 years ago
wmariz
747bde7e64
Level Corners with Probe option ( #20241 )
4 years ago
Scott Lahteine
109c08e9e5
Consistent Probe XY offset type
4 years ago
qwewer0
44f689320b
Use extra G35 BLTouch HS Mode clearance in Tramming Wizard ( #20057 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine
141f6825ce
Rename ultralcd => marlinui
4 years ago
Victor Oliveira
060b2f4989
Fix Color UI external_control, wait_for_release ( #19771 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
qwewer0
04a712dacc
Multi-line comments cleanup ( #19535 )
4 years ago
Siana Gearz
33f291d769
Fix Allen Key Probe pin test ( #19520 )
4 years ago
swissnorp
7d2e4481c7
Mark axes not-homed with HOME_AFTER_DEACTIVATE ( #18907 )
4 years ago
Scott Lahteine
c4620bb528
Add whole-degree accessors, simplify some temperature-related features ( #21685 )
4 years ago
Scott Lahteine
72e3d2492f
Update temperature types
4 years ago
Scott Lahteine
528b9bd872
Revert experimental NAN patch
Hold changes from #21575 (24a095c
) for more testing.
4 years ago
Scott Lahteine
24a095c5c1
Reduce math library code size by 3.4KB ( #21575 )
4 years ago
Scott Lahteine
62f37669dc
Replace 'const float &' with 'const_float_t' ( #21505 )
4 years ago
Scott Lahteine
35791c6371
Trust XY after Quiet Probing short sleep ( #21237 )
4 years ago
Scott Lahteine
2f97505b93
Trust XY after Quiet Probing short sleep ( #21237 )
4 years ago
Nick
e66e51fa6d
Safe Z homing for Power Loss Recovery ( #16909 )
4 years ago
Scott Lahteine
dd42831cba
Serial macros cleanup
4 years ago
jbuck2005
ee7701c15b
SPEED => FEEDRATE ( #21217 )
4 years ago
swissnorp
bcda46e3f3
Combine Z_AFTER_DEACTIVATE with UNKNOWN_Z_NO_RAISE ( #20444 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Katelyn Schiesser
735c1b6183
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND ( #20835 )
4 years ago
ellensp
b3ecede429
Fix G29 missing defines ( #21145 )
Co-authored-by: ellensp <ellensp@hotmsil.com>
4 years ago
Michael Telatynski
42d00b13df
Improve probe preheat behavior ( #21033 )
Co-authored-by: InsanityAutomation <d.menzel@insanityautomation.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
X-Ryl669
e7c711996b
Serial refactor. Default 8-bit ECHO to int, not char ( #20985 )
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago