Scott Lahteine
|
12b5d997a2
|
🎨 Apply F() to some ExtUI functions
|
2021-10-04 00:26:29 -05:00 |
|
Scott Lahteine
|
008bf1bcae
|
🎨 Apply F() to Host Actions strings
|
2021-10-04 00:26:29 -05:00 |
|
Scott Lahteine
|
7f1286a11f
|
🎨 Apply F() to status message
|
2021-10-04 00:26:29 -05:00 |
|
Scott Lahteine
|
33e0855e2c
|
⚡️ Handle shared enable pins (#22824)
|
2021-09-28 01:07:51 -05:00 |
|
Scott Lahteine
|
b88117d636
|
🎨 Fix L64xx enable, clean up conditionals
|
2021-09-21 06:28:58 -05:00 |
|
Scott Lahteine
|
08e581d5d7
|
🎨 Apply more HAS_DELTA_SENSORLESS_PROBING
|
2021-09-11 15:41:56 -05:00 |
|
Scott Lahteine
|
6b9b2c5d73
|
🩹 Warn about user feedback requirement
|
2021-09-11 02:48:20 -05:00 |
|
Scott Lahteine
|
754b31918a
|
🎨 Fewer serial macros
|
2021-09-09 05:41:58 -05:00 |
|
Miguel Risco-Castillo
|
0f61d9e4dd
|
✨ Ender-3 V2 CrealityUI Enhanced (#21942)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-09-07 02:15:24 -05:00 |
|
Scott Lahteine
|
eccd82b7c1
|
⚡️ Add PROBE_PT_LAST_STOW
|
2021-08-31 02:31:44 -05:00 |
|
Jason Smith
|
c05de6cbf8
|
⚡️ Simplify PROBING_STEPPERS_OFF (#22581)
|
2021-08-17 22:35:12 -05:00 |
|
Scott Lahteine
|
6efd7285cc
|
🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED
Fixes #22295. Regression from #20241.
|
2021-07-29 22:23:36 -05:00 |
|
Keith Bennett
|
2d4be74db9
|
🎨 Fix unused lambda warning (#22399)
|
2021-07-20 14:54:02 -05:00 |
|
lujios
|
05ebde3812
|
⚡️ Improve Sensorless homing/probing for G28, G33 (#21899)
|
2021-07-12 19:19:29 -05:00 |
|
cr20-123
|
33185b090e
|
✨ Update/extend Quiet Probing (#22205)
|
2021-06-26 13:17:18 -05:00 |
|
InsanityAutomation
|
a3e8bb99e4
|
🎨 ExtUI "user click" and other tweaks (#22122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-06-13 22:08:46 -05:00 |
|
Scott Lahteine
|
ff0318c5bd
|
🎨 pause => pause_heaters
|
2021-05-23 03:04:36 -05:00 |
|
Scott Lahteine
|
92dea8e6cc
|
♻️ Refactor, comment endstop/probe enums
|
2021-05-23 03:04:31 -05:00 |
|
Scott Lahteine
|
0dae140080
|
🐛 Fix DELTA with SENSORLESS_PROBING
|
2021-05-20 00:59:58 -05:00 |
|
Scott Lahteine
|
c4620bb528
|
Add whole-degree accessors, simplify some temperature-related features (#21685)
|
2021-04-23 20:19:23 -05:00 |
|
Scott Lahteine
|
72e3d2492f
|
Update temperature types
|
2021-04-23 19:20:11 -05:00 |
|
Scott Lahteine
|
528b9bd872
|
Revert experimental NAN patch
Hold changes from #21575 (24a095c ) for more testing.
|
2021-04-16 02:43:59 -05:00 |
|
Scott Lahteine
|
24a095c5c1
|
Reduce math library code size by 3.4KB (#21575)
|
2021-04-12 16:49:53 -05:00 |
|
Scott Lahteine
|
62f37669dc
|
Replace 'const float &' with 'const_float_t' (#21505)
|
2021-04-01 17:59:57 -05:00 |
|
Scott Lahteine
|
35791c6371
|
Trust XY after Quiet Probing short sleep (#21237)
|
2021-03-01 19:39:43 -06:00 |
|
Nick
|
e66e51fa6d
|
Safe Z homing for Power Loss Recovery (#16909)
|
2021-03-01 04:23:10 -06:00 |
|
Scott Lahteine
|
dd42831cba
|
Serial macros cleanup
|
2021-02-28 20:02:24 -06:00 |
|
jbuck2005
|
ee7701c15b
|
SPEED => FEEDRATE (#21217)
|
2021-02-27 15:54:43 -06:00 |
|
swissnorp
|
bcda46e3f3
|
Combine Z_AFTER_DEACTIVATE with UNKNOWN_Z_NO_RAISE (#20444)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-25 10:09:00 -06:00 |
|
Katelyn Schiesser
|
735c1b6183
|
PROBING_HEATERS_OFF sub-option WAIT_FOR_HOTEND (#20835)
|
2021-02-25 08:33:16 -06:00 |
|
ellensp
|
b3ecede429
|
Fix G29 missing defines (#21145)
Co-authored-by: ellensp <ellensp@hotmsil.com>
|
2021-02-20 20:14:47 -06:00 |
|
Michael Telatynski
|
42d00b13df
|
Improve probe preheat behavior (#21033)
Co-authored-by: InsanityAutomation <d.menzel@insanityautomation.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-02-11 18:32:31 -06:00 |
|
X-Ryl669
|
e7c711996b
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-08 00:37:24 -06:00 |
|
Scott Lahteine
|
c0870d417a
|
Move some MarlinCore and MarlinUI code (#20832)
|
2021-01-21 03:40:07 -06:00 |
|
Scott Lahteine
|
a87e5197cf
|
Document, adjust some homing code
|
2021-01-02 03:41:06 -06:00 |
|
Scott Lahteine
|
45996fd20a
|
Init tare pin once
|
2020-12-27 16:36:35 -06:00 |
|
Scott Lahteine
|
f423edd938
|
Add probe_switch_activated
|
2020-12-27 16:36:35 -06:00 |
|
Scott Lahteine
|
198b3ae0f8
|
Fix some comments
|
2020-12-27 16:27:15 -06:00 |
|
wmariz
|
c87c354403
|
Refactor 'Level Corners with Probe' (#20460)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-12-23 00:10:56 -06:00 |
|
InsanityAutomation
|
2963229dfa
|
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>
|
2020-12-19 22:11:43 -06:00 |
|
InsanityAutomation
|
7a168205eb
|
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>
|
2020-12-19 22:02:38 -06:00 |
|
Scott Lahteine
|
e5d0b27aaf
|
Rename QUIET_PROBING
|
2020-12-18 21:13:50 -06:00 |
|
rafaljot
|
fbcc07261d
|
Homing feedrates as XYZ array (#20426)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-12-17 06:02:05 -06:00 |
|
Scott Lahteine
|
20b3af1cc2
|
Use homing_feedrate function
|
2020-12-16 22:19:04 -06:00 |
|
Scott Lahteine
|
8fd8772a6f
|
Adjust axis homed / trusted methods (#20323)
|
2020-11-29 19:06:40 -06:00 |
|
Štěpán Dalecký
|
5cae4e9f55
|
[WIP] Fix Probe::offset_xy (#20290)
Co-authored-by: Jason Smith <jason.inet@gmail.com>
|
2020-11-26 13:21:48 -08:00 |
|
wmariz
|
58ac815822
|
Level Corners with Probe option (#20241)
|
2020-11-26 07:58:19 -06:00 |
|
Scott Lahteine
|
296a2ad7e4
|
Consistent Probe XY offset type
|
2020-11-24 17:38:26 -06:00 |
|
qwewer0
|
c753d2b7f4
|
Use extra G35 BLTouch HS Mode clearance in Tramming Wizard (#20057)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-11-08 18:31:14 -06:00 |
|
Scott Lahteine
|
eaf6777a66
|
Rename ultralcd => marlinui
|
2020-10-16 19:55:18 -05:00 |
|