0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-05 22:37:01 +00:00
Commit graph

15825 commits

Author SHA1 Message Date
Scott Lahteine
6fbfeb6801 M919 : Chopper Timing () 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 () 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 ()
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 () 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 () 2021-12-30 01:35:22 -06:00
GHGiampy
6e8c671511
🩹 Fix Enhanced UI max E speed () 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 () 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 () 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 () 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 ()
- 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 
2021-12-27 17:40:53 -06:00
Ave6683
d557db8425
MagLev V4 probe by MDD () 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 ()
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 
2021-12-25 23:15:17 -06:00
Scott Lahteine
00e6e90648 🐛 Fix adc_start for AVR, native
Followup to 
2021-12-25 22:10:47 -06:00
Keith Bennett
555c749fe2
🐛 Fix MKS Robin E3 NeoPixel pin default () 2021-12-25 21:41:01 -06:00
Robby Candra
a47f559db1
🐛 HAL refactor followup () 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 
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 () 2021-12-25 02:57:07 -06:00
Scott Lahteine
e211ff148c
♻️ Refactor HAL as singleton () 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 ()
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 ()
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 ()
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 ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-12-23 02:19:39 -06:00
Tanguy Pruvot
da67deb621
✏️ Fix missing brace ()
Followup to 

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 () 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 ()
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 ()
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 () 2021-12-21 18:48:38 -06:00
Mike La Spina
f374fa0eb8
🚑️ FAST_PWM_FAN default 1KHz base freq. ()
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 () 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 () 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 () 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 () 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" () 2021-12-14 18:51:19 -06:00
ellensp
a4678d9e27
🐛 Fix LCD_BED_LEVELING compile () 2021-12-14 00:25:28 -06:00
X-Ryl669
b464a4b1a4
Configurations embed and retrieve () 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 () 2021-12-13 18:47:57 -06:00
Tanguy Pruvot
8277f3ca0d
🐛 Fix TFT_COLOR_UI Release Media issue () 2021-12-13 18:41:21 -06:00
ellensp
eef9e04690
M115 flag EXTENDED_M20 () 2021-12-13 18:18:24 -06:00
ellensp
dff18e2230
✏️ Clean up duplicate defs () 2021-12-13 18:13:34 -06:00
Robby Candra
26689e1d85
🩹 Init fan speed at boot ()
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 () 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 
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) () 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 ()
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 () 2021-12-08 13:37:45 -06:00
Robby Candra
dfa1c26471
🩹 Coerce pin_t in set_pwm_duty macros () 2021-12-08 13:15:31 -06:00
Jason Smith
65e52c1150
🐛 Fix ACTION_ITEM with nullptr ()
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 () 2021-12-08 12:57:50 -06:00
John Lagonikas
9e6ded3cdf
🐛 Fix and improve MAX31865 ()
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 () 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 () 2021-12-06 15:52:18 -06:00
Stuart Pittaway
6580e655fb
🐛 Fix TWIBus Wire.begin call () 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 () 2021-12-05 16:18:02 -06:00
ellensp
4d0880c74d
📌 More Longer3D LKx Pro serial tests () 2021-12-05 15:42:56 -06:00
ladismrkolj
97400e54b9
🔧 Chamber Fan index option () 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 () 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" () 2021-12-04 17:47:08 -06:00
ellensp
bfead67544
BigTree SKR 2 with F429 () 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 () 2021-12-03 12:48:48 -06:00
Tanguy Pruvot
2a1facf853
🏗️ Rework STM32 timer frequency protection () 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 () 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 () 2021-11-27 16:59:32 -06:00
Anson Liu
6fa278b741
🩹 UM2 extruder cooling fan on PJ6 () 2021-11-27 16:58:05 -06:00
Jason Smith
1861f780de
🩹 Handle nullptr in CardReader::printLongPath () 2021-11-27 15:54:39 -06:00
George Fu
a3c4a5eca6
FYSETC Spider v2.2 () 2021-11-27 13:26:53 -06:00
Keith Bennett
716d741315
🐛 Swap BTT002 Tachometer Pins ()
Followup to 
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 ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-23 15:52:18 -06:00
Giuliano Zaro
203047f859
🩹 Fix include path () 2021-11-23 15:33:33 -06:00
lukrow80
7bc18a7075
🐛 Fix homing current for extra axes ()
Followup to 
2021-11-23 15:30:13 -06:00
John Robertson
e5154ec281
MarkForged YX kinematics () 2021-11-23 15:24:24 -06:00
Robby Candra
de398b4fd2
🐛 Fix serial_data_available () 2021-11-23 15:19:32 -06:00
Mike La Spina
5387ceba74
🐛 Fix STM32 set_pwm_duty () 2021-11-23 14:05:50 -06:00
Giuliano Zaro
7110d11c9d
Fan tachometer support ()
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 ()
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 () 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 () 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
thinkyhead
8e7f2f4483 [cron] Bump distribution date (2021-11-19) 2021-11-19 01:01:40 +00:00
thinkyhead
e34ca749b1 [cron] Bump distribution date (2021-11-18) 2021-11-18 01:01:47 +00:00
Scott Lahteine
f1af475253 🎨 Misc formatting 2021-11-17 13:02:04 -06:00
BigTreeTech
2edda4c582
🐛 Init PROBE_ENABLE_PIN () 2021-11-17 11:35:28 -06:00
Keith Bennett
e3d777cf8f
📌 Overridable probe-related pins () 2021-11-17 11:33:42 -06:00
luzpaz
b7be62ad36
🎨 Fix misspelling () 2021-11-17 11:09:01 -06:00
espr14
44d8c2f5bf
🏗️ Planner::busy() () 2021-11-17 11:07:11 -06:00
thinkyhead
3e14f06f80 [cron] Bump distribution date (2021-11-17) 2021-11-17 01:01:01 +00:00
Scott Lahteine
36173fb259 🐛 Fix fast PWM WGM code
Followup to 
2021-11-16 14:11:29 -06:00
Scott Lahteine
89fe5f6d74 🔨 Bring Makefile up to date 2021-11-16 12:49:25 -06:00
Luc Van Daele
629498f8d4
🐛 Fix G33, Delta radii, reachable () 2021-11-16 09:24:53 -06:00
Scott Lahteine
2aa36af557 🔧 SOUND_MENU_ITEM for E3V2 2021-11-16 08:59:32 -06:00
thinkyhead
f0b1ce8749 [cron] Bump distribution date (2021-11-16) 2021-11-16 01:01:41 +00:00
Mikhail Basov
36b2650f65
🚸 LCD_SHOW_E_TOTAL for TFT_COLOR_UI () 2021-11-14 22:46:34 -06:00
thinkyhead
125310dca0 [cron] Bump distribution date (2021-11-15) 2021-11-15 01:01:02 +00:00
Scott Lahteine
33c89d1f3f 🐛 Fix SENSORLESS_HOMING for 6-axis 2021-11-14 17:19:57 -06:00
EvilGremlin
8b952d9d11 🚸 Simplify touchscreen calibration for SimUI () 2021-11-14 17:15:26 -06:00
Mike La Spina
8ee368b718
️ Controller Fan software PWM (etc.) ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-14 05:55:31 -06:00
thinkyhead
5fa4631e37 [cron] Bump distribution date (2021-11-14) 2021-11-14 01:03:14 +00:00
thinkyhead
d89f472a4f [cron] Bump distribution date (2021-11-13) 2021-11-13 00:59:50 +00:00
Tanguy Pruvot
4aa2c6628f
🎨 MPX ARM Mini pins cleanup () 2021-11-12 14:26:19 -06:00
Mike La Spina
649c7685bf
🐛 [LCP1768] Init PWM in set_pwm_duty () 2021-11-12 12:14:28 -06:00
Skruppy
4a840e15e1
🩹 Fix RGB case light compile () 2021-11-12 08:57:24 -06:00
thinkyhead
72de764488 [cron] Bump distribution date (2021-11-12) 2021-11-12 01:02:28 +00:00
thinkyhead
ecd4cdb298 [cron] Bump distribution date (2021-11-11) 2021-11-11 01:01:59 +00:00
Miguel Risco-Castillo
589a6d7f6b
🚸 Fix up E3V2 Enhanced () 2021-11-10 10:55:20 -06:00
Miguel Risco-Castillo
b4b16b63ff
🚸 Expose sub-options for E3V2 Enhanced () 2021-11-10 10:31:35 -06:00
George Fu
99df0b86fb
🐛 Fix FYSETC Cheetah 2.0 pins for production () 2021-11-10 09:58:20 -06:00
BigTreeTech
07befb545b
Support for BIQU B1-SE-Plus strain gauge probe ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-10 09:56:10 -06:00
thinkyhead
e776fa1e93 [cron] Bump distribution date (2021-11-10) 2021-11-10 01:01:08 +00:00
Keith Bennett
cee50552ab
️ BTT002 (STM32F407VET6) variant, MK3_FAN_PINS flag () 2021-11-09 10:30:02 -06:00
thinkyhead
467e883e17 [cron] Bump distribution date (2021-11-09) 2021-11-09 01:01:17 +00:00
thinkyhead
fa5bfca367 [cron] Bump distribution date (2021-11-08) 2021-11-08 01:01:19 +00:00
Scott Lahteine
030b66eb27 🎨 Misc. code cleanup 2021-11-07 01:11:51 -06:00
Keith Bennett
e15f9fdcd9
🚸 Indicate Preheating for probe / leveling () 2021-11-07 01:09:15 -05:00
Evgeniy Zhabotinskiy
dc972990f3
🩹 Fix M503 report () 2021-11-06 23:16:18 -05:00
Jin
27220f0944
🍻 Preliminary fix for Max31865 SPI ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-06 22:53:36 -05:00
dwzg
30a69f76a3
🐛 Fix JyersUI scrolling filename, etc. ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-06 22:48:00 -05:00
ellensp
c07aa875bc
🐛 Fix DGUS Reloaded status message () 2021-11-06 21:27:53 -05:00
thinkyhead
dfdffca2bd [cron] Bump distribution date (2021-11-07) 2021-11-07 01:06:43 +00:00
thinkyhead
f5284715fb [cron] Bump distribution date (2021-11-06) 2021-11-06 00:58:50 +00:00
thinkyhead
3e8cdef36b [cron] Bump distribution date (2021-11-05) 2021-11-05 01:00:14 +00:00
Scott Lahteine
f6147e038b 🍻 Get/clear reset source earlier
Followup to 
2021-11-04 12:20:19 -05:00
Skruppy
f53d627750
🐛 Prevent AVR watchdogpile () 2021-11-04 12:11:57 -05:00
Tanguy Pruvot
a9dc737624
🐛 Fix TFT backlight [STM32] () 2021-11-04 12:04:04 -05:00
BigTreeTech
7b79201470
🐛 Fix Octopus-Pro Max31865 / SPI () 2021-11-04 05:54:38 -05:00
Robby Candra
4483b8aaf0
🔨 Fix IntelliSense / PIO conflicts ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-04 05:28:42 -05:00
ellensp
399faa91b9 📌 'STOP' auto-assign, some Chitu V9 pins ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-11-03 20:05:13 -05:00
thinkyhead
fef96bb556 [cron] Bump distribution date (2021-11-04) 2021-11-04 01:00:55 +00:00
thinkyhead
627b67e27a [cron] Bump distribution date (2021-11-03) 2021-11-03 01:00:15 +00:00
Keith Bennett
0db9f9a828
📌 Default NeoPixel pin for MKS Robin E3/E3D () 2021-11-02 01:15:29 -05:00
Sebastien BLAISOT
95357c33fb
🐛 Fix NEOPIXEL2_SEPARATE default color () 2021-11-02 00:49:21 -05:00
Andrei M
da830e6ced
⚗️ Use pwm_set_duty over analogWrite to set PWM ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-11-02 00:47:16 -05:00
Keith Bennett
767a15d468
🔧 Endstop / DIAG homing conflict warning () 2021-11-02 00:43:40 -05:00
Keith Bennett
a57355ee06
Allow Low EJERK with LA, optional () 2021-11-01 23:23:54 -05:00
Robby Candra
4989379674
🎨 Fix redefine warnings () 2021-11-01 22:29:23 -05:00
Keith Bennett
7942f71d26
Artillery Ruby (STM32F401RCT6) () 2021-11-01 22:23:24 -05:00
thinkyhead
6af344c193 [cron] Bump distribution date (2021-11-02) 2021-11-02 01:02:55 +00:00
ellensp
40477e031f
🐛 Fix Y_SERIAL_RX_PIN for FYSETC S6 () 2021-11-01 18:36:22 -05:00
ellensp
36e475b8be
🩹 Fill gaps in pinsDebug_list () 2021-11-01 18:34:53 -05:00
tombrazier
296a6137cd
🚸 More flexible Probe Temperature Compensation () 2021-11-01 18:03:50 -05:00
thinkyhead
5e9b5bb448 [cron] Bump distribution date (2021-11-01) 2021-11-01 01:03:28 +00:00
Scott Lahteine
9176dcea6e 📝 Tweak EXP comments 2021-10-30 23:50:48 -05:00
Scott Lahteine
efe2e79ac8 🔨 Help for GDB remote debugging 2021-10-30 23:50:48 -05:00
Scott Lahteine
ba0b772d84 🩹 Fix linker error (transfer_port_index) 2021-10-30 23:46:22 -05:00
thinkyhead
b88612f976 [cron] Bump distribution date (2021-10-31) 2021-10-31 01:03:08 +00:00
Scott Lahteine
be412e3e2b 🎨 Adjust Ender-3 V2 DWIN options 2021-10-30 01:39:33 -05:00
aalku
75e0b7f8ff
Shutdown Host Action ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-10-30 00:17:20 -05:00
Scott Lahteine
aa4e32555d
"Rutilea" ESP32 board () 2021-10-29 20:46:55 -05:00
Scott Lahteine
18a924d4e2 🔧 Configuration version 02000903 2021-10-29 20:42:52 -05:00
thinkyhead
67b075fd39 [cron] Bump distribution date (2021-10-30) 2021-10-30 00:58:37 +00:00
Scott Lahteine
70e31bff45 🎨 Standard 'cooldown' method 2021-10-29 19:18:35 -05:00
Scott Lahteine
b09038fcc7 🎨 Standard material presets behavior 2021-10-29 19:18:35 -05:00
Scott Lahteine
1d80464ba7 🎨 Define HAS_PREHEAT conditional 2021-10-29 19:18:35 -05:00
tome9111991
3b9bea6f80
🐛 Fix E3V2 (CrealityUI) Tune/Prepare > Zoffset () 2021-10-29 17:49:12 -05:00
thinkyhead
2c8dce69e1 [cron] Bump distribution date (2021-10-29) 2021-10-29 00:58:40 +00:00
Scott Lahteine
5d04c7496c 🐛 Fix EZBoard V2 board name 2021-10-28 19:24:58 -05:00
Keith Bennett
a1c4aad147
🐛 Fix MKS Robin E3/E3D Z Stop/Probe pins () 2021-10-28 05:26:05 -05:00
Scott Lahteine
aa2c6387e9 🎨 Apply HAS_MULTI_HOTEND conditional 2021-10-28 05:17:44 -05:00
thinkyhead
fbc125b06c [cron] Bump distribution date (2021-10-28) 2021-10-28 01:00:14 +00:00
Zlopi
c0337da633
🚸 Scroll long filename on MKS TFT () 2021-10-27 15:10:46 -05:00
ellensp
11f1335efb
🩹 Retain LCD pins with motor expansion () 2021-10-27 15:06:06 -05:00
somehibs
3f6c8d5dc5
🐛 Fix serial PORT_RESTORE (and BUFFER_MONITORING) () 2021-10-27 15:00:02 -05:00
tome9111991
2199ae77c8
🐛 Fix E3V2 (CrealityUI) position display ()
Followup to , 
2021-10-27 14:58:32 -05:00
thinkyhead
de6dfc9abc [cron] Bump distribution date (2021-10-27) 2021-10-27 01:02:46 +00:00
Scott Lahteine
65dfc407a5 🚸 Tweaks to UBL G29 Q 2021-10-26 19:36:16 -05:00
woisy00
9338b7f06e
🐛 Fix AUTOTEMP bug (thermal runaway) ()
Regression from 9823a37
2021-10-26 18:05:34 -05:00
thinkyhead
79626062d0 [cron] Bump distribution date (2021-10-26) 2021-10-26 00:59:45 +00:00
tombrazier
73875cf9cc
🚸 Default T0 for M569, M906, M913 () 2021-10-25 16:29:40 -05:00
Keith Bennett
90716eb7ce Octopus Pro V1.0 with STM32F429ZGT6 () 2021-10-25 15:53:37 -05:00
ellensp
b619a71844 🐛 Fix børken E_DUAL_STEPPER_DRIVERS () 2021-10-25 15:53:37 -05:00
Miguel Risco-Castillo
70863058cd 🐛 Fix Ender-3 V2 Enhanced SetFlow () 2021-10-25 15:53:32 -05:00
Lefteris Garyfalakis
5ef0468251
🚸 E3V2 Enhanced cosmetic fixes () 2021-10-25 01:06:13 -05:00
InsanityAutomation
d79ea20dcd
Creality v2.4.S1 (Ender 7) board () 2021-10-25 00:39:48 -05:00
Dennis
f6c7fbd1ab
🐛 Fix JyersUI current positions (scaling) () 2021-10-25 00:35:11 -05:00
tombrazier
444f27dfa0
🐛 Add USE_TEMP_EXT_COMPENSATION options () 2021-10-25 00:33:40 -05:00
Scott Lahteine
f8968ed13c 🐛 More explicit allocation of solenoids
In reference to 
2021-10-24 23:43:28 -05:00
Scott Lahteine
6a6bf0fd1b 🔧 Fewer alerts about Z_SAFE_HOMING 2021-10-24 23:43:28 -05:00
thinkyhead
22d3a993e7 [cron] Bump distribution date (2021-10-25) 2021-10-25 01:03:57 +00:00
thinkyhead
e5e872c2e2 [cron] Bump distribution date (2021-10-24) 2021-10-24 01:02:51 +00:00
thinkyhead
3ec0213dbc [cron] Bump distribution date (2021-10-23) 2021-10-23 01:04:09 +00:00
tombrazier
9c055621a0
🐛 Fix probe temp compensation maths () 2021-10-22 15:56:05 -05:00
tome9111991
de3c563a99
🐛 Fix SHOW_REMAINING_TIME option for JyersUI () 2021-10-22 11:16:07 -05:00
Keith Bennett
9a19ea50d8
BigTreeTech TFT35 SPI V1.0 () 2021-10-22 10:52:31 -05:00
ellensp
f62890d889
🐛 Fix E3V2 width/height defines () 2021-10-21 23:57:30 -05:00
thinkyhead
a309a9535d [cron] Bump distribution date (2021-10-22) 2021-10-22 01:12:18 +00:00
thinkyhead
566ce56a2d [cron] Bump distribution date (2021-10-21) 2021-10-21 01:08:58 +00:00
thinkyhead
a05b66a950 [cron] Bump distribution date (2021-10-20) 2021-10-20 01:05:51 +00:00
Augusto Zanellato
a6a838084d
Eryone Ery32 mini (STM32F103VET6) board () 2021-10-19 10:24:22 -05:00
Mike La Spina
52edc543bd
🩹 Fix pragma ignored for older GCC () 2021-10-19 06:05:23 -05:00
Scott Lahteine
5f7c92dfbb
🎨 Refactor MOSFET pins layout () 2021-10-19 05:59:48 -05:00
Scott Lahteine
1f3f9cb68c 🎨 Pragma GCC cleanup 2021-10-19 05:52:41 -05:00
Scott Lahteine
e77df72300 🎨 Fix pinsDebug_list warnings 2021-10-19 05:51:49 -05:00
Scott Lahteine
f8ec8e5bf6 💡 Sub-include pins labels 2021-10-19 04:03:44 -05:00
thinkyhead
3a77894efd [cron] Bump distribution date (2021-10-19) 2021-10-19 01:06:11 +00:00
Jason Smith
357fb8d984
🐛 Fix max chamber fan speed () 2021-10-18 03:11:16 -05:00
Keith Bennett
7bab1c92e7
🐛 Fix I2C EEPROM SDA/SCL aliases with SKR Mini E3 V2 () 2021-10-18 02:57:54 -05:00
ellensp
ec57879c59
🐛 Fix MMU1 compile () 2021-10-18 02:54:20 -05:00
Keith Bennett
d3a84bc584
BTT Octopus Pro V1.0 (STM32F446ZET6) () 2021-10-18 02:51:01 -05:00
Mike La Spina
28e2c358d1
🎨 Suppress type warning () 2021-10-18 02:40:47 -05:00
Scott Lahteine
2e0bde37d7 🎨 Add MKS UI goto_previous_ui 2021-10-18 02:05:13 -05:00
Scott Lahteine
ad4a8a68c2 Warn about dummy thermistors 2021-10-18 01:54:51 -05:00
InsanityAutomation
b93c3301f2
Fix JyersUI ZOffset Multiplication () 2021-10-18 00:03:01 -06:00
InsanityAutomation
d2b0939118
Fix Tool Change Park () 2021-10-18 00:01:28 -06:00
Scott Lahteine
741e70541d 🚸 Tweak MKS UI G-code console 2021-10-17 22:08:45 -05:00
Scott Lahteine
d685cbd5c3 🎨 Fix up MKS UI defines 2021-10-17 20:24:53 -05:00
thinkyhead
cd0ee8c34d [cron] Bump distribution date (2021-10-18) 2021-10-18 01:06:10 +00:00
Scott Lahteine
bc567e7b49 🔧 Safety feature warnings 2021-10-17 16:56:01 -05:00
thinkyhead
3c94f2f1c3 [cron] Bump distribution date (2021-10-17) 2021-10-17 01:02:43 +00:00
thinkyhead
babb3d7b4c [cron] Bump distribution date (2021-10-16) 2021-10-16 01:07:57 +00:00
Scott Lahteine
9d72cbf84b 💡 Update old gnu.org links 2021-10-15 15:07:47 -05:00
InsanityAutomation
95662d3aed
Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN () 2021-10-15 14:56:59 -05:00
Scott Lahteine
ee28a14e8e 🎨 Refactor Host Actions as singleton 2021-10-15 00:24:08 -05:00
ellensp
de5aefd09e
🔧 Add, update TFT sanity checks () 2021-10-14 20:38:03 -05:00
thinkyhead
1143535664 [cron] Bump distribution date (2021-10-15) 2021-10-15 01:05:59 +00:00
thinkyhead
5d665d5e1e [cron] Bump distribution date (2021-10-14) 2021-10-14 01:01:39 +00:00
InsanityAutomation
8e4953514c
️ Formbot ST7920 delays, intentional X2 pins ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-10-12 22:19:05 -05:00
Dmytro
bf91bd5eee
🎨 Update MKS UI for no bed, extruder ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-10-12 21:45:00 -05:00
Keith Bennett
f58934c4ef
🐛 Fix MKS Robin Pro 1.0 LCD reset pin () 2021-10-12 21:06:39 -05:00
Keith Bennett
8ce2254aa6
🔧 Remove obsolete G34 sanity check () 2021-10-12 21:05:37 -05:00
ellensp
02dc7a6387
🐛 Fix G33 homing current () 2021-10-12 20:28:45 -05:00
Keith Bennett
3f9ff2421f
🐛 Fix SKR Mini E3 V2 I2C-based EEPROM ()
Followup to 
2021-10-12 20:26:42 -05:00
thinkyhead
332ef9939c [cron] Bump distribution date (2021-10-13) 2021-10-13 01:07:25 +00:00
mks-viva
a7519ecca9
MKS Eagle (STM32F407VET6) board () 2021-10-12 20:01:18 -05:00
InsanityAutomation
15ebe45f36
🐛 Fix IDEX + DISABLE_INACTIVE_EXTRUDER () 2021-10-12 18:40:56 -05:00
thinkyhead
769948bb4d [cron] Bump distribution date (2021-10-12) 2021-10-12 01:05:49 +00:00
Stuart Pittaway
ad14b5052c
M261 S I2C output format ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-10-11 17:42:29 -05:00
thinkyhead
90fa48ffd5 [cron] Bump distribution date (2021-10-11) 2021-10-11 01:03:10 +00:00
thinkyhead
0c86cc89f0 [cron] Bump distribution date (2021-10-10) 2021-10-10 01:03:22 +00:00
InsanityAutomation
b3fd0a5050
🐛 Fix IDEX Duplication Mode Positioning ()
Fixing 
2021-10-09 18:13:19 -05:00
Minims
33809ae000
🩹 Adjust GTR 1.0 ST7920 display delay () 2021-10-09 18:10:21 -05:00
Tanguy Pruvot
886c59dc10
🐛 Queue string followup () 2021-10-09 18:05:24 -05:00
Pyro-Fox
13bb2393e1
🐛 LCD string followup () 2021-10-09 17:09:50 -05:00
thinkyhead
bd6a1a2898 [cron] Bump distribution date (2021-10-09) 2021-10-09 00:59:22 +00:00
thinkyhead
1ec399c6ab [cron] Bump distribution date (2021-10-08) 2021-10-08 01:05:32 +00:00
thinkyhead
1f41437052 [cron] Bump distribution date (2021-10-07) 2021-10-07 01:03:32 +00:00
ellensp
f79d1f114c
🎨 Define Octopus allocated endstop pins ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-10-06 15:42:59 -05:00
Scott Lahteine
9922410a73 🔨 Port libsdl2_net required for macOS simulator 2021-10-05 23:05:22 -05:00
Scott Lahteine
149cbe795d 🎨 Tweak FORCE_INLINE 2021-10-05 23:05:22 -05:00
Scott Lahteine
e52c30d43a 🐛 Followup to F() in config_line
Followup to 1dafd1887e
2021-10-05 23:05:22 -05:00
thinkyhead
ca7ab6e13f [cron] Bump distribution date (2021-10-06) 2021-10-06 01:02:35 +00:00
Mark
4e9ae9449f
ESP32 Panda_ZHU and Panda_M4 () 2021-10-04 23:23:02 -05:00
Scott Lahteine
f395198e14 🔨 Move Creality 4.2.2 warning 2021-10-04 22:17:59 -05:00
Scott Lahteine
e8459ae63c 🐛 ExtUI F() followups
Followup to 12b5d997a2
2021-10-04 22:00:00 -05:00
thinkyhead
d5cb30524e [cron] Bump distribution date (2021-10-05) 2021-10-05 01:01:31 +00:00
ellensp
b919bdbf0b
🩹 Fix EXTRUDER 0 compile warning () 2021-10-04 01:12:19 -05:00
Sebastien Andrivet
2d08afe456
🐛 Fix ExtUI Pause messages () 2021-10-04 01:06:49 -05:00
Scott Lahteine
65b950a489 🎨 Apply F() to kill / sendinfoscreen 2021-10-04 00:26:29 -05:00
Scott Lahteine
d1938d54ed 🎨 Apply F() to MKS UI errors, assets 2021-10-04 00:26:29 -05:00
Scott Lahteine
1dafd1887e 🎨 Apply F() to various reports 2021-10-04 00:26:29 -05:00
Scott Lahteine
d7fede3a63 🎨 Apply F() to G-code report header 2021-10-04 00:26:29 -05:00
Scott Lahteine
eeffac697c 🎨 Apply F() to UTF-8/MMU2 string put 2021-10-04 00:26:29 -05:00
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
520b97083e 🎨 Apply F() to serial macros 2021-10-04 00:26:29 -05:00
Scott Lahteine
417e2530eb 🎨 Apply F() to G-code suite and queue 2021-10-04 00:26:29 -05:00
Scott Lahteine
64a919da2a 🎨 Apply F() to E3V2 titles, popups 2021-10-04 00:26:29 -05:00
Scott Lahteine
59dac3a7e4 🎨 Apply F() to G-code subcommands 2021-10-04 00:26:29 -05:00
Scott Lahteine
23f10563e0 🎨 Update F string declarations 2021-10-04 00:26:29 -05:00
ellensp
cb9fafd4f3
🐛 Fix Arduino IDE compile error () 2021-10-04 00:25:45 -05:00
Scott Lahteine
54d400608d
🎨 Axis name string interpolation, with examples () 2021-10-04 00:24:41 -05:00
Scott Lahteine
eb784d6e55 🎨 Rename MarlinUI::zoffset_overlay 2021-10-03 22:31:54 -05:00
thinkyhead
97295c552d [cron] Bump distribution date (2021-10-04) 2021-10-04 01:05:57 +00:00
VragVideo
9bb562f40a
WYH L12864 LCD (Alfawise Ex8) () 2021-10-02 22:12:51 -05:00
thinkyhead
e4d8290be3 [cron] Bump distribution date (2021-10-03) 2021-10-03 01:06:58 +00:00
thinkyhead
e27b1e5d58 [cron] Bump distribution date (2021-10-02) 2021-10-02 01:00:08 +00:00
thinkyhead
ea0169f2bc [cron] Bump distribution date (2021-10-01) 2021-10-01 01:05:30 +00:00
thinkyhead
d3ed21b10e [cron] Bump distribution date (2021-09-30) 2021-09-30 01:05:47 +00:00
Steven Haigh
c6ceac9067
🚑️ Fix DWIN_CompletedLeveling ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-09-29 11:22:46 -05:00
Malderin
732e59b412
🐛 E3V2 Mesh Viewer followup () 2021-09-28 20:20:03 -05:00
thinkyhead
90b0e16ec0 [cron] Bump distribution date (2021-09-29) 2021-09-29 00:58:41 +00:00
Scott Lahteine
f2ba845dad 🎨 Condense reverse-protection code 2021-09-28 06:47:49 -05:00
Scott Lahteine
33e0855e2c
️ Handle shared enable pins () 2021-09-28 01:07:51 -05:00
thinkyhead
eda8e9c8dd [cron] Bump distribution date (2021-09-28) 2021-09-28 01:01:32 +00:00
Miguel Risco-Castillo
8ab02df63a
E3V2 (Enhanced) Mesh Viewer () 2021-09-27 14:47:47 -05:00
Malderin
8f9e56afb9
🚸 MKS UI LVGL bed preheat presets () 2021-09-27 14:13:38 -05:00
Sola
5dce8d0a84
🚸 Fix MKS LVGL UI temperature set interface () 2021-09-27 14:08:29 -05:00
espr14
228eb9c404
🎨 steps_to_mm => mm_per_step () 2021-09-27 14:05:52 -05:00
Tanguy Pruvot
f73175d826
🚸 TFT backlight PWM / brightness () 2021-09-27 14:01:47 -05:00
ellensp
942b76082c
🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-09-27 10:17:00 -05:00
thinkyhead
3329e07bd9 [cron] Bump distribution date (2021-09-27) 2021-09-27 01:00:10 +00:00