Commit Graph

20120 Commits

Author SHA1 Message Date
ellensp
7aa0454712 📝 Link to archived RA Control Panel page (#25424) 2024-01-02 11:22:08 +01:00
Giuliano Zaro
18aa56fa63 🌐 Update Italian language (#25309) 2024-01-02 11:22:08 +01:00
Roman Moravčík
9c4de0056a 🌐 Update Slovak language (#25305) 2024-01-02 11:22:08 +01:00
ellensp
47c00a59bd 🧑‍💻 Add IA_CREALITY CI test (#25434) 2024-01-02 11:22:07 +01:00
Scott Lahteine
e77686cfd9 🔨 Use 'build_src_filter' 2024-01-02 11:22:07 +01:00
Scott Lahteine
18a55a58f5 🔨 Fix thread-unsafe deque iteration 2024-01-02 11:22:03 +01:00
ellensp
3d4c6e5ca3 🐛 Fix MKS Robin Nano 1.3 F4 pin collision (#25838) 2024-01-02 11:21:55 +01:00
ellensp
94b4bd5c1e 🔧 Update thermocouple 2 pin sanity check (#25627) 2024-01-02 11:21:55 +01:00
ellensp
effeb5a4f2 🩹 Fix MARLIN_F446Zx_TRONXY variant (#25659)
Followup to 9be1554f
2024-01-02 11:21:55 +01:00
Chris Pepper
0935cdf7eb 🩹 Fix SD partitionTable packing (#25648) 2024-01-02 11:21:55 +01:00
Jason Smith
7f53cb3ce6 🎨 Suppress M122 sign warning (#25613) 2024-01-02 11:21:54 +01:00
Eduard Sukharev
4287eb83d2 🐛 Fix long filename read/report (#25509) 2024-01-02 11:21:54 +01:00
John Robertson
49ea4714fe 🔧 Sanity-check PRINTCOUNTER_SAVE_INTERVAL + ESP32 I2S Exp (#25527)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2024-01-02 11:21:54 +01:00
Keith Bennett
979313597a 🐛 Fix Anet ET4 SD_SS_PIN (#25492) 2024-01-02 11:21:54 +01:00
Scott Lahteine
25f3acab4c ️ Exit from ISR on AVR already does sei
Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com>
2024-01-02 11:21:54 +01:00
Keith Bennett
aec1322585 BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ (#25387, #25495, #25535) 2024-01-02 11:21:54 +01:00
Sion Williams
d57586b6a5 🔨 VSCode + Devcontainer support (#22420) 2024-01-02 11:21:53 +01:00
alextrical
094c9c38e4 🐛 Fix Flash EEPROM for STM32G0B1CB (#25469) 2024-01-02 11:21:53 +01:00
Hans-Christian Ebke
9b7acf8f40 🐛 Fix apply_power for SPINDLE_SERVO (#25465) 2024-01-02 11:21:53 +01:00
tombrazier
d8e232b120 🐛 Fix LA retract/feedrate edge case (#25445)
Followup to #25442
2024-01-02 11:21:53 +01:00
Scott Lahteine
fe7a60dc91 🔨 Improve config.ini example fetch 2024-01-02 11:21:53 +01:00
Scott Lahteine
29b392fa01 🌐 Regenerate language data 2024-01-02 11:21:53 +01:00
Scott Lahteine
bc915a2bb8 🧑‍💻 Script to make non-accented languages 2024-01-02 11:21:53 +01:00
Scott Lahteine
5a50118884 🔨 Update font scripts 2024-01-02 11:21:53 +01:00
ellensp
e55d4c9bfc 🔧 Fix Sensorless Probe sanity-check err (#25417) 2024-01-02 11:21:53 +01:00
tombrazier
27edbb21d3 🐛 Fix Linear Advance E position tracking (#25442)
Fix regression from #24951
2024-01-02 11:21:53 +01:00
tombrazier
32e0662783 🐛 Fix ISR_SHAPING_LOOP_CYCLES (#25335) 2024-01-02 11:21:52 +01:00
ellensp
bbf3083af6 🔨 Fix 'step' type in createTemperatureLookupMarlin.py (#25455) 2024-01-02 11:21:52 +01:00
Keith Bennett
1d6da05b6b 🔨 Fix env STM32G0B1RE_btt, add …_manta_btt (#25431) 2024-01-02 11:21:52 +01:00
Scott Lahteine
32ebc98f66 🎨 Use LIMIT macro 2024-01-02 11:21:52 +01:00
Guðni Már Gilbert
37287b234d ️ Reduce edit_screen code size (#25420) 2024-01-02 11:21:52 +01:00
Scott Lahteine
65443c3b15 🔧 Fix Einsy Rambo TMC driver check 2024-01-02 11:21:52 +01:00
tombrazier
0bd007abe6 🐛 Fix AVR maths used by Stepper (#25338) 2024-01-02 11:21:41 +01:00
ellensp
1de5d24780 🔨 Encrypt some MKS Robin (#25349) 2024-01-02 11:21:41 +01:00
Scott Lahteine
da0307daba 🧑‍💻 Fix preheat tests (nested macro limit ~256)
Followup to #25407
2024-01-02 11:21:41 +01:00
ellensp
cb6135f8f0 🔧 Sanity-check hotend max / preheat temps (#25407)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2024-01-02 11:21:41 +01:00
ellensp
fd20299a5d 📺 Update Re-ARM VIKI2 SPI pins (#25411) 2024-01-02 11:21:41 +01:00
Scott Lahteine
19ebcac9e3 🚸 Interruptible PLR (#25395) 2024-01-02 11:21:41 +01:00
ellensp
0325a0335c 🐛 Fix FastPWM calculations (#25343)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2024-01-02 11:21:41 +01:00
Trevin Small
42b7aa50ef ✏️ Fix README typo (#25388) 2024-01-02 11:21:41 +01:00
Scott Lahteine
ea122a1ce1 🎨 Tweak VALIDATE_MESH_TILT 2024-01-02 11:21:41 +01:00
Frederik Kemner
ea198b2cf3 🚸 SPI endstops for X/Y Dual and Core (#25371) 2024-01-02 11:21:41 +01:00
Radek
68621d7cb9 📝 Fix BTT_MINI_12864_V1 comment (#25366) 2024-01-02 11:21:40 +01:00
Scott Lahteine
ef96d439c8 🔨 Suppress native build warnings 2024-01-02 11:21:40 +01:00
EvilGremlin
b8913b19af 🔨 Adjust INI comments (#25183) 2024-01-02 11:21:40 +01:00
Scott Lahteine
f58ebcbbc1 🩹 Extra axis min home with Delta Sensorless Probe 2024-01-02 11:21:40 +01:00
Scott Lahteine
c023781f41 🩹 Extra axes for Tool Change 2024-01-02 11:21:40 +01:00
Scott Lahteine
002b48a52a 🩹 Various simple fixes 2024-01-02 11:21:40 +01:00
Scott Lahteine
f7f50a267a 🩹 Safe Bed Leveling updates 2024-01-02 11:21:40 +01:00
Scott Lahteine
7429633b29 🩹 Misc. extra axis updates 2024-01-02 11:21:40 +01:00