Scott Lahteine
|
30665737dc
|
🎨 Fix some formatting, F() versus PSTR()
|
2021-09-12 19:16:13 -05:00 |
|
luzpaz
|
c612b56bc1
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
2021-08-18 20:29:56 -05:00 |
|
Scott Lahteine
|
c544711f14
|
🚚 Relocate and adjust DWIN E3V2 (#22471)
|
2021-08-18 20:29:56 -05:00 |
|
Scott Lahteine
|
31a3cc6278
|
🐛 No translated serial strings
|
2021-07-18 00:47:30 -05:00 |
|
Katelyn Schiesser
|
5054dc6ea2
|
🐛 Redundant Temp Sensor followup (#22196)
|
2021-07-17 02:41:31 -05:00 |
|
lujios
|
ee54cd4bd7
|
⚡️ Improve Sensorless homing/probing for G28, G33 (#21899)
|
2021-07-17 02:41:31 -05:00 |
|
Scott Lahteine
|
f76b063e58
|
🚸 M666: Fix value filter, add report (#22337)
In reference to #22325
|
2021-07-17 01:54:27 -05:00 |
|
Scott Lahteine
|
78c2eb6876
|
🎨 Check flags without ENABLED
|
2021-07-17 01:54:27 -05:00 |
|
ellensp
|
3e5d867276
|
🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile (#22203)
|
2021-06-27 11:25:36 -05:00 |
|
Scott Lahteine
|
f2f23e8097
|
🎨 Cosmetic changes for G28
|
2021-06-20 16:40:23 -05:00 |
|
Katelyn Schiesser
|
ce7bbafb8f
|
💡 Add G28 L description (#22144)
|
2021-06-18 12:26:10 -05:00 |
|
qwewer0
|
dec083dcc1
|
⚡️ Home Z (and maybe XY) at the start of G35 (#22060)
|
2021-06-15 00:12:27 -05:00 |
|
Scott Lahteine
|
c9a3ba99be
|
🎨 Adjust some conditionals
|
2021-06-15 00:09:52 -05:00 |
|
Marcio T
|
317afae37c
|
✏️ Six Linear Axes followup (typos) (#22094)
|
2021-06-15 00:08:32 -05:00 |
|
DerAndere
|
c1fca91103
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-06-15 00:05:03 -05:00 |
|
Scott Lahteine
|
4194cdda5b
|
♻️ Refactor Linear / Logical / Distinct Axes (#21953)
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
|
2021-06-15 00:03:55 -05:00 |
|
Scott Lahteine
|
c90fa530db
|
✨ Update G34 for 4x Z steppers (#22039)
|
2021-06-14 23:51:40 -05:00 |
|
Scott Lahteine
|
cdbd438a04
|
🎨 Rename all/no axis enums
|
2021-05-22 16:18:42 -05:00 |
|
Scott Lahteine
|
49b05ba989
|
🎨 Flags for homing directions
|
2021-05-22 16:09:18 -05:00 |
|
Scott Lahteine
|
26a244325b
|
♻️ Refactor axis counts and loops
|
2021-05-22 16:08:08 -05:00 |
|
Scott Lahteine
|
f7d28ce1d6
|
🎨 Misc cleanup and fixes
|
2021-05-22 16:08:03 -05:00 |
|
Scott Lahteine
|
6a1e78e614
|
Optimize G-code flag parameters (#21849)
|
2021-05-15 15:05:53 -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
|
3bddbb1110
|
Clean up formatting, wrap macros
|
2021-04-23 19:21:39 -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 |
|
fedetony
|
32dba5e0c7
|
Realtime Reporting, S000, P000, R000 (#19330)
|
2021-04-16 01:59:28 -05:00 |
|
Scott Lahteine
|
24a095c5c1
|
Reduce math library code size by 3.4KB (#21575)
|
2021-04-12 16:49:53 -05:00 |
|
Scott Lahteine
|
1879eede0d
|
Fix axis char printing
|
2021-04-07 15:43:57 -05:00 |
|
Scott Lahteine
|
62f37669dc
|
Replace 'const float &' with 'const_float_t' (#21505)
|
2021-04-01 17:59:57 -05:00 |
|
espr14
|
e989bf3b0e
|
Endstops always on in G28 (#21441)
|
2021-03-24 22:39:29 -05:00 |
|
Miguel Risco-Castillo
|
930752d46e
|
Ender 3 V2 Status Line (#21369)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-03-24 10:12:57 -05:00 |
|
Scott Lahteine
|
2d2291d00e
|
More IntelliSense-friendly declarations
|
2021-03-24 05:50:47 -05:00 |
|
Cal1sto
|
8c512191b2
|
Fix TouchMI stow in G34 (#21291)
|
2021-03-10 14:37:22 -06:00 |
|
Mike La Spina
|
b95e548ddb
|
Cooler (for Laser) - M143, M193 (#21255)
|
2021-03-06 14:13:28 -06:00 |
|
Tanguy Pruvot
|
a0d312396a
|
Followup to MP_SCARA/TPARA patches (#21248)
|
2021-03-04 17:34:38 -06:00 |
|
Axel
|
a46e025725
|
TPARA - 3DOF robot arm IK (#21005)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
2021-03-03 17:46:32 -06:00 |
|
Scott Lahteine
|
dd42831cba
|
Serial macros cleanup
|
2021-02-28 20:02:24 -06:00 |
|
ldursw
|
7a1ec78563
|
Init (stow) BLTouch before X/Y homing (#21192)
|
2021-02-26 17:01:11 -06:00 |
|
X-Ryl669
|
ec42be346d
|
Fix and improve G-code queue (#21122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-26 16:54:46 -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 |
|
deirdreobyrne
|
468e437390
|
Allow Zero Endstops (e.g., for CNC) (#21120)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-25 04:49:34 -06:00 |
|
Scott Lahteine
|
7e172bf456
|
Fix IDEX broken endstop test (#21110)
|
2021-02-16 21:13:53 -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 |
|
X-Ryl669
|
27366197f3
|
Serial refactor followup (#20932)
|
2021-01-31 17:21:27 -06:00 |
|
Scott Lahteine
|
9d0e64a725
|
AutoReport class (Temperature, Cardreader) (#20913)
|
2021-01-28 20:40:20 -06:00 |
|
Scott Lahteine
|
d33fe2378c
|
Move common strings (#20846)
|
2021-01-22 15:01:19 -06:00 |
|
zeleps
|
1b19eed195
|
Fix Tramming Wizard behavior (#20796)
|
2021-01-16 23:08:48 -06:00 |
|
Scott Lahteine
|
fb41413b76
|
Optimize some G-code strings
|
2021-01-16 22:53:50 -06:00 |
|
Scott Lahteine
|
299f849ffa
|
Optimize some G76 strings
|
2021-01-09 00:09:03 -06:00 |
|
qwewer0
|
4eedeabb51
|
Fix M48 output (#20713)
|
2021-01-07 17:55:57 -06:00 |
|
Scott Lahteine
|
208200a3cc
|
G34/M422 cleanup
|
2021-01-04 17:52:00 -06:00 |
|
zeleps
|
815c636449
|
Fix PARKING_EXTRUDER homing with solenoid (#20473)
|
2021-01-01 14:54:44 -06:00 |
|
Scott Lahteine
|
198b3ae0f8
|
Fix some comments
|
2020-12-27 16:27:15 -06:00 |
|
Victor Oliveira
|
4d6b6bcffc
|
LVGL and Classic UI for STM32 (#20552)
|
2020-12-23 20:01:21 -06:00 |
|
Tanguy Pruvot
|
c559fc8227
|
Fix G28 leveling state, UBL compile (#20499)
|
2020-12-22 07:01:24 -06:00 |
|
cr20-123
|
0d95f67f2e
|
Fix G34 compile with bed leveling disabled (#20537)
|
2020-12-21 17:43:45 -06:00 |
|
Dick Streefland
|
7afd274d0c
|
Apply HOME_AFTER_DEACTIVATE for 'G28 O' (#20525)
|
2020-12-21 01:49:00 -06:00 |
|
Scott Lahteine
|
20b3af1cc2
|
Use homing_feedrate function
|
2020-12-16 22:19:04 -06:00 |
|
JoAnn Manges
|
1be16e3d8c
|
Fix RESTORE_LEVELING_AFTER_G28 (#20471)
|
2020-12-15 00:16:50 -06:00 |
|
Scott Lahteine
|
80bde7b6b5
|
Always enable leveling after G28
|
2020-12-14 20:34:22 -06:00 |
|
Scott Lahteine
|
6f4589b375
|
G28 followup
|
2020-12-05 23:06:15 -06:00 |
|
Scott Lahteine
|
139a33c9fc
|
G28 tweaks
|
2020-12-05 20:14:44 -06:00 |
|
Scott Lahteine
|
889695b6ba
|
ExtUI homing / leveling additions
|
2020-12-05 18:29:03 -06:00 |
|
Scott Lahteine
|
8fd8772a6f
|
Adjust axis homed / trusted methods (#20323)
|
2020-11-29 19:06:40 -06:00 |
|
wmariz
|
58ac815822
|
Level Corners with Probe option (#20241)
|
2020-11-26 07:58:19 -06:00 |
|
swissnorp
|
649965ae32
|
Probe Offset Wizard improvements (#20239)
|
2020-11-25 21:38:00 -06:00 |
|
Scott Lahteine
|
296a2ad7e4
|
Consistent Probe XY offset type
|
2020-11-24 17:38:26 -06:00 |
|
InsanityAutomation
|
1b0a5abd73
|
G34 Z stepper locking (#20091)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-11-12 22:54:18 -06:00 |
|
Scott Lahteine
|
2282801172
|
Add HOME_Z_FIRST option (#20113)
|
2020-11-11 16:58:34 -06:00 |
|
Orel
|
e3f1f7cd85
|
Fix DAC-related bugs (#19921)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-27 21:37:10 -05:00 |
|
InsanityAutomation
|
6375829448
|
Apply home offsets to probing, Z Safe Homing (#19423)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-18 15:53:12 -05:00 |
|
Scott Lahteine
|
263f29a96a
|
MarlinUI followup
|
2020-10-16 20:48:59 -05:00 |
|
Scott Lahteine
|
eaf6777a66
|
Rename ultralcd => marlinui
|
2020-10-16 19:55:18 -05:00 |
|
nb-rapidia
|
418b3e5ee2
|
Fix IDEX layer shift and DIR states (#19756)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-16 16:59:55 -05:00 |
|
Keith Bennett
|
64711e0d56
|
If needed, home before G34 (#19713)
|
2020-10-13 18:13:25 -05:00 |
|
Earle F. Philhower, III
|
193c0a52d9
|
Add loose soft endstop state, apply to UBL fine-tune (#19681)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-12 16:48:04 -05:00 |
|
InsanityAutomation
|
e7838c5f79
|
G34 Mechanical Gantry Calibration (like Prusa M915) (#18972)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-11 21:34:27 -05:00 |
|
Scott Lahteine
|
4e8eea8e78
|
Adjust HAL platform defines, comments
|
2020-10-02 17:05:59 -05:00 |
|
qwewer0
|
4424645e04
|
Multi-line comments cleanup (#19535)
|
2020-09-28 14:53:50 -05:00 |
|
Scott Lahteine
|
c2c6a679ea
|
Rename LCD conditionals (#19533)
|
2020-09-28 01:13:27 -05:00 |
|
Scott Lahteine
|
5f5f76956f
|
Fix up tests, warnings
|
2020-09-22 19:59:02 -05:00 |
|
Cole Markham
|
4628f0e237
|
Fix CoreXY compile with backlash cal. (#19422)
|
2020-09-19 08:14:34 -05:00 |
|
Scott Lahteine
|
cd85fa3abe
|
Better choice of code
Followup to #19344
|
2020-09-14 02:22:44 -05:00 |
|
Neskik
|
1917ed8741
|
M872 wait for probe temperature (#19344)
|
2020-09-11 22:51:19 -05:00 |
|
Scott Lahteine
|
a445746a8b
|
Clean up LCD conditionals, DWIN
|
2020-09-06 23:21:42 -05:00 |
|
swissnorp
|
a12ac5e175
|
Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907)
|
2020-08-27 16:05:53 -05:00 |
|
Scott Lahteine
|
462d3eeab1
|
set_axis_not_trusted => set_axis_never_homed
|
2020-08-27 14:49:00 -05:00 |
|
Scott Lahteine
|
4955aa5b78
|
Prusa => Průša
|
2020-08-26 02:15:50 -05:00 |
|
Giuliano Zaro
|
6b549e1971
|
Optional homing in LCD Repeatability Test (#19104)
|
2020-08-21 21:20:30 -05:00 |
|
Scott Lahteine
|
b3ca43fe78
|
Use uintptr_t for pointer-to-int
|
2020-08-07 19:31:05 -05:00 |
|
Scott Lahteine
|
d69c2a90b7
|
Simple rename of hex_print
|
2020-08-06 04:07:59 -05:00 |
|
Scott Lahteine
|
73ce80af3a
|
In G28 Z is sort-of known
|
2020-07-29 20:59:21 -05:00 |
|
Scott Lahteine
|
95f990a656
|
Fix UNKNOWN_Z_NO_RAISE in G28
Bug introduced in 73fc0778b8
|
2020-07-29 20:43:48 -05:00 |
|
InsanityAutomation
|
c5ec80d6c7
|
G425/G35 menu items; G425 pre- and post- scripts (#18737)
|
2020-07-24 23:31:15 -05:00 |
|
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
2020-07-22 22:20:14 -05:00 |
|
Scott Lahteine
|
73fc0778b8
|
Consolidate probe clearance, add section debug (#18576)
* Better section / function log
* Add do_z_clearance motion function
|
2020-07-08 21:44:21 -05:00 |
|
Scott Lahteine
|
a6b8b12a6a
|
Simplify home_z_safely, respect HOME_AFTER_DEACTIVATE
|
2020-07-05 18:01:28 -05:00 |
|
Scott Lahteine
|
c43bbcce15
|
Enforce sensor range for temperature target (#18465)
* Mitigate stepper timeout
* Add CHAMBER PWM code
* Structured thermistor tables
* Fix reversed sensor ranges
* Prevent temps outside sensor range
|
2020-07-01 16:27:28 -05:00 |
|
Scott Lahteine
|
48151d1778
|
ClosedLoop as singleton
|
2020-06-28 14:35:23 -05:00 |
|