Scott Lahteine
f7d28ce1d6
🎨 Misc cleanup and fixes
2021-05-22 16:08:03 -05:00
Scott Lahteine
1dfa6cbc80
Marlin 2.0.8.1
2021-05-15 15:22:03 -05:00
Luu Lac
e3998dc3df
M154 Position Auto-Report ( #18427 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:06:59 -05:00
ondrada
908caba735
Fix G29_RETRY_AND_RECOVER dependency ( #21907 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-15 15:05:53 -05:00
Jamie
9e373617dc
✨ Instant Freeze/Resume Function ( #17462 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:05:53 -05:00
Scott Lahteine
159f9c85a6
🔧 Improve SD_DETECT_STATE default ( #21885 )
2021-05-15 15:05:53 -05:00
Scott Lahteine
5afb5e03b0
🎨 Additional utility macros
2021-05-15 15:05:53 -05:00
Scott Lahteine
52a23b969b
🎨 Better error message for bad array sizes
2021-05-15 15:05:53 -05:00
tobuh
31d3a781a8
Fix and improve Power-Loss Recovery ( #21779 , #21894 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:05:53 -05:00
BigTreeTech
ac11c689f7
Capacitive Touch Screen (GT911) for SKR SE BX ( #21843 )
...
Co-authored-by: Msq001 <alansayyeah@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-15 15:05:53 -05:00
ellensp
9fa9eebe51
Support a third serial port ( #21784 )
2021-05-15 15:05:53 -05:00
Scott Lahteine
4518506559
Serial and pins debug cleanup
...
- Rename some AVR / DUE / ESP32 serial types
- Reduce two #error to one static_assert
- Update AVR/DUE error messages
2021-05-15 15:05:53 -05:00
Scott Lahteine
ea34aa2d3e
Add MKS_LCD12864B
2021-05-15 15:05:53 -05:00
ellensp
5cf0975913
Simplify / undef extra endstops ( #21808 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-05-15 15:05:52 -05:00
Scott Lahteine
db90a180c2
Cleanup, hex formatting, includes
2021-05-15 15:05:52 -05:00
Victor Oliveira
7378afc6d8
Prevent watchdog reset in setup() ( #21776 )
...
Cause `manage_heaters` to only reset the watchdog and return until `setup()` is completed.
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-05 07:29:58 -05:00
Scott Lahteine
64a7dfbe7d
SOFT_RESET_VIA_SERIAL sanity-check
2021-05-02 03:03:00 -05:00
ellensp
d00f6cbe12
Fix Singlenozzle Standby issues ( #21759 )
...
Fixes #21758
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-01 20:26:03 -05:00
Scott Lahteine
d92decb774
Marlin 2.0.8
2021-04-30 08:31:33 -05:00
Nikolay March
e7c2a3a1da
Sanity-check for COREnn backlash ( #21731 )
2021-04-30 04:54:10 -05:00
Scott Lahteine
dd1503d5a8
Merge remote-tracking branch 'upstream/bugfix-2.0.x' into prepare_release_2073
2021-04-29 08:11:03 -05:00
thinkyhead
082fce5e3e
[cron] Bump distribution date (2021-04-29)
2021-04-29 00:34:04 +00:00
thinkyhead
f7f88b7187
[cron] Bump distribution date (2021-04-28)
2021-04-28 00:34:25 +00:00
Keith Bennett
69d85cce2d
BTT SKR V2.0 / Stepper Driver Anti-Reverse Protection ( #21503 )
2021-04-27 02:22:09 -05:00
thinkyhead
43fc1bd21c
[cron] Bump distribution date (2021-04-27)
2021-04-27 00:35:59 +00:00
thinkyhead
7aeb6b5200
[cron] Bump distribution date (2021-04-26)
2021-04-26 00:36:31 +00:00
pinchies
a1ee5124d3
Fix usage, commentary of MANUAL_PROBE_START_Z, Z_AFTER_PROBING ( #21692 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-25 03:48:20 -05:00
thinkyhead
a280077820
[cron] Bump distribution date (2021-04-25)
2021-04-25 00:36:37 +00:00
Vert
3b8f83a5ae
Sanity check MIXING_EXTRUDER + DISTINCT_E_FACTORS ( #21689 )
2021-04-24 05:35:02 -05:00
fedetony
d3a2c6a0b4
Soft Reset via Serial or post-kill button click ( #21652 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-24 02:53:52 -05:00
unknownlamer
5dfe28db2a
MCP4451 Digipot Support for Azteeg X5 GT ( #21680 )
2021-04-24 00:59:31 -05:00
ellensp
949d2d9e50
Fix MP_SCARA compile ( #21686 )
2021-04-24 00:11:11 -05:00
thinkyhead
384e09aa7c
[cron] Bump distribution date (2021-04-24)
2021-04-24 00:54:41 +00:00
thinkyhead
a729cdcfdd
[cron] Bump distribution date (2021-04-23)
2021-04-23 00:34:45 +00:00
BigTreeTech
a58276c4c1
Enable Purge More / Resume with EP + Host Prompt ( #21671 )
...
Co-authored-by: Msq001 <alansayyeah@gmail.com>
2021-04-22 18:43:28 -05:00
thinkyhead
4d34d16bd8
[cron] Bump distribution date (2021-04-22)
2021-04-22 00:41:44 +00:00
thinkyhead
778b8a45e9
[cron] Bump distribution date (2021-04-21)
2021-04-21 00:34:13 +00:00
Scott Lahteine
6bb10b1898
Changes supporting "Prussia3D" MK3 ( #21617 )
2021-04-20 00:44:19 -05:00
thinkyhead
7d72004742
[cron] Bump distribution date (2021-04-20)
2021-04-20 00:34:39 +00:00
Nick
d5143c2c15
Support new style Anycubic Chiron TFT ( #21597 )
2021-04-18 23:04:38 -05:00
thinkyhead
07c5a4fa04
[cron] Bump distribution date (2021-04-19)
2021-04-19 00:34:55 +00:00
thinkyhead
5d8727a59c
[cron] Bump distribution date (2021-04-18)
2021-04-18 00:34:57 +00:00
thinkyhead
3c4308b7b6
[cron] Bump distribution date (2021-04-17)
2021-04-17 00:33:21 +00:00
thinkyhead
795253a9d5
[cron] Bump distribution date (2021-04-16)
2021-04-16 00:32:47 +00:00
thinkyhead
2d8ee3a496
[cron] Bump distribution date (2021-04-15)
2021-04-15 00:34:28 +00:00
thinkyhead
4849d313fd
[cron] Bump distribution date (2021-04-14)
2021-04-14 00:32:34 +00:00
Victor Oliveira
138340ee99
Multi-Volume. Select Media for LVGL ( #21344 )
2021-04-13 17:34:19 -05:00
gmarsh
a5f0075a60
Fix and improve Power Monitor ( #21551 )
2021-04-13 15:17:52 -05:00
thinkyhead
41c55a30cd
[cron] Bump distribution date (2021-04-13)
2021-04-13 00:45:21 +00:00
thinkyhead
1742fb8655
[cron] Bump distribution date (2021-04-12)
2021-04-12 00:36:20 +00:00
thinkyhead
1114bdbb04
[cron] Bump distribution date (2021-04-11)
2021-04-11 00:37:24 +00:00
thinkyhead
3b3a3fa845
[cron] Bump distribution date (2021-04-10)
2021-04-10 00:34:56 +00:00
thinkyhead
ecd5ae890f
[cron] Bump distribution date (2021-04-09)
2021-04-09 00:32:51 +00:00
thinkyhead
aa2601bb9e
[cron] Bump distribution date (2021-04-08)
2021-04-08 00:37:38 +00:00
ellensp
3e1b9e11d7
Sanity Check newer Configs too ( #21550 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-07 15:44:39 -05:00
ellensp
facbbba789
Sanity Check newer Configs too ( #21550 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-07 15:02:09 -05:00
thinkyhead
5ab220fa76
[cron] Bump distribution date (2021-04-07)
2021-04-07 00:34:41 +00:00
BigTreeTech
b483a8d652
BTT SKR-SE-BX (STM32H743IIT6 ARM Cortex M7) and BIQU_BX_TFT70 ( #21536 )
2021-04-05 21:40:50 -05:00
thinkyhead
a6105ef37f
[cron] Bump distribution date (2021-04-06)
2021-04-06 00:35:12 +00:00
thinkyhead
9165749321
[cron] Bump distribution date (2021-04-05)
2021-04-05 00:36:21 +00:00
thinkyhead
c442485137
[cron] Bump distribution date (2021-04-04)
2021-04-04 00:35:49 +00:00
thinkyhead
dd76a50683
[cron] Bump distribution date (2021-04-03)
2021-04-03 00:33:51 +00:00
thinkyhead
0dde8f8968
[cron] Bump distribution date (2021-04-02)
2021-04-02 01:13:58 +00:00
Marcio T
45c1432946
G26 Hilbert Curve followup ( #21480 )
2021-04-01 19:12:00 -05:00
thinkyhead
600ef1e47c
[cron] Bump distribution date (2021-04-01)
2021-04-01 00:34:23 +00:00
Scott Lahteine
8d083eb248
Put ABL state into a class
2021-03-30 23:58:32 -05:00
thinkyhead
6175802693
[cron] Bump distribution date (2021-03-31)
2021-03-31 00:29:24 +00:00
Giuliano Zaro
3f7cd45df4
Generalize MMU ( #21469 )
2021-03-29 21:14:11 -05:00
thinkyhead
71e789943e
[cron] Bump distribution date (2021-03-30)
2021-03-30 00:32:47 +00:00
Mike La Spina
ccdbffbf3f
Laser Coolant Flow Meter / Safety Shutdown ( #21431 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-29 01:41:56 -05:00
thinkyhead
8f509b0ae0
[cron] Bump distribution date (2021-03-29)
2021-03-29 00:45:48 +00:00
thinkyhead
5d0e6c21aa
[cron] Bump distribution date (2021-03-28)
2021-03-28 00:34:16 +00:00
thinkyhead
5991836e1f
[cron] Bump distribution date (2021-03-27)
2021-03-27 00:32:48 +00:00
thinkyhead
c55d53daa6
[cron] Bump distribution date (2021-03-26)
2021-03-26 00:31:14 +00:00
Scott Lahteine
704b8cd83c
Apply TMC UART to STM32, simplify
2021-03-25 16:53:05 -05:00
Scott Lahteine
84b961cb20
Define HW serial ports needed for TMC UART ( #21446 )
2021-03-25 16:19:03 -05:00
MarlinFirmware
de1161536b
[cron] Bump distribution date (2021-03-25)
2021-03-25 00:27:01 +00:00
Martijn Bosgraaf
30e7e2c276
Extend M106/M107 for better laser module support ( #16082 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-24 12:21:11 -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
MarlinFirmware
07c24e72ac
[cron] Bump distribution date (2021-03-24)
2021-03-24 00:13:49 +00:00
Scott Lahteine
cfa6c7d45b
Improve max temp / target
2021-03-23 09:39:09 -05:00
borland1
df1ef496d1
Main / Config Custom Submenus ( #18177 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-23 08:21:11 -05:00
ellensp
10c14bcc05
Check NOZZLE_CLEAN_FEATURE settings ( #21332 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-23 01:47:07 -05:00
thinkyhead
26db51fa9d
[cron] Bump distribution date (2021-03-23)
2021-03-23 00:13:33 +00:00
thinkyhead
fb9502e0fb
[cron] Bump distribution date (2021-03-22)
2021-03-22 00:13:40 +00:00
thinkyhead
d0ea2b2867
[cron] Bump distribution date (2021-03-21)
2021-03-21 00:14:12 +00:00
thinkyhead
5573d98ecc
[cron] Bump distribution date (2021-03-20)
2021-03-20 00:13:15 +00:00
Skorpi08
b51aed8aa5
Nextion TFT touch screen ( #21324 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-18 20:51:19 -05:00
thinkyhead
1f52112d72
[cron] Bump distribution date (2021-03-19)
2021-03-19 00:13:41 +00:00
thinkyhead
2fc854eda0
[cron] Bump distribution date (2021-03-18)
2021-03-18 00:15:21 +00:00
thinkyhead
546e56ef3d
[cron] Bump distribution date (2021-03-17)
2021-03-17 00:13:28 +00:00
thinkyhead
5ffa6f3331
[cron] Bump distribution date (2021-03-16)
2021-03-16 00:13:07 +00:00
K.3D
1a23ffd776
KRATOS32 / K.32 board and LCD controllers ( #21334 )
2021-03-15 11:02:40 -05:00
thinkyhead
ae8be31247
[cron] Bump distribution date (2021-03-15)
2021-03-15 00:13:36 +00:00
X-Ryl669
d787cd3076
Fix build with Meatpack only on 2nd port ( #21336 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-14 12:11:11 -05:00
thinkyhead
36d3b6aa95
[cron] Bump distribution date (2021-03-14)
2021-03-14 00:13:50 +00:00
thinkyhead
11343bb0ea
[cron] Bump distribution date (2021-03-13)
2021-03-13 00:16:55 +00:00
X-Ryl669
9dc2712c47
Undef unused 2nd serial option(s) ( #21331 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-12 05:25:30 -06:00
thinkyhead
03a41021de
[cron] Bump distribution date (2021-03-12)
2021-03-12 00:13:16 +00:00
thinkyhead
a73cff8e4f
[cron] Bump distribution date (2021-03-11)
2021-03-11 00:13:08 +00:00
X-Ryl669
f147a8990a
Fix MeatPack with per-serial-port instances ( #21306 )
2021-03-10 14:22:20 -06:00
Scott Lahteine
2c62886c71
Clean up spaces and words
2021-03-10 13:45:53 -06:00
thinkyhead
28a136d7f4
[cron] Bump distribution date (2021-03-10)
2021-03-10 00:13:12 +00:00
thinkyhead
18a10c0db1
[cron] Bump distribution date (2021-03-09)
2021-03-09 00:13:12 +00:00
thinkyhead
f2ff75f3a2
[cron] Bump distribution date (2021-03-08)
2021-03-08 00:18:19 +00:00
thinkyhead
9f14127fd6
[cron] Bump distribution date (2021-03-07)
2021-03-07 00:14:45 +00:00
Mike La Spina
b95e548ddb
Cooler (for Laser) - M143, M193 ( #21255 )
2021-03-06 14:13:28 -06:00
thinkyhead
d05bf563a2
[cron] Bump distribution date (2021-03-06)
2021-03-06 00:12:57 +00:00
thinkyhead
f56929d0df
[cron] Bump distribution date (2021-03-05)
2021-03-05 00:17:19 +00:00
Keith Bennett
9299f4e98a
SMUFF => SMuFF ( #21243 )
2021-03-04 03:32:02 -06:00
thinkyhead
81c29ecc7e
[cron] Bump distribution date (2021-03-04)
2021-03-04 00:17:17 +00: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
thinkyhead
872f031405
[cron] Bump distribution date (2021-03-03)
2021-03-03 00:15:08 +00:00
thinkyhead
137f70b122
[cron] Bump distribution date (2021-03-02)
2021-03-02 00:11:00 +00:00
Nick
e66e51fa6d
Safe Z homing for Power Loss Recovery ( #16909 )
2021-03-01 04:23:10 -06:00
Stephan
713de872ce
Filament Runout handling for Mixing Extruder ( #20327 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-28 20:16:22 -06:00
Scott Lahteine
1aa421efe5
Filament sensor cleanup
2021-02-28 20:02:24 -06:00
thinkyhead
f0b662ff58
[cron] Bump distribution date (2021-03-01)
2021-03-01 00:13:41 +00:00
thinkyhead
1236585693
[cron] Bump distribution date (2021-02-28)
2021-02-28 00:13:36 +00:00
Sola
c76008bd6a
MKS H43 controller ( #20609 )
2021-02-27 17:35:32 -06:00
LinFor
e0aa9ce372
RGB Caselight ( #20341 )
2021-02-27 16:06:48 -06:00
jbuck2005
ee7701c15b
SPEED => FEEDRATE ( #21217 )
2021-02-27 15:54:43 -06:00
Giuliano Zaro
4f840c211c
[SMUFF] Use EXTRUDERS for extended commands ( #21212 )
2021-02-27 13:23:00 -06:00
thinkyhead
526924559f
[cron] Bump distribution date (2021-02-27)
2021-02-27 00:12:45 +00:00
thinkyhead
ccf990a0d7
[cron] Bump distribution date (2021-02-26)
2021-02-26 00:12:56 +00:00
Vi B-P
f7d9305786
Preheat Menu shortcut option ( #20350 )
2021-02-25 10:23:17 -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
Ken Sanislo
a3a10b62f2
Chamber Heater PID ( #21156 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-24 18:26:51 -06:00
thinkyhead
03160719eb
[cron] Bump distribution date (2021-02-25)
2021-02-25 00:12:36 +00:00
thinkyhead
37e2250992
[cron] Bump distribution date (2021-02-24)
2021-02-24 00:12:40 +00:00
Scott Lahteine
27f9437d31
G92, subcodes flag cleanup
2021-02-23 16:08:00 -06:00
thinkyhead
53d7ae4e9b
[cron] Bump distribution date (2021-02-23)
2021-02-23 00:12:43 +00:00
thinkyhead
7a027be255
[cron] Bump distribution date (2021-02-22)
2021-02-22 00:12:47 +00:00
thinkyhead
b8d7925d0d
[cron] Bump distribution date (2021-02-21)
2021-02-21 00:13:04 +00:00
thinkyhead
95e0ed2826
[cron] Bump distribution date (2021-02-20)
2021-02-20 00:12:21 +00:00
thinkyhead
11e11b8767
[cron] Bump distribution date (2021-02-19)
2021-02-19 00:12:24 +00:00
thinkyhead
241297b6d6
[cron] Bump distribution date (2021-02-18)
2021-02-18 00:12:54 +00:00
Vert
490d4a504a
GT2560 v4.1B, YHCB2004 SPI character LCD ( #21091 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-02-16 20:29:55 -06:00
thinkyhead
f2b9becd7e
[cron] Bump distribution date (2021-02-17)
2021-02-17 00:12:26 +00:00
thinkyhead
e699f9cbf6
[cron] Bump distribution date (2021-02-16)
2021-02-16 00:12:28 +00:00
thinkyhead
29fa369f71
[cron] Bump distribution date (2021-02-15)
2021-02-15 00:12:40 +00:00
Scott Lahteine
cbf325a6b8
Coolant Control sanity-checks
2021-02-13 22:05:25 -06:00
thinkyhead
0fe1051101
[cron] Bump distribution date (2021-02-14)
2021-02-14 00:12:44 +00:00
thinkyhead
d4fb372899
[cron] Bump distribution date (2021-02-13)
2021-02-13 00:12:10 +00: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
thinkyhead
1f21a499d4
[cron] Bump distribution date (2021-02-12)
2021-02-12 00:12:23 +00:00
thinkyhead
274c729fd3
[cron] Bump distribution date (2021-02-11)
2021-02-11 00:12:23 +00:00
thinkyhead
dd5e0f724a
[cron] Bump distribution date (2021-02-10)
2021-02-10 00:12:10 +00:00
JoAnn Manges
8707ae23e2
MAX Thermocouples rework ( #20447 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-02-08 19:51:57 -06:00
thinkyhead
0127763ade
[cron] Bump distribution date (2021-02-09)
2021-02-09 00:12:14 +00:00
thinkyhead
42761acf4f
[cron] Bump distribution date (2021-02-08)
2021-02-08 00:15:33 +00:00
Malderin
01756b6b02
Fix LVGL "more" menu user items ( #21004 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-02-07 17:45:14 -06:00
Scott Lahteine
b35bfeb1c3
Fix TEMP_0_TR_ENABLE, rename temp conditions ( #21016 )
2021-02-07 16:58:06 -06:00
Scott Lahteine
52c246ae19
Melzi, comments cleanup
2021-02-06 18:19:37 -06:00
thinkyhead
e34f279295
[cron] Bump distribution date (2021-02-07)
2021-02-07 00:12:48 +00:00
thinkyhead
62f060a389
[cron] Bump distribution date (2021-02-06)
2021-02-06 00:12:05 +00:00
thinkyhead
6dac71e618
[cron] Bump distribution date (2021-02-05)
2021-02-05 00:12:11 +00:00
thinkyhead
68299c6a5e
[cron] Bump distribution date (2021-02-04)
2021-02-04 00:11:57 +00:00
thinkyhead
d079634c5e
[cron] Bump distribution date (2021-02-03)
2021-02-03 00:13:01 +00:00
Scott Lahteine
c6ef86029c
Evaluate ANY_SERIAL_IS in place
2021-02-02 16:00:11 -06:00
thinkyhead
32d859eede
[cron] Bump distribution date (2021-02-02)
2021-02-02 00:17:47 +00:00
thinkyhead
33c78d2bb2
[cron] Bump distribution date (2021-02-01)
2021-02-01 00:17:15 +00:00
thinkyhead
92b4c05090
[cron] Bump distribution date (2021-01-31)
2021-01-31 00:16:38 +00:00
thinkyhead
e269e936e3
[cron] Bump distribution date (2021-01-30)
2021-01-30 00:17:43 +00:00
thinkyhead
7201433060
[cron] Bump distribution date (2021-01-29)
2021-01-29 00:17:07 +00:00
X-Ryl669
3f01b222b2
Refactor serial class with templates ( #20783 )
2021-01-28 02:02:06 -06:00
thinkyhead
811bb7997c
[cron] Bump distribution date (2021-01-28)
2021-01-28 00:17:20 +00:00
thinkyhead
a1019413f4
[cron] Bump distribution date (2021-01-27)
2021-01-27 00:15:06 +00:00
thinkyhead
9bf33e4dcd
[cron] Bump distribution date (2021-01-26)
2021-01-26 00:17:22 +00:00
Tanguy Pruvot
c12be1f98c
Graphical TFT fixes, cleanup ( #20861 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-25 01:44:39 -06:00
thinkyhead
9d42beb2e6
[cron] Bump distribution date (2021-01-25)
2021-01-25 00:43:47 +00:00
ellensp
3921369f98
MeatPack serial encoding ( #20802 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-24 00:43:23 -06:00
thinkyhead
a243996aca
[cron] Bump distribution date (2021-01-24)
2021-01-24 00:43:17 +00:00
Tanguy Pruvot
0f612d5021
lcd_put_wchar_max for COLOR_UI ( #20838 )
...
Co-Authored-By: Victor Oliveira <github@victormo.com.br>
2021-01-22 23:23:35 -06:00
thinkyhead
ac10fdc50f
[cron] Bump distribution date (2021-01-23)
2021-01-23 00:44:51 +00:00
thinkyhead
7b9f7d8aba
[cron] Bump distribution date (2021-01-22)
2021-01-22 00:44:13 +00:00
Scott Lahteine
68abaeab19
MarlinUI multi-language support ( #20725 )
2021-01-20 18:52:06 -06:00
thinkyhead
84a47a6691
[cron] Bump distribution date (2021-01-21)
2021-01-21 00:46:33 +00:00
Scott Lahteine
3f90ecfd77
Move singlenozzle temp/fan ( #20829 )
2021-01-19 20:58:50 -06:00
ellensp
fd45854000
USE_M73_REMAINING_TIME sanity-check ( #20751 )
2021-01-19 20:55:57 -06:00
thinkyhead
5c93b49a6f
[cron] Bump distribution date (2021-01-20)
2021-01-20 00:47:05 +00:00
thinkyhead
eb84acaf5b
[cron] Bump distribution date (2021-01-19)
2021-01-19 00:45:26 +00:00
thinkyhead
e9364c7cba
[cron] Bump distribution date (2021-01-18)
2021-01-18 00:41:57 +00:00
thinkyhead
ca53d88284
[cron] Bump distribution date (2021-01-17)
2021-01-17 00:42:42 +00:00
Giuliano Zaro
1d5862a39b
MMU2 as standard serial device ( #20771 )
2021-01-15 20:38:34 -06:00
thinkyhead
7c786506e1
[cron] Bump distribution date (2021-01-16)
2021-01-16 00:45:54 +00:00
thinkyhead
49e252df03
[cron] Bump distribution date (2021-01-15)
2021-01-15 00:42:52 +00:00
thinkyhead
a88ae2080c
[cron] Bump distribution date (2021-01-14)
2021-01-14 00:47:36 +00:00
Scott Lahteine
f2726399dd
Move WRITE_FAN
2021-01-12 22:33:03 -06:00
Scott Lahteine
4a89731025
Rotary encoder cleanup ( #20753 )
2021-01-12 20:43:52 -06:00
thinkyhead
923ca6f104
[cron] Bump distribution date (2021-01-13)
2021-01-13 00:40:12 +00:00
Johan van der Vyver
7f3dcb3e8a
Multi-platform DWIN_CREALITY_LCD support ( #20738 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-12 18:05:49 -06:00
thinkyhead
a26f2fb00b
[cron] Bump distribution date (2021-01-12)
2021-01-12 00:33:31 +00:00
Victor Oliveira
d6de6de1bb
NO_SD_DETECT option ( #20741 )
2021-01-10 21:55:16 -06:00
thinkyhead
bc5c52dc95
[cron] Bump distribution date (2021-01-11)
2021-01-11 00:30:23 +00:00
thinkyhead
46916d322e
[cron] Bump distribution date (2021-01-10)
2021-01-10 00:30:52 +00:00
thinkyhead
8e1637a2cc
[cron] Bump distribution date (2021-01-09)
2021-01-09 00:29:33 +00:00
thinkyhead
4e8d92bece
[cron] Bump distribution date (2021-01-08)
2021-01-08 00:29:39 +00:00
thinkyhead
abea8ff8f4
[cron] Bump distribution date (2021-01-07)
2021-01-07 00:30:20 +00:00
thinkyhead
d2969d2326
[cron] Bump distribution date (2021-01-06)
2021-01-06 00:27:10 +00:00
wilbur4321
e3831c146d
Multi-Z stepper inverting ( #20678 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-01-05 17:03:45 -06:00
thinkyhead
7033003c36
[cron] Bump distribution date (2021-01-05)
2021-01-05 00:26:38 +00:00
InsanityAutomation
6b458676b1
Fix SD SPI Speed override, FTDI mesh edit ( #20657 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-01-03 21:59:48 -06:00
thinkyhead
effc37362a
[cron] Bump distribution date (2021-01-04)
2021-01-04 00:26:24 +00:00
thinkyhead
f86765a760
[cron] Bump distribution date (2021-01-03)
2021-01-03 00:25:06 +00:00
qwewer0
e685950d97
Assisted Tramming improvements ( #20298 )
2021-01-02 02:33:31 -06:00
thinkyhead
b9d9e74f2c
[cron] Bump distribution date (2021-01-02)
2021-01-02 00:23:53 +00:00
Victor Oliveira
c840bbc970
Prefix SD SPI pins (SCK, MISO, MOSI, SS) ( #20606 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-01-01 14:31:15 -06:00
thinkyhead
b530db948e
[cron] Bump distribution date (2021-01-01)
2021-01-01 00:24:38 +00:00
thinkyhead
811b5f8bc3
[cron] Bump distribution date (2020-12-31)
2020-12-31 00:25:38 +00:00
thinkyhead
4ad633bae2
[cron] Bump distribution date (2020-12-30)
2020-12-30 00:23:46 +00:00
Victor Oliveira
41e4124af9
Support 4.3" (480x272) Color UI display ( #20334 )
2020-12-28 23:26:35 -06:00
Victor Oliveira
84ab088b40
USB FD via native USB Host + MSC ( #20571 )
2020-12-28 23:16:38 -06:00
Scott Lahteine
d6a56b882f
Pins, comment cleanup
2020-12-28 23:11:55 -06:00
Tanguy Pruvot
624bf10ab5
Clarify sanity-check for custom status bitmap ( #20588 )
2020-12-28 22:13:56 -06:00
Keith Bennett
aff4fccfc3
Apply SHOW_BOOTSCREEN to TFT_COLOR_UI ( #20586 )
2020-12-28 21:56:37 -06:00
thinkyhead
aa4119a849
[cron] Bump distribution date (2020-12-29)
2020-12-29 00:22:23 +00:00
Scott Lahteine
91c350e793
Remove URL scheme
2020-12-27 21:00:07 -06:00
Scott Lahteine
84a1fff302
Allow define HOMING_FEEDRATE_(XY|Z)
2020-12-27 20:50:38 -06:00
Scott Lahteine
e83b7edefc
General cleanup
2020-12-27 20:50:38 -06:00
thinkyhead
31af49e507
[cron] Bump distribution date (2020-12-28)
2020-12-28 00:21:01 +00:00
Scott Lahteine
d00c89946d
Remove CREALITY_TOUCH
2020-12-27 16:29:50 -06:00
thinkyhead
331ca6a800
[cron] Bump distribution date (2020-12-27)
2020-12-27 00:20:30 +00:00
thinkyhead
e2480d40d1
[cron] Bump distribution date (2020-12-26)
2020-12-26 00:19:22 +00:00
thinkyhead
4b860f1092
[cron] Bump distribution date (2020-12-25)
2020-12-25 00:21:08 +00:00
Victor Oliveira
4d6b6bcffc
LVGL and Classic UI for STM32 ( #20552 )
2020-12-23 20:01:21 -06:00
thinkyhead
9a60f7a793
[cron] Bump distribution date (2020-12-24)
2020-12-24 00:23:59 +00:00
LinFor
2d88a2cfb7
Remaining Time for FTDI EVE, bp for ExtUI ( #20549 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2020-12-23 16:37:17 -06:00
thinkyhead
56fac55a39
[cron] Bump distribution date (2020-12-23)
2020-12-23 00:20:43 +00:00
Tanguy Pruvot
c559fc8227
Fix G28 leveling state, UBL compile ( #20499 )
2020-12-22 07:01:24 -06:00
Keith Bennett
a0c8d348a0
Anet ET4 / ET4P and Anet TFT28 / TFT35 ( #20280 )
2020-12-22 06:51:29 -06:00
thinkyhead
ba1176108a
[cron] Bump distribution date (2020-12-22)
2020-12-22 00:19:00 +00:00
thinkyhead
4764e2c544
[cron] Bump distribution date (2020-12-21)
2020-12-21 00:17:17 +00: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
Keith Bennett
9a8f8f8284
Let boards set Default TMC Slave Addresses ( #20498 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-12-19 21:48:31 -06:00
thinkyhead
57f4d0523e
[cron] Bump distribution date (2020-12-20)
2020-12-20 00:14:49 +00:00
Scott Lahteine
e5d0b27aaf
Rename QUIET_PROBING
2020-12-18 21:13:50 -06:00
thinkyhead
a33ae10c56
[cron] Bump distribution date (2020-12-19)
2020-12-19 00:15:28 +00:00
thinkyhead
fae3c860a1
[cron] Bump distribution date (2020-12-18)
2020-12-18 00:15:25 +00:00
Jason Smith
7b9ff164cc
Balance CI tests ( #20485 )
2020-12-17 06:18:07 -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
thinkyhead
6d47baee5d
[cron] Bump distribution date (2020-12-17)
2020-12-17 00:15:48 +00:00
thinkyhead
1c4f125cb0
[cron] Bump distribution date (2020-12-16)
2020-12-16 00:14:09 +00:00
Scott Lahteine
80bde7b6b5
Always enable leveling after G28
2020-12-14 20:34:22 -06:00
thinkyhead
dee475cee1
[cron] Bump distribution date (2020-12-15)
2020-12-15 00:13:55 +00:00
thinkyhead
8c05053951
[cron] Bump distribution date (2020-12-14)
2020-12-14 00:14:07 +00:00
Scott Lahteine
b0392be4bf
SHORT_MANUAL_Z_MOVE => FINE_MANUAL_MOVE
2020-12-13 01:54:31 -06:00
thinkyhead
8723440d1d
[cron] Bump distribution date (2020-12-13)
2020-12-13 00:14:25 +00:00