Scott Lahteine
91909163ee
🚨 Fix M906 warning
2022-01-02 09:22:28 -06:00
Mike La Spina
d007c1b835
🔧 Normal FET layout with Spindle/Laser ( #23409 )
2022-01-02 02:23:55 -06:00
Scott Lahteine
6fbfeb6801
✨ M919 : Chopper Timing ( #23400 )
2022-01-01 22:57:26 -06:00
thinkyhead
08aacb822a
[cron] Bump distribution date (2022-01-02)
2022-01-02 01:09:36 +00:00
John Lagonikas
63f71d85f2
✨ Temperature variance monitor ( #23373 )
2022-01-01 18:18:07 -06:00
thinkyhead
4de84031d8
[cron] Bump distribution date (2022-01-01)
2022-01-01 01:08:17 +00:00
Jason Smith
6182849255
Do not warn about CONFIGURATION_EMBEDDING if it wasn't enabled ( #23408 )
...
Warnings.cpp was warning about `CONFIGURATION_EMBEDDING` on AVR boards even if it wasn't enabled. Check the status of the feature before auto-disabling and warning about it.
2021-12-31 12:32:28 -08:00
Scott Lahteine
b07887687e
🚑 ️ Fix thermal conditionals, structure
2021-12-31 08:04:31 -06:00
Robby Candra
ead693b1a4
🔧 DWIN_MARLINUI sanity checks ( #23399 )
2021-12-31 02:22:49 -06:00
Scott Lahteine
ff46d7cae2
🐛 Fix "no T param" handling
2021-12-31 02:03:33 -06:00
thinkyhead
c1410020ab
[cron] Bump distribution date (2021-12-31)
2021-12-31 01:07:37 +00:00
ellensp
67521bdd01
🐛 Fix RRW Keypad & Zonestar buttons ( #23388 )
2021-12-30 01:35:22 -06:00
GHGiampy
6e8c671511
🩹 Fix Enhanced UI max E speed ( #23387 )
2021-12-29 22:37:07 -06:00
thinkyhead
9edddd18ad
[cron] Bump distribution date (2021-12-30)
2021-12-30 01:05:16 +00:00
Scott Lahteine
88a6e5b691
🩺 Assert FAN_SOFT_PWM where required ( #23383 )
2021-12-29 04:17:41 -06:00
Scott Lahteine
755c10d303
🎨 Simplify some debug echos
2021-12-29 03:41:28 -06:00
Lefteris Garyfalakis
16a1a55cea
🎨 E3V2 corner leveling => tramming ( #23375 )
2021-12-28 21:22:01 -06:00
thinkyhead
6d1eaa0efa
[cron] Bump distribution date (2021-12-29)
2021-12-29 01:05:01 +00:00
Scott Lahteine
f3b8b0b5b9
🚚 Rename L6470 G-code file
2021-12-28 18:29:05 -06:00
Scott Lahteine
6fb2d8a25f
🧑💻 Remove extraneous 'inline' hints
2021-12-28 06:07:55 -06:00
Scott Lahteine
33fa3aba10
🩺 Check some axis-parameter collisions
2021-12-28 06:07:14 -06:00
Scott Lahteine
13ce5aa1ed
🎨 Misc. cleanup
2021-12-28 06:03:12 -06:00
Scott Lahteine
02b4e48c6d
🚸 Refine stepper-driver-related G-codes ( #23372 )
2021-12-28 05:43:10 -06:00
Scott Lahteine
2351b0df84
🧑💻 Add AXIS_COLLISION to catch broken parameters
2021-12-28 05:02:50 -06:00
Miguel Risco-Castillo
d58daaa42c
🚸 DWIN Enhanced improve, fix, and extend ( #23240 )
...
- Offset icon change to show mesh leveling status
- Reset extruder position when enter to Move menu
- New live end-stop diagnostic page
- Editable firmware retracts settings for Tune and filament settings menu
- Print Statistics page accessible from the Advanced Settings menu
- Reset printer draws the boot image
- Adds individual axes homing menu
- Adds probe deploy/stow to Probe Settings menu
- Updates lock screen
- Rebuilds main buttons to support text caption in other languages
- Increases probe offset limits to 60 mm
- Fix M303 PID variable update
- Fix Resume/Pause button update
- Fix redraw of print done
- Fix very large file name bug
- Fix bug in bed manual leveling
2021-12-27 23:23:50 -06:00
Scott Lahteine
761b1b93c6
📝 Consistent pin header orientation
2021-12-27 20:52:43 -06:00
thinkyhead
c5b74319e7
[cron] Bump distribution date (2021-12-28)
2021-12-28 01:05:31 +00:00
Scott Lahteine
c160a57397
📌 Define MKS Monster8 pins for MKS_MINI_12864
...
Fixes #23324
2021-12-27 17:40:53 -06:00
Ave6683
d557db8425
✨ MagLev V4 probe by MDD ( #23192 )
2021-12-27 15:28:27 -06:00
Scott Lahteine
9345eedb64
🎨 Clean up ST Eval 3DP001 V1 pins
2021-12-27 14:30:01 -06:00
thinkyhead
7d462915b3
[cron] Bump distribution date (2021-12-27)
2021-12-27 01:05:53 +00:00
Scott Lahteine
56ac681727
🎨 Pins and SDIO cleanup
2021-12-26 03:33:14 -06:00
EvilGremlin
7762df7251
🔧 Check Chiron LCD requirements ( #23353 )
...
Co-Authored-By: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
2021-12-26 00:46:13 -06:00
Scott Lahteine
6a8b9274a3
⏪ ️ Refactor still needs work
...
Reverting #23295
2021-12-25 23:15:17 -06:00
Scott Lahteine
00e6e90648
🐛 Fix adc_start for AVR, native
...
Followup to #23295
2021-12-25 22:10:47 -06:00
Keith Bennett
555c749fe2
🐛 Fix MKS Robin E3 NeoPixel pin default ( #23350 )
2021-12-25 21:41:01 -06:00
Robby Candra
a47f559db1
🐛 HAL refactor followup ( #23354 )
2021-12-25 21:36:09 -06:00
Scott Lahteine
57315f02cb
🐛 Fix missing ADC method
2021-12-25 21:27:28 -06:00
Scott Lahteine
4f0932e5c1
🐛 Fix freeMemory
endless loop
...
Followup to #23295
2021-12-25 20:00:48 -06:00
thinkyhead
bdb071688e
[cron] Bump distribution date (2021-12-26)
2021-12-26 01:09:46 +00:00
Scott Lahteine
fca6d12093
🔧 Move MOTHERBOARD closer to top
2021-12-25 03:27:45 -06:00
fflosi
c74161c011
✨ Per-axis TMC hold multiplier ( #23345 )
2021-12-25 02:57:07 -06:00
Scott Lahteine
e211ff148c
♻️ Refactor HAL as singleton ( #23295 )
2021-12-24 21:33:59 -06:00
thinkyhead
6d09d1d7fb
[cron] Bump distribution date (2021-12-25)
2021-12-25 01:04:01 +00:00
Scott Lahteine
d5dff1948d
🔧 Sanity check MMU2_MENUS
2021-12-24 01:46:51 -06:00
Sola
21cd715506
✨ MKS TinyBee board support ( #23340 )
...
Co-Authored-By: Sola <42537573+solawc@users.noreply.github.com>
2021-12-24 00:03:32 -06:00
Attila BODY
80a537cd13
🐛 Fix Robin Nano v3 filament runout pins ( #23344 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-23 23:57:20 -06:00
thinkyhead
ca0215ba64
[cron] Bump distribution date (2021-12-24)
2021-12-24 01:04:40 +00:00
MrAlvin
df9eb566c7
🚸 Show mm'ss during first hour ( #23335 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-23 03:47:52 -06:00
Robby Candra
3e737cbc91
🔧 Group FAST_PWM_FAN.options ( #23331 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-23 02:19:39 -06:00
Tanguy Pruvot
da67deb621
✏️ Fix missing brace ( #23337 )
...
Followup to #22916
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-23 01:32:27 -06:00
Tanguy Pruvot
1b876c170f
🩹 Fix settings G21 report ( #23338 )
2021-12-23 00:49:15 -06:00
thinkyhead
c80ef71c6b
[cron] Bump distribution date (2021-12-23)
2021-12-23 01:05:31 +00:00
InsanityAutomation
2893048e29
✨ BLTouch High Speed mode runtime configuration ( #22916 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-21 22:09:55 -06:00
ellensp
c1dba3d028
✨ Option to reset EEPROM on first run ( #23276 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-21 20:44:04 -06:00
thinkyhead
fdd37a84a2
[cron] Bump distribution date (2021-12-22)
2021-12-22 01:07:10 +00:00
ellensp
9cee626812
🐛 Fix Chitu Z_STOP_PIN ( #23330 )
2021-12-21 18:48:38 -06:00
Mike La Spina
f374fa0eb8
🚑 ️ FAST_PWM_FAN default 1KHz base freq. ( #23326 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-21 01:26:31 -06:00
thinkyhead
b06f871dd0
[cron] Bump distribution date (2021-12-21)
2021-12-21 01:08:00 +00:00
GHGiampy
ba32391454
🧑💻 Option allowing > 127 Neopixels ( #23322 )
2021-12-20 02:44:43 -06:00
Scott Lahteine
9d42755068
🎨 Update SKR V2 pins
2021-12-19 21:47:50 -06:00
thinkyhead
a055898870
[cron] Bump distribution date (2021-12-20)
2021-12-20 01:06:18 +00:00
Spencer Owen
ecaebe4363
✨ Creality3D V4.2.3 / Ender-2 Pro board ( #23307 )
2021-12-18 19:58:46 -06:00
thinkyhead
14ceccdbc6
[cron] Bump distribution date (2021-12-19)
2021-12-19 01:26:05 +00:00
Scott Lahteine
daec6c6bb9
📝 Fix a config comment
2021-12-18 17:38:29 -06:00
Robby Candra
b4727411d5
🐛 Fix loud_kill heater disable ( #23314 )
2021-12-18 16:33:21 -06:00
thinkyhead
b16b1d1fc7
[cron] Bump distribution date (2021-12-18)
2021-12-18 01:07:50 +00:00
John Lagonikas
504e6fd786
🔧 Warning for IGNORE_THERMOCOUPLE_ERRORS ( #23312 )
2021-12-17 17:31:10 -06:00
Scott Lahteine
9d2441f951
✏️ cleanup
2021-12-17 15:57:16 -06:00
thinkyhead
a994a318ba
[cron] Bump distribution date (2021-12-17)
2021-12-17 01:06:28 +00:00
thinkyhead
5f9140cccd
[cron] Bump distribution date (2021-12-16)
2021-12-16 01:03:49 +00:00
thinkyhead
2175d8aaee
[cron] Bump distribution date (2021-12-15)
2021-12-15 01:03:24 +00:00
Robby Candra
e57b7d043c
🚸 Change "SD" to "Media" or "SD/FD" ( #23297 )
2021-12-14 18:51:19 -06:00
ellensp
a4678d9e27
🐛 Fix LCD_BED_LEVELING compile ( #23298 )
2021-12-14 00:25:28 -06:00
X-Ryl669
b464a4b1a4
✨ Configurations embed and retrieve ( #21321 )
2021-12-14 00:22:06 -06:00
thinkyhead
bf21bc9ee5
[cron] Bump distribution date (2021-12-14)
2021-12-14 01:25:36 +00:00
Giuliano Zaro
1dd9adbfe4
🚸 Use M600 for disabled MMU ( #21865 )
2021-12-13 18:47:57 -06:00
Tanguy Pruvot
8277f3ca0d
🐛 Fix TFT_COLOR_UI Release Media issue ( #23123 )
2021-12-13 18:41:21 -06:00
ellensp
eef9e04690
✨ M115 flag EXTENDED_M20 ( #22941 )
2021-12-13 18:18:24 -06:00
ellensp
dff18e2230
✏️ Clean up duplicate defs ( #23182 )
2021-12-13 18:13:34 -06:00
Robby Candra
26689e1d85
🩹 Init fan speed at boot ( #23181 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-13 18:11:52 -06:00
Scott Lahteine
afce7d6dd5
🔧 Fix unknown board test
2021-12-13 16:15:46 -06:00
Robby Candra
9eb2a5f62c
🩹 Use EXTRUDER_AUTO_FAN_SPEED for _AUTOFAN_SPEED ( #23180 )
2021-12-13 16:07:44 -06:00
thinkyhead
82d569faa0
[cron] Bump distribution date (2021-12-13)
2021-12-13 01:04:05 +00:00
Scott Lahteine
1cff4fdb36
🩹 SD abort requires open file
...
See #22566
2021-12-12 16:22:14 -06:00
thinkyhead
60717927ac
[cron] Bump distribution date (2021-12-12)
2021-12-12 01:06:58 +00:00
thinkyhead
aebf70cdae
[cron] Bump distribution date (2021-12-11)
2021-12-11 01:03:00 +00:00
BigTreeTech
0077d982cd
✨ BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6) ( #23283 )
2021-12-10 13:38:03 -06:00
thinkyhead
1e637a8de2
[cron] Bump distribution date (2021-12-10)
2021-12-10 01:04:24 +00:00
Scott Alfter
c3af6bd8ce
Fix Endstops::report_states ( #23280 )
...
Fix regression 4d45fdf0eb
2021-12-09 01:20:10 -06:00
thinkyhead
1ccaad7a9b
[cron] Bump distribution date (2021-12-09)
2021-12-09 01:03:55 +00:00
Scott Lahteine
4d45fdf0eb
🎨 Misc. probe / endstop cleanup
2021-12-08 18:57:28 -06:00
Sola
135683010a
🐛 Fix MKS LVGL UI retraction ( #23267 )
2021-12-08 13:37:45 -06:00
Robby Candra
dfa1c26471
🩹 Coerce pin_t in set_pwm_duty macros ( #23273 )
2021-12-08 13:15:31 -06:00
Jason Smith
65e52c1150
🐛 Fix ACTION_ITEM with nullptr ( #23195 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-08 13:10:37 -06:00
Robby Candra
a84e0404e0
🚸 Onboard SD for SKR 2.0 / SKR PRO ( #23274 )
2021-12-08 12:57:50 -06:00
John Lagonikas
9e6ded3cdf
🐛 Fix and improve MAX31865 ( #23215 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-08 12:55:09 -06:00
Scott Lahteine
0a64209305
🎨 Rename MAX31865 elements
2021-12-08 12:40:23 -06:00
thinkyhead
5d45aba550
[cron] Bump distribution date (2021-12-08)
2021-12-08 01:05:41 +00:00
Scott Lahteine
63d73bfafc
✏️ MAX31856 => MAX31865
2021-12-06 20:18:50 -06:00
Giuseppe499
a16a059312
✨ X Twist Compensation & Calibration ( #23238 )
2021-12-06 19:53:51 -06:00
thinkyhead
c67f7fb4df
[cron] Bump distribution date (2021-12-07)
2021-12-07 01:06:09 +00:00
Mike La Spina
ea0d0e8e8b
🩹 Fix non-PWM cutter compile ( #23169 )
2021-12-06 15:52:18 -06:00
Stuart Pittaway
6580e655fb
🐛 Fix TWIBus Wire.begin call ( #23183 )
2021-12-06 15:40:18 -06:00
thinkyhead
ecd1ac7092
[cron] Bump distribution date (2021-12-06)
2021-12-06 01:04:44 +00:00
Chris Pepper
a010c4d1c8
🐛 HAL_reboot for native HAL ( #23246 )
2021-12-05 16:18:02 -06:00
ellensp
4d0880c74d
📌 More Longer3D LKx Pro serial tests ( #23260 )
2021-12-05 15:42:56 -06:00
ladismrkolj
97400e54b9
🔧 Chamber Fan index option ( #23262 )
2021-12-05 15:41:39 -06:00
thinkyhead
d6b332f4c7
[cron] Bump distribution date (2021-12-05)
2021-12-05 01:07:50 +00:00
Stuart Pittaway
363a17ac46
✨ M3426 to read i2c MCP3426 ADC ( #23184 )
2021-12-04 17:47:08 -06:00
Scott Lahteine
e6bbdd89b4
🔧 Cutter pins for SKR 2.0
2021-12-04 17:47:08 -06:00
Robby Candra
7daa76382f
🚸 Park nozzle on "loud kill" ( #23172 )
2021-12-04 17:47:08 -06:00
ellensp
bfead67544
✨ BigTree SKR 2 with F429 ( #23177 )
2021-12-04 16:10:29 -06:00
thinkyhead
36a04190a0
[cron] Bump distribution date (2021-12-04)
2021-12-04 01:02:04 +00:00
Mike La Spina
4411af655e
🏗️ Fix Maple HAL/STM32F1 PWM ( #23211 )
2021-12-03 12:48:48 -06:00
Tanguy Pruvot
2a1facf853
🏗️ Rework STM32 timer frequency protection ( #23187 )
2021-12-03 12:31:48 -06:00
thinkyhead
e3d7274c84
[cron] Bump distribution date (2021-12-03)
2021-12-03 01:02:06 +00:00
thinkyhead
b9ee84e8dc
[cron] Bump distribution date (2021-12-02)
2021-12-02 01:02:43 +00:00
thinkyhead
f46c76f360
[cron] Bump distribution date (2021-12-01)
2021-12-01 01:05:56 +00:00
Scott Lahteine
c09641c7c0
🐛 Fix STM32 FastPWM
2021-11-30 15:04:05 -06:00
Jiri Jirus
1f5eaf29b9
🩹 Assume 4K EEPROM for RUMBA32 BTT ( #23205 )
2021-11-30 14:46:48 -06:00
Scott Lahteine
7ffada64ce
🐛 Fix STM32 FastPWM
2021-11-30 13:03:31 -06:00
thinkyhead
9e71f9baf9
[cron] Bump distribution date (2021-11-30)
2021-11-30 01:01:54 +00:00
thinkyhead
a276c088e3
[cron] Bump distribution date (2021-11-29)
2021-11-29 01:01:36 +00:00
thinkyhead
1874787b6b
[cron] Bump distribution date (2021-11-28)
2021-11-28 01:02:49 +00:00
Scott Lahteine
0539e870de
🎨 Rename HAL timer elements
2021-11-27 18:33:32 -06:00
Keith Bennett
09ee63caf1
✏️ Fix Unicode ( #23186 )
2021-11-27 16:59:32 -06:00
Anson Liu
6fa278b741
🩹 UM2 extruder cooling fan on PJ6 ( #23194 )
2021-11-27 16:58:05 -06:00
Jason Smith
1861f780de
🩹 Handle nullptr in CardReader::printLongPath ( #23197 )
2021-11-27 15:54:39 -06:00
George Fu
a3c4a5eca6
✨ FYSETC Spider v2.2 ( #23208 )
2021-11-27 13:26:53 -06:00
Keith Bennett
716d741315
🐛 Swap BTT002 Tachometer Pins ( #23199 )
...
Followup to #23086
2021-11-27 13:23:23 -06:00
thinkyhead
47d3468251
[cron] Bump distribution date (2021-11-27)
2021-11-27 00:59:57 +00:00
thinkyhead
981ad44ded
[cron] Bump distribution date (2021-11-26)
2021-11-26 01:00:27 +00:00
thinkyhead
9e7b9d01a1
[cron] Bump distribution date (2021-11-25)
2021-11-25 01:02:19 +00:00
Scott Lahteine
a7549aac5c
🎨 Misc. issue review patches
2021-11-24 11:38:34 -06:00
thinkyhead
b6a8cc06fa
[cron] Bump distribution date (2021-11-24)
2021-11-24 01:01:07 +00:00
schmttc
d4c78edfe3
✨ EasyThreeD ET4000+ board and UI ( #23080 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-23 15:52:18 -06:00
Giuliano Zaro
203047f859
🩹 Fix include path ( #23150 )
2021-11-23 15:33:33 -06:00
lukrow80
7bc18a7075
🐛 Fix homing current for extra axes ( #23152 )
...
Followup to #19112
2021-11-23 15:30:13 -06:00
John Robertson
e5154ec281
✨ MarkForged YX kinematics ( #23163 )
2021-11-23 15:24:24 -06:00
Robby Candra
de398b4fd2
🐛 Fix serial_data_available ( #23160 )
2021-11-23 15:19:32 -06:00
Mike La Spina
5387ceba74
🐛 Fix STM32 set_pwm_duty ( #23125 )
2021-11-23 14:05:50 -06:00
Giuliano Zaro
7110d11c9d
✨ Fan tachometer support ( #23086 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-23 14:01:53 -06:00
thinkyhead
430a4aec34
[cron] Bump distribution date (2021-11-23)
2021-11-23 01:01:29 +00:00
thinkyhead
0fbecf4aaf
[cron] Bump distribution date (2021-11-22)
2021-11-22 01:05:17 +00:00
Keith Bennett
6ac0d4727c
✨ BigTreeTech Mini 12864 V1.0 ( #23130 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-21 13:25:06 -06:00
Tanguy Pruvot
f33396c2c3
🐛 Fix TFT backlight sleep/wake ( #23153 )
2021-11-21 13:13:01 -06:00
thinkyhead
2955061b05
[cron] Bump distribution date (2021-11-21)
2021-11-21 01:04:01 +00:00
Tanguy Pruvot
1c31366bf3
⚡ ️ Reduce calls to set fan PWM ( #23149 )
2021-11-19 19:44:53 -06:00
thinkyhead
0293a83408
[cron] Bump distribution date (2021-11-20)
2021-11-20 01:00:26 +00:00