1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-02 16:59:03 +00:00
Commit Graph

439 Commits

Author SHA1 Message Date
alextrical
5004159550
🔨 Clarify env error (#25915) 2023-06-02 11:32:43 -05:00
Scott Lahteine
ea63ac8f4d
🩹 Fix TFT LVGL compile error (#25865)
Fixes regression from #24302
2023-05-21 08:38:42 -05:00
I3DBeeTech
a886906f01
I3DBEEZ9 board (#25614) 2023-05-18 03:23:29 -05:00
Scott Lahteine
74a6f5961b 🔨 Fix Windows path backslash treated as escape
Co-Authored-By: Luc <8822552+luc-github@users.noreply.github.com>
2023-05-18 03:10:26 -05:00
ellensp
2e24637bd6
"One Click" Print newest file (#25781)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-05-14 20:48:55 -05:00
Scott Lahteine
e41dc273c9 🔧 Update config.ini and script 2023-05-12 20:30:49 -05:00
Scott Lahteine
79b0f31585
🔨 Use 'build_src_filter' (#25810) 2023-05-11 19:39:30 -05:00
ellensp
f80e706fad
🔨 MKS Robin2 PIO Env (#25792) 2023-05-08 06:54:46 -05:00
Scott Lahteine
e1f6435d44
Creality STM32F401RE board (e.g., Ender-5 S1) (#25773) 2023-05-02 17:59:27 -05:00
Scott Lahteine
4812ed5053 🎨 Misc. code cleanup 2023-05-01 22:18:22 -05:00
Martin Turski
9a7d9e6995
🧑‍💻 Optimize PlatformIO source filtering (#25332)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-04-27 07:05:24 -05:00
Giuliano Zaro
f5a905a641 TEMP_SENSOR_SOC (#25642)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-04-24 23:41:26 -05:00
Scott Lahteine
5664c02d07 🧑‍💻 Generalize SDSUPPORT as HAS_MEDIA
In preparation for single- and multi-volume refactoring.
2023-04-22 22:43:09 -05:00
ellensp
19b4ae862b
🩹 Correctly add JSON to mc.zip (#25706) 2023-04-18 19:50:11 -05:00
Giuliano Zaro
cc35cb3876
🐛 Fix Configuration Embedding (#25688) 2023-04-15 20:26:08 -05:00
Scott Lahteine
c8cb618fac 🔨 Improve runout script check 2023-04-13 04:59:43 -05:00
ellensp
12d6043d86
🩹 Fix MARLIN_F446Zx_TRONXY variant (#25659)
Followup to 9be1554f
2023-04-10 04:16:52 -05:00
Scott Lahteine
cd5dc7203c ♻️ LCD_PINS_ENABLE => LCD_PINS_EN 2023-04-08 14:24:58 -05:00
Scott Lahteine
836c8ce5e5 🎨 Detab some build files 2023-04-07 01:54:07 -05:00
Scott Lahteine
c2decc3e2e 🔨 Fix thread-unsafe deque iteration 2023-03-26 20:56:37 -05:00
Scott Lahteine
2e4bf0ab9b
🎨 Rename FAN_PIN to FAN0_PIN (#25568) 2023-03-25 18:20:14 -05:00
George Fu
927915a4e6 🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins (#24635)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-03-18 05:15:33 -05:00
Liam Powell
8c64fdd091 🔨 Fix STM32H723Vx_btt for case-sensitive (#25535) 2023-03-18 05:15:33 -05:00
Michael Hill
c914761327
Sovol v1.3.1 (Sovol SV06) (#25267) 2023-03-18 00:56:07 -05:00
Scott Lahteine
10983d0cfe
🎨 Misc. tramming menu cleanup (#25519) 2023-03-15 00:29:37 -05:00
Keith Bennett
4527908c11
BTT Octopus … followup (#25495)
Followup to #25387
2023-03-11 19:44:56 -06:00
Keith Bennett
28b101ccef
BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ (#25387)
BTT Octopus Max EZ V1.0 (STM32H723VE/ZE), SKR V3.0 / V3.0 EZ (STM32H723VG)
2023-03-10 17:56:33 -06:00
alextrical
33ed748004
🐛 Fix Flash EEPROM for STM32G0B1CB (#25469) 2023-03-05 16:28:50 -06:00
Scott Lahteine
894e378702 🔨 Improve config.ini example fetch 2023-02-28 18:03:21 -06:00
Keith Bennett
1068963092
🔨 Fix env STM32G0B1RE_btt, add …_manta_btt (#25431) 2023-02-26 21:03:28 -06:00
Scott Lahteine
9e42480855 🔨 Fix marlin_custom.* without lib_deps 2023-02-21 18:22:16 -06:00
Scott Lahteine
f595878b5b 🩹 Various simple fixes 2023-02-08 20:42:41 -06:00
Keith Bennett
2bc711ce58
BigTreeTech Manta M4P, M5P, M8P V1.0 / 1.1, E3 EZ (#25001) 2023-02-08 00:39:09 -06:00
Darren Garnier
d0a965a1df
🔨 Fix config.ini URL fetch (#25313) 2023-01-30 22:00:49 -06:00
Scott Lahteine
5af5c2a35c 🔨 Improve config.ini parser 2023-01-11 01:22:59 -06:00
Ashley 'DrToxic' Devine
e60a7d8292
🎨 Misc. cleanup (#25194)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2023-01-05 17:06:35 -06:00
ellensp
f17f921b68
🔨 FILAMENT_RUNOUT_SCRIPT sanity check (#25150) 2022-12-30 21:44:51 -06:00
ellensp
78de7c8545
BTT Octopus with STM32-F407 (#25031) 2022-12-16 15:01:14 -06:00
alextrical
72465e4eec
BigTreeTech EBB42 v1.1 (#24964) 2022-12-16 14:45:14 -06:00
Bart Meijer
049cfe659c
SAMD21 HAL / Minitronics v2.0 (#24976) 2022-12-12 15:36:50 -06:00
Alexander Gavrilenko
aaae56a650
TFT_COLOR_UI async DMA SPI (#24980) 2022-12-12 15:13:31 -06:00
Scott Lahteine
6d1d5e4e6a 🔨 Fix CI Test clean step (2) 2022-12-04 15:35:45 -06:00
Scott Lahteine
4d03c258dc 🔨 Fix CI Test clean step 2022-12-03 20:46:58 -06:00
Scott Lahteine
9be1554faf 🎨 Misc. variant cleanup, translation
Followup to #24787
2022-10-19 21:02:25 -05:00
ellensp
1aa0ece8a4
Tronxy v10 (#24787) 2022-10-17 22:41:41 -05:00
Scott Lahteine
b577691b7b 🎨 Misc. variant cleanup 2022-10-12 17:53:42 -05:00
Scott Lahteine
93139e757c 🧑‍💻 Use spaces indent for Python 2022-10-12 17:52:56 -05:00
EvilGremlin
26d01c5f2c
MKS SKIPR board (#24791) 2022-10-11 18:31:37 -05:00
Adam
6cc11b76fd
🩹 Fix Switching Toolhead compile (#24814) 2022-10-01 11:49:12 -05:00
ellensp
a8f650079b
🔨 Detect feature parsing error (#24824) 2022-10-01 11:35:47 -05:00
Chris Bagwell
9467b68608
🧑‍💻 STM32G0B1RE Pins Debugging (#24748) 2022-09-16 13:30:04 -05:00
George Fu
50f79823d2
FYSETC SPIDER KING407 (#24696) 2022-09-13 12:28:38 -05:00
ellensp
3c449b220f
BTT SKR Mini E3 V3.0.1 (#24722) 2022-09-13 12:27:16 -05:00
Scott Lahteine
d23ab529d8 🔨 Outdent py string 2022-09-06 17:53:36 -05:00
JoaquinBerrios
2b23bdce70
️ BTT SKR V3.0 / EZ = 480MHz (#24721) 2022-09-06 01:39:02 -05:00
dmitrygribenchuk
83aac65664
🔨 Clean up Python imports (#24736) 2022-09-05 13:19:19 -05:00
ButchMonkey
c46ed8f57d
🔨 Fix config.ini custom items, and 'all' (#24720) 2022-09-04 23:48:58 -05:00
ButchMonkey
328f6d9aff
🔨 Fix configuration.py with encoding UTF-8 (#24719)
- Opening files with Windows-1252 encoding.
2022-09-04 15:10:22 -05:00
Stephen Hawes
35d4791518
Opulo LumenPnP REV04 (#24718) 2022-09-03 20:55:37 -05:00
EvilGremlin
2a1c2e26ed
Robin Nano v1 CDC (USB mod) (#24619) 2022-08-22 10:31:02 -05:00
Scott Lahteine
34f3e5bd88 🎨 Some automated cleanup 2022-08-20 06:41:31 -05:00
Scott Lahteine
306e03b03b 🧑‍💻 Use spaces indent for Python 2022-08-19 11:10:42 -05:00
Scott Lahteine
e701e0bb25 🔨 Misc. schema updates 2022-08-19 11:09:07 -05:00
Scott Lahteine
ce26fccc3e 🔨 Add args to schema.py 2022-08-17 07:32:43 -05:00
Scott Lahteine
b8bd331efd 🔨 Misc. config py updates 2022-08-16 09:42:38 -05:00
Scott Lahteine
c2874ca809 🔨 Update schema ignores, export value 2022-08-14 03:58:03 -05:00
Scott Lahteine
1a1db10634 🔨 Fix 'val' value in schema.py 2022-08-07 20:42:33 -05:00
Scott Lahteine
9c86ca3a19 🔧 Schema catch missing pip 2022-08-06 03:53:21 -05:00
Ivan Kravets
5b4af52d04
🔨 Fix a PlatformIO debug issue (#24569) 2022-08-06 01:17:46 -05:00
J.C. Nelson
7f10f8932e 🔨 Trigorilla Pro disk based update (#24591) 2022-08-06 00:17:27 -05:00
Scott Lahteine
becef39c19 🩹 Fix CONFIGURATION_EMBEDDING
Followup to b7fd046d59
2022-08-05 19:23:49 -05:00
Scott Lahteine
b7fd046d59 🔧 Add date, version to Config Export 2022-08-04 17:50:41 -05:00
Scott Lahteine
1bed10c380
🔧 Config INI, dump options (#24528) 2022-08-04 02:38:15 -05:00
Scott Lahteine
7f72e78520
🔨 Simplify scripts with pathlib (#24574) 2022-08-01 01:14:58 -05:00
Scott Lahteine
8ccbac5317 🎨 PIO scripts cleanup 2022-07-27 03:52:03 -05:00
Scott Lahteine
edeea5a6fb 🔨 Minor build script changes 2022-07-22 21:49:29 -05:00
Scott Lahteine
33d261141a 🔨 Also update rm for settings.o 2022-07-15 18:47:25 -05:00
Scott Lahteine
0f5703a837 🔨 PlatformIO "--target upload" == "--target exec" 2022-07-14 21:56:13 -05:00
Scott Lahteine
de0706e52c 🔨 Fix Warnings.cpp force-recompile 2022-07-14 21:08:07 -05:00
Bob Kuhn
3f4e4a4d89
🔥 Drop STM L64** drivers, STEVAL_3DP001V1 (#24427) 2022-07-13 22:16:22 -05:00
Scott Lahteine
3c3c9f1a8e 🧑‍💻 Update Mac Sim directions 2022-07-12 13:25:41 -05:00
Scott Lahteine
068624a726
📌 Ask for PlatformIO 6.1.1 or newer (#24435) 2022-07-12 13:02:54 -05:00
Scott Lahteine
d60a280bc5 🧑‍💻 Add Sim debug with lldb 2022-07-10 22:00:10 -05:00
EvilGremlin
e94fa7d5dc
🔨 Fix OpenBLT encode; no-bootloader envs (#24446) 2022-07-03 20:49:23 -05:00
Scott Lahteine
f5488f96cc 📝 Index Mobo Rev03 => Opulo Lumen Rev3 2022-06-30 17:31:45 -05:00
Bob Kuhn
12a869e2ad 🐛 Fix Lerdge build / encrypt (#24391)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2022-06-23 23:59:50 -05:00
Scott Lahteine
2b3ba02f09 🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING 2022-06-03 18:16:43 -05:00
Keith Bennett
12aded95dc
💚 SKR V3 case-sensitive fs fix (#24272) 2022-06-02 07:14:38 -05:00
BIGTREETECH
eda61a2cbd
BigTreeTech SKR3 - STM32H743 (#24271)
Co-authored-by: Alan.Ma <alansayyeah@gmail.com>
2022-06-02 04:02:06 -05:00
ellensp
639b1f64c6
Revert "Firmware upload…" (#24229) 2022-05-23 02:39:50 -05:00
ellensp
c1ff38c7a0 🚸 Firmware upload destination prompt (using Tk) (#24074) 2022-05-22 22:00:58 -05:00
Scott Lahteine
22c5bd7eae 🔨 Move, tweak maple envs 2022-05-20 11:22:57 -05:00
ellensp
6a880280e4
🔨 Require PIO >= 6.0.1 (#24205) 2022-05-19 09:15:57 -05:00
Scott Lahteine
38f4d8abfc Add BOARD_CREALITY_V24S1_301F4
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com>
2022-05-12 21:18:06 -05:00
InsanityAutomation
64ebb78892
Creality CR-10 SmartPro (#24151)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2022-05-12 05:38:05 -05:00
Scott Lahteine
84b9de9a19 🔨 Fix g++ locator for CI 2022-05-12 02:17:16 -05:00
Scott Lahteine
3bf768f925 🔨 OpenOCD Debug for VSCode 2022-05-09 17:34:26 -05:00
Scott Lahteine
505ab1bb62 🔨 Use first g++ in path for 'native' targets 2022-05-05 19:36:51 -05:00
ellensp
367c11dfa2
🐛 Fix STM32 Pins Debugging (#22896) 2022-04-21 04:06:22 -05:00
Scott Lahteine
7ff5e02f6b 🔨 Fix LPC176x debug build
See #23635
2022-04-10 03:45:36 -05:00