Scott Lahteine
09d0b4d152
🔖 Version 2.1.2.1
2023-07-01 19:19:17 -05:00
Giuliano Zaro
862d0e9d5d
🐛 Fix G2/G3 limiting_speed ( #25988 )
2023-07-01 19:19:17 -05:00
Scott Lahteine
cbdc01ef1a
🩹 Prevent Z drop with G28 X/Y
2023-05-29 19:23:24 -05:00
Scott Lahteine
2dffa3994d
🩹 Fix TFT LVGL compile error ( #25865 )
...
Fixes regression from #24302
2023-05-21 08:43:15 -05:00
Scott Lahteine
09247e7ea9
🚸 Improve EEPROM validation ( #25860 )
2023-05-19 23:31:15 -05:00
Scott Lahteine
62a7bba225
🩹 Fix null pwm_details
2023-05-18 19:53:15 -05:00
Scott Lahteine
ce38260dfb
🩹 Improve edit menu rounding
2023-05-17 00:33:18 -05:00
Scott Lahteine
3ad9c0b98c
🧑💻 ftdi_language
2023-05-17 00:33:18 -05:00
Scott Lahteine
a0fd588797
📌 TH3D EZBoard SD_DETECT_PIN 27
2023-05-17 00:33:18 -05:00
Chris Bagwell
876f996691
🔧 Fix SHAPING_MIN_FREQ check ( #25358 )
2023-05-17 00:33:18 -05:00
Scott Lahteine
dba521a9fb
🧑💻 M43 updates
2023-05-17 00:33:18 -05:00
Giuliano Zaro
50ad323567
🔧 Move SOFT_PWM_SCALE fallback to cpp ( #25800 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-05-17 00:33:18 -05:00
Scott Lahteine
03149b973e
🚸 Faster default Marlin feedrate
2023-05-17 00:33:18 -05:00
ellensp
6e91f3608b
🔨 MKS Robin2 PIO Env ( #25792 )
2023-05-17 00:33:18 -05:00
Scott Lahteine
0708275c6a
🎨 Move G28O inside ProUI
2023-05-17 00:33:18 -05:00
Scott Mikutsky
a2040bae21
🐛 Fix STM32 USB disconnect behavior ( #25762 )
2023-05-17 00:33:18 -05:00
Scott Lahteine
b6c27fbbdb
🔧 Fix X2/Y2 axis pins check
2023-05-17 00:33:18 -05:00
Scott Lahteine
b2acd51bc2
🔧 Move MMU section
2023-05-17 00:33:18 -05:00
Scott Lahteine
6d46a4924c
🩹 Fix TFT sanity error
2023-05-17 00:33:18 -05:00
Scott Lahteine
d959e3b0c4
🧑💻 Use NUM_AXIS_ARRAY
2023-05-17 00:33:18 -05:00
Scott Lahteine
f48467b2e3
🔨 Servo Timer 1 with STM32F103RC_fysetc ( #25741 )
2023-05-17 00:33:18 -05:00
Scott Lahteine
a9c476c55e
🔧 Update config.ini script
2023-05-17 00:33:18 -05:00
Scott Lahteine
61d1ce7d2e
🧑💻 Change HAL_PATH macro for easier HAL relocation ( #25743 )
2023-05-17 00:33:18 -05:00
Scott Lahteine
3c9e8e1e60
🔧 Extra axis endstop defaults
2023-05-17 00:33:18 -05:00
Anson Liu
d5548556d3
🔨 Prevent SlowSoftWire + Wire name conflict ( #25707 )
2023-05-17 00:33:18 -05:00
Scott Lahteine
44b06d7561
📝 Developer note in boards.h
2023-05-17 00:33:18 -05:00
Scott Lahteine
ffe47a0197
🚸 Improve PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED ( #25681 )
2023-05-17 00:33:18 -05:00
Scott Lahteine
6a12937dec
🩹 Fix UBL safe measure move with extra axes
...
Followup to 7e79fc5b
2023-05-17 00:33:18 -05:00
Alexey D. Filimonov
00c96dc3cd
🎨 Clean up TFT Color UI display items ( #25712 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-05-17 00:33:18 -05:00
Keith Bennett
7fb92f4e64
🚸 Permit G38 with Core ( #25713 )
2023-05-17 00:33:18 -05:00
Jay Robson
a93b3c1222
🐛 Fix G38 with Z, support 9 axes ( #25691 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-05-17 00:33:18 -05:00
Keith Bennett
d75e016f3a
🔧 Check renamed LIN_ADVANCE_K ( #25710 )
2023-05-17 00:33:18 -05:00
ellensp
5426759a37
🩹 Correctly add JSON to mc.zip ( #25706 )
2023-05-17 00:33:18 -05:00
Scott Lahteine
a5b5db4819
🧑💻 Minor SpindleLaser::set_enabled tweak
2023-05-17 00:33:18 -05:00
Alexey D. Filimonov
15671a46d2
🩹 Fix Spindle/Laser ENA pin test ( #25622 )
2023-05-17 00:33:18 -05:00
Bob Kuhn
f62d47a165
🩹 Fix laser with no PWM compile ( #25290 )
2023-05-17 00:33:18 -05:00
Dennis Lawler
5b8be446a0
🚸 Echo G30 out-of-bounds ( #25671 )
2023-05-17 00:33:18 -05:00
Giuliano Zaro
df7d13a4d0
🩹 Bail on 'mc.zip' write error ( #25695 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-05-17 00:33:18 -05:00
ellensp
8592035474
🔨 Fix, clean up STM32F1 envs ( #25697 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-05-17 00:33:18 -05:00
Giuliano Zaro
5a3806633a
🐛 Fix Configuration Embedding ( #25688 )
2023-05-17 00:33:18 -05:00
ellensp
0ece7ca66d
🩹 Status / Host Prompt followup ( #25720 )
...
Followup to #25679
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-05-17 00:33:17 -05:00
Scott Lahteine
2fb47afa4a
🧑💻 HostUI::continue_prompt method
2023-05-17 00:33:17 -05:00
Scott Lahteine
d2e84e8446
🧑💻 Status Message cleanup
2023-05-17 00:33:17 -05:00
Scott Lahteine
3340491f90
🧑💻 JyersUI code cleanup
2023-05-17 00:33:17 -05:00
Scott Lahteine
d3991011e4
🧑💻 Apply simplified ?:
2023-05-17 00:33:17 -05:00
Scott Lahteine
02178bdcaf
🔧 Trigorilla / Chiron updates
...
Followup to c3f34e4e
2023-05-17 00:33:17 -05:00
Scott Lahteine
8bc6f7707d
🔨 Improve runout script check
2023-05-17 00:33:17 -05:00
Scott Lahteine
141cfdde2c
🩹 Fix AUTOFAN_CASE
...
Followup to #25554
2023-05-17 00:33:17 -05:00
Scott Lahteine
4781d57912
🔧 Move FIL_RUNOUT_PIN for Chiron + GLCD
2023-05-17 00:33:17 -05:00
Scott Lahteine
6ebbfa832c
🧑💻 Clarify G28 R / R0
2023-05-17 00:33:17 -05:00
Scott Lahteine
cbbcc01b47
🚸 Minor M43 improvements
2023-05-17 00:33:17 -05:00
David Fries
b5ccd65fb5
⚡ ️ Skip a redundant BLTouch::command ( #25656 )
2023-05-17 00:33:17 -05:00
Scott Lahteine
cf1f56f132
🔧 Move TFT sanity checks
2023-05-17 00:33:17 -05:00
Scott Lahteine
1e2de0e036
🎨 Detab some build files
2023-05-17 00:33:17 -05:00
Scott Lahteine
cf28f48481
🎨 Apply const ( #25643 )
2023-05-17 00:33:17 -05:00
ellensp
69e8f2ee99
🚸 Support CoreXY without Z ( #25630 )
2023-05-17 00:33:17 -05:00
Scott Lahteine
2be9f98b9f
📝 Update Ender # labels
2023-05-17 00:33:17 -05:00
Scott Lahteine
c2c1ff8da9
🧑💻 Update pinsformat.js
2023-05-17 00:33:17 -05:00
Scott Lahteine
e24087478d
🐛 Ensure root for 'M503 C'
2023-05-17 00:33:17 -05:00
Giuliano Zaro
641295032f
🌐 Update Italian language ( #25587 )
2023-05-17 00:33:17 -05:00
Scott Lahteine
466ce0b8d2
🩹 Fix displayed mix percentages
2023-05-17 00:33:17 -05:00
Scott Lahteine
59a2cb032f
🩹 Fix Ender-3 V2 with no fan
2023-05-17 00:33:17 -05:00
Chris Pepper
85e28f3123
🔨 MarlinSimUI updates ( #25589 )
2023-05-17 00:33:17 -05:00
John Unland
bbb75ab9b3
🔨 Improve Docker local tests support ( #25583 )
2023-05-17 00:33:17 -05:00
Andrew
637cd952ca
🎨 Remove unused ProUI : UBLValidMesh ( #25591 )
2023-05-16 19:54:19 -05:00
Scott Lahteine
d04b3ff802
🔧 Fix up WiFi options ( #25586 )
2023-05-16 19:54:19 -05:00
Scott Lahteine
51b33ccf90
🔨 INI Updates
...
Co-Authored-By: Martin Turski <turningtides@outlook.de >
2023-05-16 19:54:19 -05:00
Eduard Sukharev
f452df047d
🐛 Fix M23 long filename support ( #25540 )
2023-05-16 19:53:15 -05:00
Scott Lahteine
cd0bfcd3f2
🧑💻 Auto Fan / Cooler Fan updates ( #25554 )
2023-05-16 19:53:15 -05:00
Keith Bennett
bcf30988cb
🩹 Fix Touch Calibration first point ( #25298 )
2023-05-16 19:53:15 -05:00
Scott Lahteine
a40e17d94b
🎨 Timer tweaks
2023-05-16 19:53:15 -05:00
ellensp
d66f4baba6
🩹 Fix Chitu3D V6 default probe pin ( #25552 )
2023-05-16 19:53:15 -05:00
Scott Lahteine
26cb2d5b08
🩹 Update TRONXY_V10 SPI_FLASH pins
2023-05-16 19:53:15 -05:00
Scott Lahteine
376e940ae9
🎨 LPC_SOFTWARE_SPI => SOFTWARE_SPI
...
Co-Authored-By: Martin Turski <turningtides@outlook.de >
2023-05-16 19:53:15 -05:00
Scott Lahteine
ebe3fe0818
🎨 Pins header comments
...
Co-Authored-By: Martin Turski <turningtides@outlook.de >
2023-05-16 19:53:15 -05:00
Martin Turski
0d7e30bcd8
🩹 Reset touch screen calibration on failure ( #25334 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-05-16 19:53:15 -05:00
Scott Lahteine
accfab85a2
🎨 calibration_stage => stage
2023-05-16 19:53:15 -05:00
Scott Lahteine
d68ad9e0b1
🩹 Fix a serial_ternary
2023-05-16 19:53:15 -05:00
ellensp
70c8859e7f
🩹 Fix Ender 2 stock LCD ( #25538 )
2023-05-16 19:53:15 -05:00
George Fu
980fba810d
🐛 Fix FYSETC Cheetah v2.0 Servo/Probe pins ( #24635 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-05-16 19:53:15 -05:00
Scott Lahteine
d0bdb9c281
⚡ ️ Misc. optimizations
2023-05-16 19:53:15 -05:00
Davide Rombolà
821d7969f4
🎨 Suppress warning ( #25529 )
2023-05-16 19:53:15 -05:00
Scott Lahteine
dcbba65962
🧑💻 More IntelliSense-friendly declares
2023-05-16 19:53:15 -05:00
Michael Hill
5c3dd467c7
✨ Sovol v1.3.1 (Sovol SV06) ( #25267 )
2023-05-16 19:53:15 -05:00
dwzg
e50980e32b
🩹 Fix DWIN MarlinUI Fan/E/XY ( #25502 )
2023-05-16 19:53:15 -05:00
Scott Lahteine
c3b037e0f3
🩹 Fan Menu / Status fixes
...
Followup to #21888
2023-05-16 19:53:15 -05:00
Abdullah YILMAZ
71e6f701f3
🌐 Update Turkish language ( #25447 )
2023-05-16 19:53:15 -05:00
Giuliano Zaro
7f9f922d84
🌐 Update Italian language ( #25454 )
2023-05-16 19:53:14 -05:00
Scott Lahteine
197b3198b5
📝 Fix a comment
2023-05-16 19:53:14 -05:00
jamespearson04
e03dfb8ca1
🐛 Fix UBL 'G29 J' mesh tilt ( #25453 )
...
Fix regression from #24214
2023-05-16 19:53:14 -05:00
Marcio T
cba3b2c527
🚸 Improve CocoaPress Touch UI ( #25446 )
2023-05-16 19:53:14 -05:00
ellensp
a9a6d1f716
📝 Link to archived RA Control Panel page ( #25424 )
2023-05-16 19:53:14 -05:00
Giuliano Zaro
61ccd4599e
🌐 Update Italian language ( #25309 )
2023-05-16 19:53:14 -05:00
Roman Moravčík
bab847809c
🌐 Update Slovak language ( #25305 )
2023-05-16 19:53:14 -05:00
ellensp
011087731a
🧑💻 Add IA_CREALITY CI test ( #25434 )
2023-05-16 19:53:14 -05:00
Scott Lahteine
b7ee06bb29
🔨 Use 'build_src_filter'
2023-05-16 19:52:39 -05:00
Scott Lahteine
5f8df0aa21
🔨 Fix thread-unsafe deque iteration
2023-05-16 15:50:05 -05:00
ellensp
b338159f9d
🐛 Fix MKS Robin Nano 1.3 F4 pin collision ( #25838 )
2023-05-16 13:56:13 -05:00
ellensp
2399a24466
🔧 Update thermocouple 2 pin sanity check ( #25627 )
2023-04-10 05:18:36 -05:00
ellensp
d05acb7626
🩹 Fix MARLIN_F446Zx_TRONXY variant ( #25659 )
...
Followup to 9be1554f
2023-04-10 04:20:48 -05:00
Chris Pepper
81d4f8f26a
🩹 Fix SD partitionTable packing ( #25648 )
2023-04-10 04:20:48 -05:00
Jason Smith
b0c3db67f0
🎨 Suppress M122 sign warning ( #25613 )
2023-04-10 04:18:49 -05:00
Eduard Sukharev
ea6430ddf6
🐛 Fix long filename read/report ( #25509 )
2023-04-07 18:14:07 -05:00
John Robertson
ccb4d11696
🔧 Sanity-check PRINTCOUNTER_SAVE_INTERVAL + ESP32 I2S Exp ( #25527 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-04-07 18:12:07 -05:00
Keith Bennett
176ecf4f82
🐛 Fix Anet ET4 SD_SS_PIN ( #25492 )
2023-04-07 18:10:46 -05:00
Scott Lahteine
3ec5d6da6e
⚡ ️ Exit from ISR on AVR already does sei
...
Co-Authored-By: tombrazier <68918209+tombrazier@users.noreply.github.com >
2023-04-07 18:10:45 -05:00
Keith Bennett
75aa880b63
✨ BTT Octopus Max EZ 1.0, SKR 3.0 / 3.0 EZ ( #25387 , #25495 , #25535 )
2023-04-07 18:10:45 -05:00
Sion Williams
a50ff5d7c7
🔨 VSCode + Devcontainer support ( #22420 )
2023-04-07 17:56:54 -05:00
alextrical
504f09f944
🐛 Fix Flash EEPROM for STM32G0B1CB ( #25469 )
2023-04-07 17:55:46 -05:00
Hans-Christian Ebke
aae1102c54
🐛 Fix apply_power for SPINDLE_SERVO ( #25465 )
2023-04-07 17:55:46 -05:00
tombrazier
a40ff1357e
🐛 Fix LA retract/feedrate edge case ( #25445 )
...
Followup to #25442
2023-04-07 17:53:06 -05:00
Scott Lahteine
dfd1fb736d
🔨 Improve config.ini example fetch
2023-04-07 17:50:00 -05:00
Scott Lahteine
6d8c9f6ed1
🌐 Regenerate language data
2023-04-07 17:50:00 -05:00
Scott Lahteine
db0c8b31f7
🧑💻 Script to make non-accented languages
2023-04-07 17:50:00 -05:00
Scott Lahteine
0e3d951872
🔨 Update font scripts
2023-04-07 17:46:21 -05:00
ellensp
22e6365b2f
🔧 Fix Sensorless Probe sanity-check err ( #25417 )
2023-04-07 17:45:43 -05:00
tombrazier
abd710b5d6
🐛 Fix Linear Advance E position tracking ( #25442 )
...
Fix regression from #24951
2023-04-07 17:44:39 -05:00
tombrazier
d5c312cff0
🐛 Fix ISR_SHAPING_LOOP_CYCLES ( #25335 )
2023-04-07 17:41:52 -05:00
ellensp
64f9c17f3b
🔨 Fix 'step' type in createTemperatureLookupMarlin.py ( #25455 )
2023-04-07 17:41:52 -05:00
Keith Bennett
bac334c74e
🔨 Fix env STM32G0B1RE_btt, add …_manta_btt ( #25431 )
2023-04-07 17:36:33 -05:00
Scott Lahteine
071d54ec70
🎨 Use LIMIT macro
2023-04-07 17:35:39 -05:00
Guðni Már Gilbert
c4ac8a2573
⚡ ️ Reduce edit_screen code size ( #25420 )
2023-04-07 17:35:39 -05:00
Scott Lahteine
53698b8f62
🔧 Fix Einsy Rambo TMC driver check
2023-04-07 17:35:39 -05:00
Scott Lahteine
d5d497f2c5
🔨 Fix marlin_custom.* without lib_deps
2023-04-07 17:34:13 -05:00
tombrazier
e65e38afaf
🐛 Fix AVR maths used by Stepper ( #25338 )
2023-04-07 17:32:30 -05:00
ellensp
9d56b7f073
🔨 Encrypt some MKS Robin ( #25349 )
2023-04-07 17:29:53 -05:00
Scott Lahteine
1748abde0a
🧑💻 Fix preheat tests (nested macro limit ~256)
...
Followup to #25407
2023-04-07 17:28:37 -05:00
ellensp
7afd823aa5
🔧 Sanity-check hotend max / preheat temps ( #25407 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-04-07 17:28:37 -05:00
ellensp
4a1cbffbe5
📺 Update Re-ARM VIKI2 SPI pins ( #25411 )
2023-04-07 17:28:37 -05:00
Scott Lahteine
94780bbb54
🚸 Interruptible PLR ( #25395 )
2023-04-07 17:28:37 -05:00
ellensp
838df37efd
🐛 Fix FastPWM calculations ( #25343 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-04-07 17:28:37 -05:00
Trevin Small
7a8c9847e6
✏️ Fix README typo ( #25388 )
2023-04-07 17:28:37 -05:00
Scott Lahteine
50f4e6b270
🎨 Tweak VALIDATE_MESH_TILT
2023-04-07 17:22:46 -05:00
Frederik Kemner
db8f501dfe
🚸 SPI endstops for X/Y Dual and Core ( #25371 )
2023-04-07 17:22:46 -05:00
Radek
255bc3c90c
📝 Fix BTT_MINI_12864_V1 comment ( #25366 )
2023-04-07 17:19:49 -05:00
Scott Lahteine
38c4c7f4b1
🔨 Suppress native build warnings
2023-04-07 17:18:17 -05:00
EvilGremlin
fecb66779a
🔨 Adjust INI comments ( #25183 )
2023-04-07 17:18:17 -05:00
Scott Lahteine
f7485cea60
🩹 Extra axis min home with Delta Sensorless Probe
2023-04-07 17:18:17 -05:00
Scott Lahteine
a49d286118
🩹 Extra axes for Tool Change
2023-04-07 17:18:17 -05:00
Scott Lahteine
59c8857564
🩹 Various simple fixes
2023-04-07 17:18:17 -05:00
Scott Lahteine
6e38ec3a3e
🩹 Safe Bed Leveling updates
2023-04-07 17:18:17 -05:00
Scott Lahteine
93c61b1ba8
🩹 Misc. extra axis updates
2023-04-07 17:17:25 -05:00
Scott Lahteine
87d7449952
🩹 Use 'M205 D' when 'B' is an axis
2023-04-07 17:15:17 -05:00
Scott Lahteine
98c9ecd5c5
🔧 Add a test for extra axes
2023-04-07 17:01:32 -05:00
Keith Bennett
8976bc5605
✨ BigTreeTech Manta M4P, M5P, M8P V1.0 / 1.1, E3 EZ ( #25001 )
2023-04-07 17:01:32 -05:00
Victor Oliveira
e3cff7a28a
🧑💻 General 'MediaFile' type alias ( #24424 )
2023-04-07 17:01:32 -05:00
vyacheslav-shubin
4000db2be3
🧑💻 Add SD Card 'hide' method for dev usage ( #22425 )
2023-04-07 17:01:32 -05:00
Keith Bennett
f9621e2e8e
📝 Fix Z*_ENDSTOP_ADJUSTMENT comments ( #25295 )
2023-04-07 17:01:32 -05:00
kg333
1a184e5a82
📺 Melzi v4 with BTT SKR Mini E3 ( #25321 )
2023-04-07 17:01:32 -05:00
Martin Turski
6e427350db
🔨 Fix test build path with spaces ( #25329 )
2023-04-07 17:01:32 -05:00
Bob Kuhn
79e23752ae
🔧 Fix SD sorting sanity checks ( #25318 )
2023-04-07 17:01:32 -05:00
Scott Lahteine
858de4ff3f
🔧 Fix build with no Y axis ( #25311 )
2023-04-07 16:49:35 -05:00
Bob Kuhn
bac0b35b85
🩹 Fix G61 axis parameters with no offset ( #25312 )
2023-04-07 16:48:57 -05:00
Darren Garnier
60f3857662
🔨 Fix config.ini URL fetch ( #25313 )
2023-04-07 16:46:17 -05:00
avionix-g
b3c004eed9
🐛 Fix MKS board Ultipanel support ( #25278 )
2023-04-07 16:44:22 -05:00
xBiohazardx
9e755a25c7
✏️ Fix probe invert flag ( #25282 )
2023-04-07 16:43:19 -05:00
Scott Lahteine
0d831183ba
🔧 Refine Input Shaping check ( #25280 )
2023-04-07 16:39:22 -05:00
Scott Lahteine
0ed083aba8
SDIO retry, hsd clock, etc.
2023-04-07 16:33:39 -05:00
Scott Lahteine
2c39f84888
🔧 Overridable Stepper EN init
2023-04-07 16:33:15 -05:00
Bob Kuhn
b7e421610f
🐛 Fix Ender-2 Stock Display with Melzi ( #25258 )
2023-04-07 16:30:56 -05:00
MarkMan0
536e8a7d1e
🐛 Fix, Refactor PID scaling ( #25096 )
2023-04-07 16:28:42 -05:00
John Robertson
8c3425811a
🐛 Fix potential I2S buffer overwrite ( #25113 )
2023-04-07 16:26:13 -05:00
Scott Lahteine
dd892c6e75
🎨 Heading cleanup
2023-04-07 16:25:33 -05:00
Scott Lahteine
947a9cb000
🎨 Language / menu cleanup
2023-04-07 16:25:33 -05:00
Scott Lahteine
62487c67b6
✏️ ProUI followup
2023-04-07 16:25:33 -05:00
Scott Lahteine
6cf085d724
🔧 Added MOTHERBOARD error text
2023-04-07 16:20:37 -05:00
Scott Lahteine
c3c6432be4
🎨 Misc. formatting
2023-04-07 16:16:28 -05:00
Scott Lahteine
e7c4a86830
🧑💻 Fix D5 warning
2023-01-23 01:36:10 -06:00
Scott Lahteine
dd518f0ce1
🐛 Fix homing_needed_error
2023-01-23 01:36:10 -06:00
Scott Lahteine
d62119ea5b
🔧 Input Shaping sanity checks
2023-01-12 05:24:27 -06:00
Scott Lahteine
71cb723746
🩹 Fix Sim with USE_WATCHDOG disabled
2023-01-12 05:24:27 -06:00
Scott Lahteine
58d94f407b
🔨 Improve config.ini parser
2023-01-12 05:24:17 -06:00
Alex Z
82f7c373c5
🐛 Fix Chitu V6 Z_STOP_PIN ( #25227 )
2023-01-12 05:24:06 -06:00
Miguel Risco-Castillo
1e9e92368f
🚸 ProUI updates ( #25176 )
2023-01-12 05:22:17 -06:00
Sebastien BLAISOT
9a22c21b5b
🐛 Fix Neopixel 1 startup ( #25203 )
2023-01-12 05:20:53 -06:00
Vlad Popescu
885b553416
🩹 Fix E3V2 MarlinUI XYZ frame ( #25206 )
2023-01-12 05:20:27 -06:00
Richard Layton
9ff2818ce4
📝 Linux Sim apt-get line ( #25208 )
2023-01-12 05:20:22 -06:00
Richard Layton
5ff467c8c0
📝 More native.ini docs ( #25201 )
2023-01-12 05:20:02 -06:00
ellensp
f16fdd7814
🩹 Update MKS_GEN_13 MOSFET pins ( #25126 )
2023-01-12 05:20:02 -06:00
ellensp
e872b575f8
🩹 Replace pow() with _BV() ( #25186 )
2023-01-12 05:20:02 -06:00
Mike Bignell
8b5014f264
🩹 Fix missing IS_MELZI ( #25190 )
2023-01-12 05:20:02 -06:00
Ashley 'DrToxic' Devine
9ff1c30745
🎨 Misc. cleanup ( #25194 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2023-01-12 05:20:02 -06:00
Vovodroid
a286daf697
🚸 Attach USB media ( #25120 )
2023-01-12 05:20:02 -06:00
Scott Lahteine
9383c2aa76
🧑💻 Add Temperature::is_above_target
2023-01-12 05:20:02 -06:00
Scott Lahteine
58e9dc0cbf
🎨 Rename *_temp_error to *temp_error
2023-01-12 05:20:02 -06:00
Timothy Hoogland
5e69a3dbf4
🩹 Remove extraneous EZBoard V1 autofans ( #25182 )
2023-01-03 18:53:19 -06:00
Scott Lahteine
c990a35bb0
🎨 Misc. IS cleanup
2023-01-03 04:20:20 -06:00
Giuliano Zaro
f2017d4111
🚸 MarlinUI edit steps/mm to 2 decimal places ( #25144 )
2023-01-03 04:20:20 -06:00
ellensp
c5f95bfe97
🧑💻 Fix type warning ( #25149 )
2023-01-03 04:20:20 -06:00
ellensp
f13d7f27d1
🔨 FILAMENT_RUNOUT_SCRIPT sanity check ( #25150 )
2023-01-03 04:20:20 -06:00
Lukas Erlacher
b1099b1c65
🔧 Add H8 to Creality 4.2.2 stepper warning ( #25154 )
2023-01-03 04:20:20 -06:00
Lukas Erlacher
44e20d2d6a
🚸 Z Servo Probe is HAS_STOWABLE_PROBE ( #25158 )
2023-01-03 04:20:20 -06:00
Timothy Hoogland
c54c8c2254
🩹 Remove extraneous EZBoard V2 autofans ( #25166 )
2023-01-03 04:20:20 -06:00
Scott Lahteine
bcb0a370a5
🚸 Hide IS menu while busy
2023-01-03 04:20:20 -06:00
Vlad Popescu
da43218d76
🐛 Avoid lambda for menu items ( #25169 )
2023-01-03 04:20:20 -06:00
Stefan Kalscheuer
d71a60a14b
🐛 Fix Mesh Bed Leveling Z correction ( #25122 )
2023-01-03 04:20:15 -06:00
Keith Bennett
246f001521
📝 Fix Configs URL ( #25167 )
2022-12-30 21:06:35 -06:00
Scott Lahteine
a039081728
🧑💻 Fix ONBOARD_FLASH_SIZE
2022-12-20 21:15:14 -06:00
Scott Lahteine
3334582f86
🔖 Version 2.1.2
2022-12-19 14:42:28 -06:00
Scott Lahteine
b2d72de494
📝 Update 2.1.x README
2022-12-19 14:41:09 -06:00
Scott Lahteine
cfa747ed08
🧑💻 M593 F "min" freq
2022-12-18 15:49:20 -06:00
Scott Lahteine
92b2076dda
🐛 Fix Melzi encoder
2022-12-18 15:49:20 -06:00
Scott Lahteine
eff6c407a5
🩹 Fix LCD_FOR_MELZI with Tronxy Melzi
2022-12-17 22:17:38 -06:00
EvilGremlin
569bbb18d0
🐛 Fix DOGM time overflow, alignment ( #25103 )
2022-12-17 22:17:38 -06:00
ellensp
471330b56e
🎨 Suppress warning ( #25101 )
2022-12-17 22:17:38 -06:00
ellensp
2a724bd94e
✨ BTT Octopus with STM32-F407 ( #25031 )
2022-12-17 22:17:38 -06:00
alextrical
cea2ab1d7f
✨ BigTreeTech EBB42 v1.1 ( #24964 )
2022-12-17 22:17:38 -06:00
ils15
5198a55457
🔧 Use multi-XYZ 'STOP' pins for MIN/MAX ( #24855 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-17 22:17:38 -06:00
Scott Lahteine
cbb56e3536
✨ Robin Nano v1 CDC (USB mod)
...
Followup to #24619
2022-12-17 22:17:38 -06:00
Dipl.-Ing. Raoul Rubien, BSc
b3f4eaf6fd
🩹 Fix M115_GEOMETRY_REPORT ( #25092 )
2022-12-16 14:23:26 -06:00
ellensp
7815b20051
🩹 Inverted probe pin flag (K8400) ( #25085 )
2022-12-16 14:23:26 -06:00
Scott Lahteine
ffbf6acd6c
🩹 Fix M502 init of default motion
...
Fix regression from #25035
2022-12-16 14:23:26 -06:00
alextrical
8bafc1d9ae
🩹 Use custom I2C pins for OLED ( #24970 )
2022-12-16 14:23:26 -06:00
Bart Meijer
ac05f0cb8b
✨ SAMD21 HAL / Minitronics v2.0 ( #24976 )
2022-12-16 14:23:26 -06:00
Alexander Gavrilenko
ec6349f2ac
✨ TFT_COLOR_UI async DMA SPI ( #24980 )
2022-12-16 14:23:26 -06:00
Scott Lahteine
d082223fee
📝 Replace Twitter with Fosstodon
2022-12-16 14:23:26 -06:00
Simon Pilepich
e07a059b2d
🔧 Anycubic alternate Z1/Z2 wiring ( #25071 )
2022-12-16 14:23:26 -06:00
Krzysztof Błażewicz
313716e7fc
✨ JyersUI TMC Settings ( #25048 )
2022-12-16 14:23:26 -06:00
Keith Bennett
726555901c
🔧 Custom Menu Sanity Check ( #25079 )
2022-12-16 14:23:26 -06:00
Scott Lahteine
3ad684b10b
🔨 Updated 'mfconfig init'
2022-12-16 14:23:26 -06:00
ellensp
408a53bcdd
🔨 No env:mega1280 for MIGHTYBOARD_REVE ( #25080 )
2022-12-16 14:23:26 -06:00
tombrazier
eae339b8dc
⚡ ️ Better IS buffer size calc ( #25035 )
2022-12-16 14:23:25 -06:00
Vovodroid
79b88471f0
✨ Two controller fans ( #24995 )
2022-12-16 14:23:25 -06:00
ellensp
86a3362bf6
📌 Pins updates for Longer LK5, etc. ( #25012 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-16 14:23:25 -06:00
EvilGremlin
0efeedf262
🚸 Progress display followup ( #24879 )
2022-12-16 14:23:25 -06:00
Sebastien BLAISOT
c86f20010d
✨ M150 S default index ( #23066 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-16 14:23:25 -06:00
Scott Lahteine
5a97ffc414
🔨 Return error on mftest exit
2022-12-16 14:23:25 -06:00
Scott Lahteine
2737286021
📝 Update config comments
2022-12-16 14:23:25 -06:00
ellensp
86a10dc459
🐛 Fix Fast PWM on AVR ( #25030 )
...
Followup to #25005
2022-12-16 14:23:25 -06:00
kisslorand
ecdf07f055
✏️ Fix missing ) ( #25055 )
2022-12-16 14:23:25 -06:00
Scott Lahteine
686ce0c0e2
🔨 Fix CI Test clean step (2)
2022-12-16 14:23:25 -06:00
Scott Lahteine
3c550e0f19
🎨 Misc. cleanup
2022-12-16 14:23:25 -06:00
Scott Lahteine
071dae0c28
🔨 Fix CI Test clean step
2022-12-16 14:23:25 -06:00
tombrazier
df2a2488a8
🐛 Fix TMC5160 + Input Shaping overcurrent ( #25050 )
2022-12-16 14:23:25 -06:00
Taylor Talkington
c3090bd4e8
🩹 Ender 3v2 DWIN MarlinUI Fixup ( #24984 )
2022-12-16 14:23:25 -06:00
Scott Lahteine
0fadb56150
🎨 Trailing whitespace
2022-12-16 14:23:25 -06:00
ellensp
eb125c95b6
🔨 Update renamed.ini ( #25042 )
2022-12-16 14:23:25 -06:00
ellensp
26edeefeb9
🩹 Fix MSG_MOVE_N_MM substitution ( #25043 )
2022-12-16 14:23:25 -06:00
kisslorand
96b8c28376
🚸 G30 move to logical XY ( #24953 )
2022-12-16 14:23:25 -06:00
Scott Lahteine
db3865520f
🎨 Misc. cleanup
2022-12-16 14:23:25 -06:00
Scott Lahteine
51c1645ceb
🧑💻 Use spaces indent for Python
2022-12-16 14:23:25 -06:00
トトも
5eb39d5277
📝 Formatted Team Overview ( #25029 )
2022-12-16 14:23:25 -06:00
Scott Lahteine
0537e78572
🐛 Fix G-code resend race condition
...
As pointed out in #24972 by @silycr, but simplified.
2022-12-16 14:23:25 -06:00
Taylor Talkington
95019bf526
✨ Ender-3 V2 DWIN for BTT Octopus V1.1 ( #24983 )
2022-12-16 14:23:25 -06:00
Chris Bagwell
6f5ad55953
⚡ ️ More SCURVE cycles on unoptimized cortex-m0 ( #24955 )
2022-12-16 14:23:25 -06:00
tombrazier
57f6c93192
⚡ ️ Input Shaping improvements ( #24951 )
2022-12-16 14:23:25 -06:00
Trivalik
d2ece1e713
🐛 Fix missing va_end in UnwPrintf ( #25027 )
2022-12-16 14:23:25 -06:00
studiodyne
12017887f4
🐛 Fix MILLISECONDS_PREHEAT_TIME / mintemp ( #24967 )
2022-12-16 14:23:25 -06:00
Marcio T
3a28a1fd1d
🩹 Fix ADVANCE_K + DISTINCT_E_FACTORS sanity check ( #25007 )
2022-12-16 14:23:25 -06:00
Manuel McLure
360e03797f
🔧 Merge TMC26X with TMC config ( #24373 )
2022-12-16 14:23:25 -06:00
Radek
6185b50dbe
🐛 Fix SKR mini E2 V2 + BTT_MINI_12864_V1 ( #24827 )
...
See https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/686#issuecomment-1296545443
2022-12-16 14:23:25 -06:00
Vasily Evseenko
b2b8407a75
🍻 Fix Z increase on toolchange without UBL ( #22942 )
2022-12-16 14:23:25 -06:00
ellensp
c1684a1dbe
🩹 Fix UBL menu compile ( #25020 )
2022-12-16 14:23:25 -06:00
mikemerryguy
7d0f1dd17c
🚸 Add 50mm manual move ( #24884 )
2022-12-16 14:23:25 -06:00
Thomas Buck
b6051fe847
🚸 Optional Cutter/Laser status for HD44780 ( #25003 )
2022-12-16 14:23:25 -06:00
Tanguy Pruvot
b9bed1ca69
🚸 COLOR_UI sleep timeout / setting ( #24994 )
2022-12-16 14:23:25 -06:00
ellensp
b8ba9d60bb
🔧 Fix TPARA (…SCARA, DELTA) settings ( #25016 )
2022-12-16 14:23:25 -06:00
Tanguy Pruvot
8fd42eeeb6
✏️ Fix Robin nano env typo ( #24993 )
2022-12-16 14:23:25 -06:00
ellensp
19b73a6f29
📺 FYSETC_MINI_12864_2_1 with BTT_SKR_E3_DIP ( #24986 )
2022-12-16 14:23:25 -06:00
ellensp
db60e0e7dc
🩹 Fix planner typo ( #24977 )
2022-12-16 14:23:25 -06:00
ellensp
505d73d2ba
🐛 MKS_MINI_12864 on SKR 1.3 needs FORCE_SOFT_SPI ( #24850 )
2022-12-16 14:23:25 -06:00
EvilGremlin
d05419a8d9
🔧 Check Delta homing direction ( #24865 )
2022-12-16 14:23:25 -06:00
phigjm
9772f7806b
🩹 Fix SERVICE_INTERVAL reset ( #24888 )
2022-12-16 14:23:25 -06:00
Marcio T
473d2b888a
Fix FAST_PWM_FAN / TouchUI with NO_MOTION_BEFORE_HOMING ( #25005 )
...
Fix regressions from #20323 , #23463
2022-12-16 14:23:25 -06:00
ellensp
968f04defb
🩹 Fix 2 thermocouples ( #24982 )
...
Followup to #24898
2022-12-16 14:23:25 -06:00
Scott Lahteine
30a885a7ef
🐛 Fix M808 starting count
...
Reported by adcurtin on Discord
2022-12-16 14:23:25 -06:00
Justin Hartmann
847391cfc1
🩹 Fix Overlord compile ( #24947 )
2022-12-16 14:23:25 -06:00
Pascal de Bruijn
6ea192abe9
🚸 M306: Indicate MPC Autotune ( #24949 )
2022-12-16 14:23:25 -06:00
ellensp
0de4ec4099
🩹 Allow max endstops MKS Monster 8 V2 ( #24944 )
2022-12-16 14:23:25 -06:00
Scott Lahteine
c9fa680db9
🐛 Fix Anycubic / Trigorilla pins, etc. ( #24971 )
2022-12-16 14:23:25 -06:00
Scott Lahteine
379d388b07
🎨 Prefer axis element over index
2022-12-16 14:23:25 -06:00
Scott Lahteine
7002e72f1c
🩹 Fix EEPROM write for !LIN_ADVANCE
...
Fixes #24963
Followup to #24821
2022-12-16 14:23:25 -06:00
Scott Lahteine
fc2f3cdf40
🩹 MAX Thermocouple followup
...
Followup to #24898
2022-12-16 14:23:25 -06:00
Scott Lahteine
7feeffdf06
🩹 leds.update needed for reset_timeout
...
Followup to #23590
2022-12-16 14:23:25 -06:00
Scott Lahteine
ac5464c37c
🧑💻 More direct encoder spin
2022-12-16 14:23:25 -06:00
Scott Lahteine
a121c80e1a
🎨 Update SAMD51 headers
2022-12-16 14:23:25 -06:00
Scott Lahteine
2778b00765
🎨 Format some lib-uhs3 code
2022-12-16 14:23:25 -06:00
ellensp
4737af7d70
📌 ZRIB V52-V53 Servo Pins ( #24880 )
2022-12-16 14:23:25 -06:00
InsanityAutomation
38375cf7a7
✨ Tenlog MB1V23 IDEX board ( #24896 )
2022-12-16 14:23:25 -06:00
Giuliano Zaro
ddec5faf5a
🌐 Update Italian language ( #24915 )
2022-12-16 14:23:25 -06:00
ellensp
cbdafd36e0
📌 Remove unused RX/TX pins ( #24932 )
2022-12-16 14:23:25 -06:00
Keith Bennett
9f5b0b8567
🔧 Update Display Sleep LCD Check ( #24934 )
2022-12-16 14:23:25 -06:00
Justin Hartmann
d9ffae6578
🩹 Buttons Followup ( #24935 )
...
Followup to #24878
2022-12-16 14:23:25 -06:00
Scott Lahteine
1540e8e1d4
🩹 Allow for last non-servo extruder
2022-12-16 14:23:25 -06:00
ellensp
9a4715f31a
🐛 Fix move_extruder_servo ( #24908 )
2022-12-16 14:23:25 -06:00
InsanityAutomation
a9969d92ea
🐛 Fix FTDUI Status Screen Timeout ( #24899 )
2022-12-16 14:23:25 -06:00
Manuel McLure
d87d7474c9
🩹 Fix spurious "bad command" ( #24923 )
2022-12-16 14:23:25 -06:00
Scott Lahteine
4ce2f1e5ba
🩹 Fix M593 report
2022-12-16 14:23:25 -06:00
kurtis-potier-geofabrica
44636f3b74
🚸 Up to 3 MAX Thermocouples ( #24898 )
2022-12-16 14:23:24 -06:00
Scott Lahteine
e812540f26
🔧 Clean up unused ESP_WIFI pins
2022-12-16 14:23:24 -06:00
tombrazier
c1f0f26bff
🚀 ZV Input Shaping ( #24797 )
2022-12-16 14:23:24 -06:00
Scott Lahteine
5765449867
🔨 gcc-12 for macOS native
2022-12-16 14:23:24 -06:00
InsanityAutomation
c8b2d0c0fd
✨ Controllerfan PWM scaling, kickstart ( #24873 )
2022-12-16 14:23:24 -06:00
silycr
bdd5da5098
🚸 Probe pins for Chitu V5 ( #24910 )
2022-12-16 14:23:24 -06:00
ellensp
4d9bf91edc
🔧 Some STM32 UART Sanity Checks ( #24795 )
2022-12-16 14:23:24 -06:00
Scott Lahteine
682a9b6fbe
🎨 Misc. variant cleanup, translation
...
Followup to #24787
2022-12-16 14:23:24 -06:00
InsanityAutomation
a913b2437b
🐛 Fix Print Timer stop with MarlinUI abort ( #24902 )
2022-12-16 14:23:24 -06:00
ellensp
6b1d738995
🔧 No Native USB on AVR ( #24906 )
2022-12-16 14:23:24 -06:00
Scott Lahteine
dd224b4eb9
🧑💻 Pins and debug list cleanup ( #24878 )
2022-12-16 14:23:24 -06:00
Scott Lahteine
2e2abbcb48
🎨 CONF_SERIAL_IS => SERIAL_IN_USE
2022-12-16 14:23:24 -06:00
ellensp
485fb77596
✨ Tronxy v10 ( #24787 )
2022-12-16 14:22:44 -06:00
Keith Bennett
29294007ef
🔧 No Sleep for CR-10 Stock Display ( #24875 )
2022-12-16 14:22:44 -06:00
karliss
256ac01ca2
🐛 Fix compile without Y/Z ( #24858 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-16 14:22:44 -06:00
Keith Bennett
ca1968a842
🔧 Check Sensorless Homing on all axes ( #24872 )
2022-12-16 14:22:44 -06:00
InsanityAutomation
6a084e3704
🐛 Fix bed/chamber PID P edit ( #24861 )
2022-12-16 14:22:44 -06:00
Scott Lahteine
9ae0789166
🎨 HAS_SPI_FLASH => SPI_FLASH
2022-12-16 14:22:44 -06:00
Dan Royer
031ff2d024
🐛 Fix and improve Polargraph ( #24847 )
...
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-16 14:22:44 -06:00
ellensp
b3e7d1e91e
🐛 Fix operators for V axis ( #24866 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-16 14:09:29 -06:00
mjbogusz
f39f4d0288
🩹 Fix TFT LCD in Simulation ( #24871 )
2022-12-16 14:09:26 -06:00
Scott Lahteine
a4d58e8876
🎨 MMU2 cleanup
2022-12-16 14:09:23 -06:00
Scott Lahteine
c52cf77d0a
🐛 Fix M876 without emergency parser
...
Fix regression from 1fb2fffdbf
2022-12-16 14:09:19 -06:00
adam3654
bfcb8c704a
✨ DOGM Display Sleep ( #24829 )
2022-12-16 14:09:16 -06:00
EvilGremlin
0047b3064d
🩹 Fix temperature include ( #24834 )
2022-12-16 14:09:12 -06:00
Scott Lahteine
5c195078ff
🎨 Misc. variant cleanup
2022-12-16 14:09:09 -06:00
Scott Lahteine
1a6f9daee8
🧑💻 Min and max for base types
2022-12-16 14:09:06 -06:00
EvilGremlin
505f0a647e
✨ MKS SKIPR board ( #24791 )
2022-12-16 14:08:55 -06:00
Scott Lahteine
62b7db9bb7
🔨 Update mfinfo for 2.1.x
2022-12-16 14:08:52 -06:00
Scott Lahteine
3c870f2d4b
🧑💻 Min and max for base types
2022-12-16 14:08:48 -06:00
Giuliano Zaro
0203e32c73
✨ ADVANCE_K per-extruder ( #24821 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-16 14:08:45 -06:00
EvilGremlin
8481264566
♻️ Set Progress without LCD ( #24767 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-16 14:08:40 -06:00
EvilGremlin
b0f02b8f9e
🩹 Fix Color UI touchscreen sleep ( #24826 )
2022-12-16 14:08:36 -06:00
Adam
d6ff8f0062
🩹 Fix Switching Toolhead compile ( #24814 )
2022-12-16 14:08:33 -06:00
ellensp
8b37b60e58
🧑💻 Einsy Rambo EXP headers ( #24825 )
2022-12-16 14:08:29 -06:00
ellensp
5c68d26d4e
🔨 Detect feature parsing error ( #24824 )
2022-12-16 14:08:26 -06:00
ellensp
74435b0dcb
✨ Creality v5.2.1 board ( #24815 )
...
Followup to #24760
2022-12-16 14:08:23 -06:00
Keith Bennett
f17a07df99
🔧 Thermistor (66) sanity-check ( #24803 )
2022-12-16 14:08:20 -06:00
Eduardo José Tagle
a58f27763f
🐛 Fix DUE compile and errors ( #24809 )
2022-12-16 14:08:17 -06:00
Scott Lahteine
5aca6ff4f2
🩹 Fix some vector_3 cast operators
2022-12-16 14:08:13 -06:00
Keith Bennett
7b000966f0
🔧 Update Creality 4.2.2 Driver Warning ( #24806 )
2022-12-16 14:08:10 -06:00
ellensp
6ae0708840
🩹 Disable DEBUG_DGUSLCD ( #24798 )
2022-12-16 14:08:04 -06:00
Yuri D'Elia
44e4a9c7b1
🎨 Remove non-const compare operators ( #24810 )
2022-12-16 14:07:59 -06:00
Plynix / Ben Hartiwch
215fcefc1b
✨ Creality v5.2.1 board ( #24760 )
2022-12-16 14:07:56 -06:00
discip
827f9ae792
✨ Pt1000 with 2k2 pullup (SKR 3 / EZ) ( #24790 )
2022-12-16 14:07:52 -06:00
ellensp
e44f156535
✏️ Followup for M524 ( #24775 )
...
Followup to #24761
2022-12-16 14:07:49 -06:00
Stuart Pittaway
f1a05d19b0
🚸 UUID fallback to STM32 device SN ( #24759 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-12-16 14:07:45 -06:00
Keith Bennett
a7a493d795
📌 Specify MarlinFirmware/U8glib ( #24792 )
2022-12-16 14:07:38 -06:00
Renaud11232
d9967f5395
🔨 Fix LPC1768 autodetect path on Linux ( #24773 )
2022-12-16 14:07:34 -06:00
Stefan Kalscheuer
5ee74668cf
✨ Anycubic i3 Mega LCD file menu fix ( #24752 )
2022-12-16 14:07:23 -06:00
studiodyne
be149336f0
✨ M217 G wipe retract length
2022-12-16 14:07:08 -06:00
studiodyne
1f72c8341f
✨ XY_COUNTERPART_BACKOFF_MM
2022-12-16 14:07:04 -06:00
studiodyne
3d03f96205
✨ RGB_STARTUP_TEST
2022-12-16 14:06:59 -06:00
tombrazier
c996bfddb7
✨ Permit Linear Advance with I2S Streaming ( #24684 )
2022-12-16 14:06:54 -06:00
Scott Lahteine
647d459a15
✨ Robin Nano v1 CDC (USB mod)
...
Followup to #24619
2022-12-16 14:06:19 -06:00
Scott Lahteine
29156ffe5d
🐛 Fix recalculate_max_e_jerk
2022-11-09 20:54:40 -06:00
ellensp
eff60964da
🐛 Fix VW axis fields in types.h ( #24780 )
2022-09-23 00:17:24 -05:00
Giuliano Zaro
5fe1f66478
🚸 Strict index 2 for M913 / M914 XY ( #24680 )
2022-09-22 13:27:31 -05:00
Arkadiusz Miśkiewicz
2fc97aa240
🚸 Emergency Parse M524 ( #24761 )
2022-09-22 13:27:31 -05:00
Giuliano Zaro
aa28358267
🐛 Fix / refactor shared PID ( #24673 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-09-22 13:27:31 -05:00
Chris Bagwell
e04e18a590
🧑💻 STM32G0B1RE Pins Debugging ( #24748 )
2022-09-22 13:27:31 -05:00
Eduard Sukharev
bdb7f3af3f
🩹 Fix MKS TinyBee + MKS MINI 12864 SD blank on write ( #24670 )
2022-09-22 13:27:31 -05:00
Eduard Sukharev
2f24c31454
🚸 Sanity check Integrated Babystepping + I2S stream + ESP32 ( #24691 )
2022-09-22 13:27:31 -05:00
George Fu
96d050c7ba
✨ FYSETC SPIDER KING407 ( #24696 )
2022-09-22 13:27:31 -05:00
ellensp
aabd3e9e19
✨ BTT SKR Mini E3 V3.0.1 ( #24722 )
2022-09-22 13:27:31 -05:00
XDA-Bam
38b3105900
⚡ ️ Minor planner optimization ( #24737 )
2022-09-22 13:27:31 -05:00
Arkadiusz Miśkiewicz
02810616cc
🚸 On pause report "SD printing byte X/Y" ( #24709 )
2022-09-22 13:27:31 -05:00
Arkadiusz Miśkiewicz
7daff755f2
🩹 Report M22 / M23 success / fail ( #24706 )
2022-09-22 13:27:31 -05:00
Gurmeet Athwal
53564fb6f3
🚸 M115 spindle/laser ( #24681 , #24747 )
2022-09-22 13:27:31 -05:00
ellensp
9d9f303c5e
📺 FYSETC Mini 12864 2.1 pins for Creality V4 ( #24624 )
2022-09-22 13:27:31 -05:00
FBN
b9428bf087
🚸 More automatic MMU2 load ( #24750 , #24770 )
2022-09-22 13:27:08 -05:00
Yuri D'Elia
0642cd8a83
👷 Array macros to …26 elements ( #24789 )
2022-09-22 13:26:50 -05:00
Scott Lahteine
d2b1467ab3
🌐 Some short menu strings
2022-09-22 13:26:26 -05:00
Keith Bennett
03aba439f6
⚡ ️ Only Sync Emulated EEPROM Print Counter ( #24731 )
2022-09-22 13:26:26 -05:00
Giuliano Zaro
85a47d61e6
🐛 Fix heater timeout PID output ( #24682 )
2022-09-22 13:17:54 -05:00
Scott Lahteine
78577b13cb
🧑💻 Microsteps to stepper.cpp
2022-09-22 13:17:54 -05:00
hartmannathan
b29cd4c510
📝 Fix example comment ( #24744 )
2022-09-22 13:17:54 -05:00
Scott Lahteine
0eb6a8d12e
📝 Fix comment
2022-09-22 13:17:54 -05:00
JoaquinBerrios
8a8218a8f2
⚡ ️ BTT SKR V3.0 / EZ = 480MHz ( #24721 )
2022-09-22 13:17:54 -05:00
Scott Lahteine
3a18ba0412
🔨 Fix config-labels.py
2022-09-22 13:17:54 -05:00
Scott Lahteine
2828f1d1db
🔨 Outdent py string
2022-09-22 13:17:54 -05:00
dmitrygribenchuk
63507acf98
🔨 Clean up Python imports ( #24736 )
2022-09-22 13:17:54 -05:00
ButchMonkey
cc2cc7d081
🔨 Fix config.ini custom items, and 'all' ( #24720 )
2022-09-22 13:17:54 -05:00
ButchMonkey
b676b43874
🔨 Fix configuration.py with encoding UTF-8 ( #24719 )
...
- Opening files with Windows-1252 encoding.
2022-09-22 13:17:54 -05:00
Stephen Hawes
2f1b89bd1f
✨ Opulo LumenPnP REV04 ( #24718 )
2022-09-22 13:17:54 -05:00
Keith Bennett
1a2e591d03
🔨 Update SKR 3 env ( #24711 )
2022-09-22 13:17:54 -05:00
Scott Lahteine
dc65e299fa
📝 Format some comments
2022-09-22 13:17:53 -05:00
EvilGremlin
033bca1773
🔨 Native USB modified env followup ( #24669 )
...
Followup to #24619
2022-09-22 13:17:53 -05:00
Bob Kuhn
e350acb360
🐛 Fix UBL regression ( #24622 )
...
Fix regression from #24188
2022-09-22 13:17:53 -05:00
Ruedi Steinmann
7d8d2e2c58
🩹 Fix a BUZZ ( #24740 )
2022-09-09 15:33:54 -05:00
Scott Lahteine
3c6b3e5af4
🔖 Config version 02010200
2022-08-29 19:25:38 -05:00
EvilGremlin
d5e9b25a31
🐛 Fix back button ( #24694 )
2022-08-29 19:17:32 -05:00
Scott Lahteine
9313c2fd18
✏️ Fix http:// links
2022-08-29 19:17:31 -05:00
Lefteris Garyfalakis
d8a280bf53
✏️ Fix LCD sleep conditional ( #24685 )
2022-08-29 19:17:31 -05:00
Miguel Risco-Castillo
d244389998
🩹 Constrain UBL within mesh bounds ( #24631 )
...
Fixes #24630
2022-08-29 19:17:31 -05:00
Keith Bennett
d140be0281
🚸 Up to 10 Preheat Constants ( #24636 )
2022-08-29 19:17:31 -05:00
ellensp
27bea56025
🔧 Fix Auto-Fan / Controller-Fan pin conflict check ( #24648 )
2022-08-29 19:17:31 -05:00
ellensp
98ee3fc2b5
🩹 Fix PID debug output ( #24647 )
2022-08-29 19:17:31 -05:00
Mark
e8394c391e
🐛 Fix Bed Distance Sensor reading ( #24649 )
2022-08-29 19:17:31 -05:00
Arkadiusz Miśkiewicz
e24d5f9315
✨ M20_TIMESTAMP_SUPPORT ( #24679 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-08-29 19:17:31 -05:00
EvilGremlin
ef1cf0d5a1
♻️ Display sleep minutes, encoder disable option ( #24618 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-08-29 19:17:31 -05:00
DejitaruJin
f088722ae8
🩹 Fix SainSmart LCD ( #24672 )
2022-08-29 19:17:31 -05:00
Keith Bennett
68c5e97fd7
🩹 Fix Freeze Feature ( #24664 )
2022-08-29 19:17:31 -05:00
Lefteris Garyfalakis
a8cf886aa5
🔨 Suppressible Creality 4.2.2 warning ( #24683 )
2022-08-29 19:17:31 -05:00
EvilGremlin
a31e65e30b
✨ Robin Nano v1 CDC (USB mod) ( #24619 )
2022-08-29 19:17:31 -05:00
Alexey Galakhov
d94a41527f
🐛 Fix JyersUI ( #24652 )
2022-08-29 19:17:31 -05:00
Keith Bennett
37a7da075f
🔧 Fix Skew Correction defaults ( #24601 )
2022-08-29 19:17:31 -05:00
Scott Lahteine
5145266b0d
🎨 Some automated cleanup
2022-08-29 19:17:31 -05:00
Keith Bennett
bdd5f3678e
📺 Add to MKS UI About Screen ( #24610 )
2022-08-29 19:17:31 -05:00
Keith Bennett
b4af335b7a
🔧 Remove STM32F4 Print Counter Sanity Check ( #24605 )
2022-08-29 19:17:31 -05:00
Protomosh
cfe1d52bf2
🐛 Fix DGUS Reloaded + STM32 ( #24600 )
2022-08-29 19:17:31 -05:00
Scott Lahteine
ff09ea13a4
🧑💻 Use spaces indent for Python
2022-08-29 19:17:31 -05:00
Scott Lahteine
d93c41a257
🔨 Misc. schema updates
2022-08-29 19:17:31 -05:00
Graham Reed
98e6aacbef
🔨 Fix LPC1768 automatic upload port ( #24599 )
2022-08-29 19:17:31 -05:00
Scott Lahteine
0adee8fae0
🩹 Fix strtof interpreting a hex value
...
Bug introduced in #21532
2022-08-29 19:17:31 -05:00
Scott Lahteine
c154302ece
🔨 Add args to schema.py
2022-08-29 19:17:31 -05:00
Scott Lahteine
b5ccddbe35
🎨 Fix '…if_chain' Uncrustify option
2022-08-29 19:17:31 -05:00
Scott Lahteine
d69893309e
🔨 Misc. config py updates
2022-08-29 19:17:31 -05:00
Scott Lahteine
fc3ea96ff9
🧑💻 Add operator== for C++20
2022-08-29 19:17:31 -05:00
Keith Bennett
3892d08b06
🧑💻 Fix UBL Build Mesh preheat items ( #24598 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-08-29 19:17:31 -05:00
Ivan Kravets
857dc73be5
🔨 Fix a PlatformIO debug issue ( #24569 )
2022-08-29 19:17:31 -05:00
Scott Lahteine
419a145fa3
🔨 Update schema export
2022-08-08 04:42:19 -05:00
Scott Lahteine
398cae7625
🔖 Version 2.1.1
2022-08-06 18:50:49 -05:00
Scott Lahteine
8192cc12d3
🎨 Misc. config cleanup
2022-08-06 18:50:49 -05:00
ExtNeon
7f2a836251
✨ SD Endstop Abort G-Code ( #24461 )
2022-08-06 18:50:49 -05:00
Mark
b02c3258b5
✨ Bed Distance Sensor ( #24554 )
2022-08-06 18:50:49 -05:00
Keith Bennett
a0462eb017
🩹 Fix AUTO_FAN_PIN sanity check ( #24593 )
2022-08-06 18:50:49 -05:00
Scott Lahteine
a1704c10b9
🩹 G0/G1 S seen => seenval
2022-08-06 18:50:49 -05:00
qwertymodo
7196f13125
✨ M150 K – Keep unspecified components ( #24315 )
2022-08-06 18:50:49 -05:00
J.C. Nelson
e06340abd1
🔨 Trigorilla Pro disk based update ( #24591 )
2022-08-06 18:50:49 -05:00
Travis Ziegler
98095ddad6
🩹 Fix LPC176x USB Host Shield ( #24588 )
2022-08-06 18:50:49 -05:00
Scott Lahteine
2f4b121709
👔 Keep "Needs: More Data" open
2022-08-06 18:50:49 -05:00
Ruedi Steinmann
a0409289c8
🚸 Laser with only PWM pin ( #24345 )
2022-08-06 18:50:49 -05:00
Scott Lahteine
2ccdc4f9ed
🧑💻 MARLIN_TEST_BUILD – for future use ( #24077 )
2022-08-06 18:50:49 -05:00
Scott Lahteine
bbf2033211
🔧 Config INI, dump options ( #24528 )
2022-08-06 18:50:49 -05:00
Scott Lahteine
9a42d1e577
🩹 Fix Malyan M300 with S-Curve compile
...
Fixes #24548
2022-08-05 21:54:27 -05:00
ellensp
17794e18ae
🔧 Update 644p/1284p Serial 1 sanity check ( #24575 )
2022-08-01 01:59:37 -05:00
Scott Lahteine
3b30951e83
🔨 Simplify scripts with pathlib ( #24574 )
2022-08-01 01:59:37 -05:00
Mike La Spina
c3f2586445
🐛 Fix laser menu enable_state ( #24557 )
2022-08-01 01:59:37 -05:00
InsanityAutomation
c0cb7e35af
✨ Configurable Switching Nozzle dwell ( #24304 )
2022-08-01 01:59:37 -05:00
tombrazier
fd319928d2
Fix, improve Linear Advance ( #24533 )
2022-08-01 01:59:37 -05:00
tombrazier
5dad7e0d03
🩹 Use _MIN/_MAX macros for native compatibility ( #24570 )
2022-08-01 01:59:37 -05:00
DerAndere
9ee558afe1
🐛 Fix kinematic feedrate ( #24568 )
2022-08-01 01:59:37 -05:00
Keith Bennett
bbaccd342e
✨ Encoder Noise Filter ( #24538 )
2022-08-01 01:59:37 -05:00
lukasradek
6134d55360
📝 README Updates ( #24564 )
2022-08-01 01:59:37 -05:00
Scott Lahteine
868e76b965
🎨 Renum boards.h
2022-08-01 01:59:37 -05:00
Scott Lahteine
5f105e254d
🐛 Fix M125 for 9 Axis
2022-08-01 01:59:37 -05:00
Scott Lahteine
9534c6e903
🎨 Misc. 'else' cleanup
2022-08-01 01:59:37 -05:00
Ludy
ec9a2ee557
🌐 Update German language ( #24555 )
2022-08-01 01:59:37 -05:00
Scott Lahteine
d8db00e31f
🧑💻 Update planner/stepper includes
2022-08-01 01:59:37 -05:00
Scott Lahteine
e7c262dc30
🩹 Fix lcd_preheat compile
2022-08-01 01:59:37 -05:00
Scott Lahteine
cee9da6132
🔨 Update build/CI scripts
2022-08-01 01:59:37 -05:00
Scott Lahteine
a24b9e16ff
🎨 PIO scripts cleanup
2022-08-01 01:59:37 -05:00
Keith Bennett
1e9232723d
📺 Fix TFT Classic UI non-Touchscreen 1024x600 ( #24541 )
2022-08-01 01:59:37 -05:00
Keith Bennett
66369f8236
🩹 Fix JyersUI include ( #24540 )
2022-08-01 01:59:37 -05:00
Keith Bennett
0ca76bf9ed
📝 Update MPCTEMP G-Code M306 T ( #24535 )
...
M306 simply reports current values. M306 T starts autotune process.
2022-08-01 01:59:37 -05:00
Scott Lahteine
0f3c3c419e
✨ Reinstate JyersUI
2022-08-01 01:59:37 -05:00
Scott Lahteine
89e9ae0662
🧑💻 Give the simulator Stepper access
2022-08-01 01:59:37 -05:00
Scott Lahteine
5b8f7686cb
🧑💻 Fix and improve build_all_examples
2022-08-01 01:59:37 -05:00
Scott Lahteine
6e02f15dd6
🔨 Minor build script changes
2022-08-01 01:59:37 -05:00
Scott Lahteine
c9445cfc41
🩹 Fix TFT image PACKED conflict
2022-08-01 01:59:37 -05:00
Frederik Kemner
beacb73d93
🩹 Fix gcode.h include ( #24527 )
2022-08-01 01:59:37 -05:00
InsanityAutomation
53a57ff7bf
🐛 Fix Archim2 USB Hang ( #24314 )
2022-08-01 01:59:37 -05:00
Scott Lahteine
d726f641a5
EXP header pin numbers redux ( #24525 )
...
Followup to 504fec98
2022-08-01 01:59:37 -05:00
InsanityAutomation
feafa321d7
🚸 Use Tool 0 for G30 ( #24511 )
2022-08-01 01:59:37 -05:00
ellensp
f5b972bb10
📺 SKR_MINI_SCREEN_ADAPTER for BTT SKR Mini E3 V3 ( #24521 )
2022-08-01 01:59:37 -05:00
Eduard Sukharev
196795c0cc
✅ More ESP32 (MKS TinyBee) tests ( #24493 )
2022-08-01 01:59:36 -05:00
Keith Bennett
c3085d666f
📝 Update Contributing Guide ( #24320 )
2022-08-01 01:59:36 -05:00
InsanityAutomation
807f2ef969
🚸 Machine-relative Z_STEPPER_ALIGN_XY ( #24261 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-08-01 01:59:36 -05:00
Scott Lahteine
f752fe75ee
♻️ Small sound / buzz refactor ( #24520 )
2022-08-01 01:59:36 -05:00
Scott Lahteine
97a73147fa
🩹 Fix manual move titles ( #24518 )
2022-08-01 01:59:36 -05:00
tombrazier
915203f545
🩹 Arc/Planner optimization followup ( #24509 )
2022-08-01 01:59:36 -05:00
Scott Lahteine
173eb3ff71
🚸 Renumber EXP pins to match schematics/RRF/Klipper
2022-08-01 01:59:36 -05:00
Nikolay-Po
96d3c66b64
✨ Steinhart-Hart C Coeff for Custom Thermistor ( #24428 )
2022-08-01 01:59:36 -05:00
tombrazier
cc4fc28fe0
⚡ ️ Optimize Planner calculations ( #24484 )
2022-08-01 01:59:36 -05:00
Arthur Masson
0a164a88fe
✨ Polargraph M665 settings ( #24401 )
2022-08-01 01:59:36 -05:00
GHGiampy
c72fe1a2f9
🩹 Add'l ProUI fixes ( #24500 , #24508 )
2022-08-01 01:59:17 -05:00
Christophe Huriaux
2add8ca4eb
✨ eMotion-Tech eMotronic (Micro-Delta rework) ( #24488 )
2022-08-01 01:58:45 -05:00
Scott Lahteine
779c24122d
🔨 Update mfprep comment
2022-08-01 01:58:45 -05:00
Scott Lahteine
6ac3f2738e
🔨 Add mftest --default flag
2022-08-01 01:57:17 -05:00
Scott Lahteine
77c6d9af20
🩹 Fix TFT tImage struct packing
2022-08-01 01:57:11 -05:00
GHGiampy
929e12bf49
🔨 Remove log2file monitor filter ( #24502 )
2022-08-01 01:57:01 -05:00
Keith Bennett
fd18ac5667
📝 Update board MCU comments ( #24486 )
2022-07-29 18:42:42 -05:00
Scott Lahteine
06c1409843
🩹 Fix MAX31865 approximations
...
Followup to #24407
2022-07-29 18:42:42 -05:00
Scott Lahteine
ec95e66ff0
🔧 Base NUM_AXES on defined DRIVER_TYPEs ( #24106 )
2022-07-29 18:42:42 -05:00
Scott Lahteine
53ee7fce5b
🐛 Fix SDIO for STM32 ( #24470 )
...
Followup to #24271
2022-07-29 18:42:42 -05:00
Scott Lahteine
10f5f878ce
🚑 ️ Fix XYZEval = N not setting E
2022-07-29 18:42:42 -05:00
tombrazier
733ca940c0
🐛 Fix 2d mesh print ( #24536 )
2022-07-22 23:33:30 -05:00
Scott Lahteine
c880c7ed45
🔨 Fix and update Makefile
...
Followup to 89fe5f6d
2022-07-15 18:48:15 -05:00
Keith Bennett
e5e4cf920d
📌 Pin ESP32SSDP to 1.1.1 ( #24489 )
2022-07-15 18:48:15 -05:00
Victor Oliveira
3315f6faa4
✨ Creality3D v4.2.5 / CR200B ( #24491 )
2022-07-15 18:48:15 -05:00
GHGiampy
4a6ad1c98b
🩹 Fix ProUI LED compile ( #24473 )
2022-07-15 18:48:15 -05:00
Miguel Risco-Castillo
3c9789fda8
🚸 Fix and update ProUI ( #24477 )
2022-07-15 18:48:15 -05:00
toomuchwonder
3a19d34c75
🩹 Fix MKS UI extruder speed ( #24476 )
2022-07-15 18:48:15 -05:00
Bob Kuhn
6b19a58f03
🔥 Drop STM L64** drivers, STEVAL_3DP001V1 ( #24427 )
2022-07-15 18:48:15 -05:00
Scott Lahteine
9283859b1e
🎨 ANY => EITHER
2022-07-15 18:48:15 -05:00
GHGiampy
e840015cad
🔨 Abort firmware update on transfer error ( #24472 , #24499 )
2022-07-15 18:48:15 -05:00
Scott Lahteine
efe04e1016
🧑💻 Update Mac Sim directions
2022-07-15 18:48:15 -05:00
Scott Lahteine
f543b3cb84
📌 Ask for PlatformIO 6.1.1 or newer ( #24435 )
2022-07-15 18:48:15 -05:00
Keith Bennett
6a86c5bad3
✨ MKS Monster8 V2 ( #24483 )
2022-07-15 18:48:15 -05:00
Scott Lahteine
7207a32434
🧑💻 Add Sim debug with lldb
2022-07-15 18:48:15 -05:00
Keith Bennett
678474d55c
🔧 Assert Probe Temp Comp requirements ( #24468 )
2022-07-15 18:48:15 -05:00
Mike La Spina
24c211307d
🐛 Fix laser/fan sync ( #24460 )
...
Followup to #22690 , 307dfb15
2022-07-15 18:48:15 -05:00
tombrazier
0c78a6f657
⚡ ️ Optimize G2-G3 Arcs ( #24366 )
2022-07-15 18:48:15 -05:00
Jason Smith
79a332b57e
🩹 Fix LCD_BACKLIGHT_TIMEOUT compile ( #24463 )
2022-07-15 18:48:15 -05:00
Pauli Jokela
d9ecbdcdbb
🩹 Fix safe homing sanity-check ( #24462 )
2022-07-15 18:48:15 -05:00
Farva42
527fe2496a
✨ MAG_MOUNTED_PROBE ( #24420 )
...
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-07-15 18:48:14 -05:00
Scott Lahteine
6c2ffe9d34
🔥 Remove JyersUI ( #24459 )
2022-07-15 18:48:14 -05:00
Scott Lahteine
0fdedfa2fb
📝 Configurations 02010100 ( #24458 )
2022-07-15 18:48:14 -05:00
Meilleur Gars
e93a1dd2fa
🚸 JyersUI updates ( #24451 )
2022-07-15 18:48:14 -05:00
Christophe Huriaux
03760fd79e
🩹 Fix ST7565 LCD contrast init ( #24457 )
2022-07-15 18:48:14 -05:00
Bob Kuhn
d3aed23e18
🐛 Fix Sensorless Probing compile ( #24455 )
2022-07-15 18:48:14 -05:00
Eduard Sukharev
893707711e
🐛 Fix MKS TinyBee compile ( #24454 )
2022-07-15 18:48:14 -05:00
Mike La Spina
d965303a7a
⚡ ️ Fix and improve Inline Laser Power ( #22690 )
2022-07-15 18:48:14 -05:00
Keith Bennett
5b6c46db29
✨ BigTreeTech SKR SE BX V3.0 ( #24449 )
...
SKR SE BX V3.0 removes the Reverse Driver Protection feature.
2022-07-15 18:48:14 -05:00
EvilGremlin
8f40a2f257
🔨 Fix OpenBLT encode; no-bootloader envs ( #24446 )
2022-07-15 18:48:14 -05:00
Scott Lahteine
e4f85e8fbc
♻️ Encapsulate PID in class ( #24389 )
2022-07-15 18:48:14 -05:00
Victor Oliveira
678955949f
🔨 Disable stack protector on macOS simulator ( #24443 )
2022-07-15 18:48:14 -05:00
Scott Lahteine
923d34550a
🔨 PlatformIO "--target upload" == "--target exec"
2022-07-15 18:48:14 -05:00
Scott Lahteine
ed643e634f
🔨 Fix Warnings/settings force-recompile
2022-07-15 18:48:14 -05:00
Scott Lahteine
3f4c8c31c6
Fix SDIO for STM32
...
Followup to #24271
2022-07-09 18:19:47 -05:00
Keith Bennett
171ed66de0
🚸 MPCTEMP: Home before cooling ( #24434 )
2022-07-04 00:29:53 -05:00
Keith Bennett
5f2e4487e7
🩹 Fix MKS TinyBee ADC Vref ( #24432 )
2022-07-04 00:29:53 -05:00
Scott Lahteine
80c7abd727
🩹 Remove poison wchar_t macro
2022-07-04 00:29:53 -05:00
Scott Lahteine
814b53750f
🩹 Remove obsolete split_move
2022-07-01 22:05:44 -05:00
Moonglow
23e93c51fd
🐛 Fix M149 ( #24430 )
2022-07-01 07:54:53 -05:00
tombrazier
afbdcc8eee
🚸 Vertical Max7219::quantity in portrait orientation ( #24415 )
2022-07-01 07:54:53 -05:00
Scott Lahteine
4820947203
✅ Update path to Ender-3 S1 configs
2022-07-01 07:54:53 -05:00
Scott Lahteine
d44aef8b6b
📝 Index Mobo Rev03 => Opulo Lumen Rev3
2022-06-30 22:10:31 -05:00
Scott Lahteine
c1c0496073
🩹 Fix memset block warning
2022-06-30 22:10:26 -05:00
Keith Bennett
a48831d600
🐛 Fix Axis Homing ( #24425 )
...
Followup to 4520a51
2022-06-30 22:10:26 -05:00
John Lagonikas
c076094fa9
🐛 Fix MAX31865 PT1000 normalization ( #24407 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-06-30 22:10:26 -05:00
Scott Lahteine
57c137a60f
♻️ reset_acceleration_rates => refresh_…
2022-06-30 22:10:05 -05:00
Scott Lahteine
05bdc5640d
♻️ Planner flags refactor
2022-06-30 22:10:05 -05:00
Scott Lahteine
83784bd8b7
📝 Note about UBL bad splits
2022-06-30 22:10:05 -05:00
Scott Lahteine
23f19e9ce8
🎨 Misc. shorthand operators
2022-06-26 10:02:36 -05:00
Scott Lahteine
0435b2220a
🐛 Fix Manual Move axis selection ( #24404 )
2022-06-26 06:49:14 -05:00
Shlee
ab2fceda2c
📝 Add STM32F4 example, Ruby ( #24399 )
2022-06-26 06:39:00 -05:00
Giuliano Zaro
88dc360e9d
🌐 Update Italian language ( #24398 )
2022-06-26 06:39:00 -05:00
Roman Moravčík
f5bdb8b4d2
🌐 Update Slovak language ( #24397 )
2022-06-26 06:39:00 -05:00
sgparry
3e01e08989
🩹 Fix LCD contrast with K8800 board
2022-06-26 06:39:00 -05:00
tombrazier
4694a7fe74
✨ MAX7219 idle profiler ( #24375 )
2022-06-26 06:39:00 -05:00
Scott Lahteine
537af0bb03
🌐 Drop unused delta strings
2022-06-24 22:09:59 -05:00
InsanityAutomation
0dc59311ec
🐛 Resolve DUE Servo pulse issue ( #24305 )
...
Co-authored-by: sjasonsmith <20053467+sjasonsmith@users.noreply.github.com >
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-06-24 18:03:19 -05:00
tombrazier
0523874e9c
🐛 Fix G2/G3 Arcs stutter / JD speed ( #24362 )
2022-06-24 18:03:19 -05:00
Scott Lahteine
106537ff43
✏️ 9-axis followup (sanity-check)
2022-06-24 18:03:19 -05:00
Bob Kuhn
ad96c36730
🐛 Fix Lerdge build / encrypt ( #24391 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-06-24 18:03:19 -05:00
Victor Oliveira
a3629a7c28
✨ Classic UI BIQU BX ( #24387 )
2022-06-24 18:03:19 -05:00
ellensp
b7e1b6b893
🩹 Fix DGUS (MKS) compile ( #24378 )
2022-06-24 18:03:19 -05:00
Victor Oliveira
253e35e066
🚑 ️ Fix BIQU BX touch freeze ( #24383 )
2022-06-24 18:03:19 -05:00
ellensp
831e1b5ecf
🐛 Fix M423 invocation ( #24360 )
...
Followup to #23745
2022-06-24 18:03:19 -05:00
tombrazier
c89ca2deb8
🩹 LCD strings followup, fix warning ( #24328 )
2022-06-24 18:03:19 -05:00
DerAndere
85e94038aa
✨ FOAMCUTTER_XYUV (for RAMPS) ( #24325 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-06-24 18:03:19 -05:00
ellensp
7c85f25042
🚑 ️ Fix SD mount bug ( #24319 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-06-24 18:03:19 -05:00
Scott Lahteine
eca5e46d17
🎨 Simplify move menus with substitution
2022-06-24 18:03:19 -05:00
Scott Lahteine
78b42ed387
🎨 Use MAP for home axis items
2022-06-24 18:03:19 -05:00
Scott Lahteine
95339c9561
🧑💻 Fix STATIC_ITEM_N arg order
2022-06-24 18:03:19 -05:00
Scott Lahteine
da6c16a9cd
🎨 Fix comments, formatting
2022-06-24 18:03:19 -05:00
ellensp
cc27cfb660
👷 CI test without src filter (emulate Arduino) ( #24335 )
2022-06-24 01:19:42 -05:00
Keith Bennett
25c0593c9b
👷 Use Biqu BX for CI test ( #24331 )
2022-06-24 01:19:36 -05:00
Scott Lahteine
5fff7bbef4
👔 Fix and comment use_example_configs
2022-06-24 01:11:07 -05:00
Scott Lahteine
3fd592e64b
👔 Update Marlin actions for 2.1.x
2022-06-24 01:11:07 -05:00
John Robertson
c34dd64469
⚡ ️ PWM for ESP32 I2S expander ( #24193 )
2022-06-24 01:11:07 -05:00
Scott Lahteine
7677368aaf
🔖 Moving to bugfix-2.1.x
2022-06-24 01:11:06 -05:00
Scott Lahteine
ece124fdea
🩹 M919 9-axis update
2022-06-20 21:09:20 -05:00
luzpaz
9aa499dbe9
🌐 Fix LCD string, typos ( #24324 )
2022-06-20 21:09:20 -05:00
Scott Lahteine
78a3ea0ed4
🧑💻 Apply F() to some LCD / TFT strings
...
Followup to #24228
2022-06-13 21:02:31 -05:00
ellensp
c605c1ebb5
🩹 Fix missing ProUI cpp wrapper ( #24313 )
2022-06-13 21:02:31 -05:00
ellensp
b2c4fb5f3a
🐛 Fix JGAurora A5S A1 build ( #24326 )
2022-06-13 04:32:49 -05:00
Steven Haigh
60cedf63f2
🩹 Fix ProUI compile ( #24310 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-06-13 04:32:49 -05:00
Scott Lahteine
1156557a47
🧑💻 Misc. servo code cleanup
2022-06-13 04:32:49 -05:00
Scott Lahteine
ea22640d78
🧑💻 Remove servo macros
2022-06-13 04:32:49 -05:00
lujios
d886320799
🩹 Fix G33 Delta Sensorless Probing compile ( #24291 )
2022-06-13 04:32:30 -05:00
Scott Lahteine
a65189c637
👔 Fix and comment use_example_configs
2022-06-13 04:31:26 -05:00
tombrazier
dfc8acf376
🩹 Fix Mesh Leveling + Debug compile ( #24297 )
2022-06-07 02:15:48 -05:00
ellensp
48d03ca0a9
🩹 Media Change followup ( #24302 )
...
Followup to #24015
2022-06-07 02:00:38 -05:00
Miguel Risco-Castillo
85e8d1f9fa
🚸 ProUI G-code preview, PID plot ( #24282 )
2022-06-07 02:00:38 -05:00
Scott Lahteine
679f4608ab
👔 Update mfconfig import
2022-06-06 23:40:26 -05:00
Scott Lahteine
5c225ba887
🔖 Marlin 2.1
2022-06-05 23:11:32 -05:00
ellensp
2685119332
🩹 Fix EXTRUDERS 0 manual move compile ( #24255 )
2022-06-05 23:11:32 -05:00
tombrazier
fc350701b2
💥 More M306 M => M306 H ( #24258 )
...
Followup to #24253
2022-06-05 23:11:32 -05:00
Miguel Risco-Castillo
0ad695d45a
🚸 Fix, improve, update ProUI ( #24251 )
2022-06-05 23:11:32 -05:00
elimisback
f1802bc7fe
🔨 BTT STM32G0B1RE xfer build ( #24245 )
2022-06-05 23:11:32 -05:00
Scott Lahteine
d6c673b9de
♻️ More updates for multi-axis
2022-06-05 23:11:32 -05:00
Scott Lahteine
6a2a592c26
🧑💻 Combined axis strings
2022-06-05 23:11:32 -05:00
Scott Lahteine
c4ac695c15
🧑💻 Forward-compatible axis strings ( 167672d
, #24259 )
2022-06-05 23:11:32 -05:00
Keith Bennett
8465818754
🎨 Fix/adjust warnings ( #24225 )
2022-06-05 23:11:32 -05:00
Scott Lahteine
3c482a9ba1
🧑💻 MAP macro for axis lists, etc. ( #24191 )
2022-06-05 23:11:32 -05:00
DerAndere
ecfe7b6400
🩹 Fix some parameters w/out values ( #24051 )
2022-06-05 23:11:32 -05:00
DerAndere
85599abba7
🚸 Better M350, M114 with more axes ( #23986 )
2022-06-05 23:11:32 -05:00
Scott Lahteine
494a2fc80c
🚨 Fix some compiler warnings
2022-06-05 23:11:31 -05:00
Scott Lahteine
f7bea2846f
🏗️ Axis name arrays
...
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com >
2022-06-05 23:11:31 -05:00
Scott Lahteine
d56731cd07
🏗️ Extend AXIS_CHAR to include E
...
Co-Authored-By: DerAndere <26200979+DerAndere1@users.noreply.github.com >
2022-06-05 23:11:31 -05:00
DerAndere
0041de1a8a
💥 Update Motor Current G-codes for extra axes ( #23975 )
2022-06-05 23:11:31 -05:00
ellensp
d58497bc8e
🐛 Fix BACKLASH_COMPENSATION compile ( #24072 )
...
Followup to #23826
2022-06-05 23:11:31 -05:00
Scott Lahteine
fd13a928c1
✨ Support for up to 9 axes ( #23112 , #24036 , #24231 )
2022-06-05 23:11:31 -05:00
Scott Lahteine
369542db3b
🔖 Marlin 2.0.9.4
2022-06-05 21:33:29 -05:00
Scott Lahteine
40d96c3460
👔 Remove actions from misc. branch
2022-06-05 21:33:29 -05:00
Scott Lahteine
d7a71beaf4
🔧 LEVEL_BED_CORNERS => LCD_BED_TRAMMING
2022-06-05 21:33:29 -05:00
Scott Lahteine
f3b593ae73
🎨 Fix spelling, whitespace
2022-06-05 21:11:27 -05:00
Scott Lahteine
1d8d8dccf4
💥 Num Axes / Multi-Stepper based on Driver Types ( #24106 , #24120 )
2022-06-05 20:58:39 -05:00
Scott Lahteine
1e127a93c4
🧑💻 Extend LCD string substitution ( #24278 )
2022-06-04 00:57:34 -05:00
lujios
fcef8d946c
⚡ ️ Improve Sensorless homing/probing accuracy for G28, G33, M48 ( #24220 )
...
Co-Authored-By: Robby Candra <robbycandra.mail@gmail.com >
Co-Authored-By: ellensp <530024+ellensp@users.noreply.github.com >
2022-06-04 00:57:34 -05:00
Tanguy Pruvot
0253500ccd
Use default null args in select_screen
2022-06-04 00:57:34 -05:00
ellensp
0d783a7690
🐛 Init Stepper SPI before PSU Control ( #24269 )
2022-06-04 00:57:34 -05:00
BIGTREETECH
e784e04132
✨ BigTreeTech SKR3 - STM32H743 ( #24271 , #24272 , #24275 )
...
Co-Authored-By: Alan.Ma <alansayyeah@gmail.com >
2022-06-04 00:57:34 -05:00
bryan065
11d68e3127
🚸 Custom Menu Items for JyersUI ( #24270 )
2022-06-04 00:57:34 -05:00
ledzepman71
8b8b2a7ed3
📌 Tenlog PSU pin ( #24266 )
2022-06-04 00:57:34 -05:00
tombrazier
fc1a620b87
🚩 MPC update ( #24253 )
2022-06-04 00:57:34 -05:00
Keith Bennett
9799907dc9
👔 Configs required to submit a Bug Report ( #24256 )
2022-06-03 22:06:51 -05:00
Scott Lahteine
6fc4dbbbc4
🚸 Change M201 G to S
2022-06-03 22:06:51 -05:00
Robby Candra
74596ad4d7
🩹 Adjust manage_media for slow/late media init (USB FD) ( #24015 )
2022-06-03 22:06:51 -05:00
Scott Lahteine
28f8646aa6
♻️ Apply F() to more LCD code ( #24228 )
2022-06-03 22:06:51 -05:00
John Robertson
9a74bcd4cf
✨ Laser Safety Timeout ( #24189 )
2022-06-03 22:06:50 -05:00
Scott Lahteine
07cd248b91
♻️ Move watchdog to MarlinHAL
2022-06-03 22:06:50 -05:00
Scott Lahteine
209c792ef7
🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign ( #24170 )
2022-06-03 22:06:50 -05:00
Scott Lahteine
dbd00d9927
✨ DOGM Display Sleep ( #23992 )
...
Co-authored-by: borland1 <barryorlando@hotmail.com >
2022-06-03 22:06:50 -05:00
Ludy
4ae54a6229
🐛 Update German language, Fix FTDI ( #24047 , #24048 , #24227 )
2022-06-03 22:06:50 -05:00
tombrazier
ce0af56d0a
🚸 Improve MPC tuning, add menu items ( #23984 , #24018 , #24049 , #24059 )
2022-06-03 22:06:50 -05:00
Giuliano Zaro
6c557a2480
🐛 Fix Bed/Chamber PID Autotune with MPCTEMP ( #23983 )
2022-06-03 22:06:50 -05:00
Scott Lahteine
a6ce9bf559
✨ Autoreport Redundant Sensor option ( #24014 )
2022-06-03 22:06:50 -05:00
tombrazier
21c838cb1b
⚗️ Temperature Model Predictive Control ( #23751 )
2022-06-03 22:06:50 -05:00
Pauli Jokela
3443a9e18b
✨ SOUND_ON_DEFAULT option ( #24102 )
2022-06-03 22:06:50 -05:00
Robert Brenckman
b2b5b85045
🐛 Fix Tool Change priming ( #21142 )
2022-06-03 22:06:50 -05:00
Scott Lahteine
2086cc9f4e
📝 Refer to 'PROGMEM' as 'flash'
2022-06-03 22:06:50 -05:00
Scott Lahteine
8eccfd4a6f
🔧 Bed/Chamber PID Autotune menus
...
Derived from MarlinFirmware/Marlin#23983
2022-06-03 22:06:50 -05:00
Scott Lahteine
9ab654adcb
🐛 Fix min/max temp evaluation
...
Fixes #24257
2022-06-03 22:06:50 -05:00
Scott Lahteine
0ae982188c
🐛 Fix M203 report
2022-06-03 18:40:06 -05:00
ellensp
bed0788f72
🩹 Fix G60/G61 debug code ( #24231 )
2022-06-03 01:20:39 -05:00
Scott Lahteine
deb1ba73bb
🎨 Use pos.set method
2022-05-31 17:31:15 -05:00
Scott Lahteine
57f0ac88af
🎨 Misc. boards/pins cleanup
2022-05-31 17:31:14 -05:00
Simon Pilepich
915bce495c
📝 Fix Mightyboard MOSFET comments ( #24183 )
2022-05-31 17:31:13 -05:00
Scott Lahteine
800a936caa
🎨 Combine serial echos
2022-05-27 17:05:35 -05:00
ellensp
ccf39b1c42
🔨 Add src_filter for I2C_AMMETER ( #24242 )
2022-05-27 17:05:08 -05:00
Keith Bennett
d19179ce28
✏️ Fix some motherboard checks ( #24238 )
2022-05-27 17:04:45 -05:00
ellensp
4a6ae1b64d
🎨 Remove MKS custom pins, TinyBee cleanup ( #24186 )
2022-05-27 17:04:22 -05:00
ellensp
0daaef589c
📌 Use MarlinSimUI/bugfix-2.0.x ( #24232 )
2022-05-27 17:04:06 -05:00
Scott Lahteine
4831cbebd8
🎨 Add EXP1/2 headers, adjust TFT pins ( #24230 )
2022-05-27 17:03:06 -05:00
tombrazier
e0deb75764
🐛 Fix Leveling apply/unapply ( #24188 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-27 17:01:38 -05:00
Scott Lahteine
a0fe4f4895
🎨 Minor HAL cleanup
2022-05-27 17:01:20 -05:00
Keith Bennett
4d65d7f142
📝 Add logo, helpful links to README ( #24226 )
2022-05-23 02:40:38 -05:00
Scott Lahteine
1b879f0ee4
🔨 Fix mfprep string test
2022-05-22 19:52:38 -05:00
Scott Lahteine
b6abc760ce
🔨 Move, tweak maple envs
2022-05-22 19:52:38 -05:00
Keith Bennett
0ae061713c
👔 Move GitHub templates, update README ( #24199 )
2022-05-22 19:52:18 -05:00
Scott Lahteine
1d12e72bf6
🐛 Fix SEGMENT_LEVELED_MOVES with UBL
2022-05-22 17:06:22 -05:00
Scott Lahteine
c97cf10956
🩹 Fix const warning
2022-05-22 17:02:08 -05:00
Scott Lahteine
b72f9277e9
♻️ Common Bed Leveling object name, accessors ( #24214 )
2022-05-21 18:13:30 -05:00
Keith Bennett
06c4a9acdb
🐛 Fix FLSUN Hispeed FIL_RUNOUT_PIN, MKS Robin Mini TFT pins ( #24204 )
2022-05-21 18:13:30 -05:00
Arthur Masson
8a301196e1
🐛 Fix Polargraph G92 command ( #24223 )
2022-05-21 14:46:49 -05:00
Marcio T
1e7219f4a6
🐛 Fix FTDI_EVE_TOUCH_UI reboot loop ( #24195 )
2022-05-19 12:11:03 -05:00
ellensp
02c267f542
🔨 Require PIO >= 6.0.1 ( #24205 )
2022-05-19 09:29:46 -05:00
Ivan Kravets
fe77fc66c0
🔨 Use PlatformIO Core 6.0 Dev for CI ( #24194 )
2022-05-17 16:47:34 -05:00
Scott Lahteine
268a16b1ef
🚸 ProUI APRIL2022 updates ( #24084 )
2022-05-17 15:54:34 -05:00
ellensp
8351b1431f
🩹 Fix MarlinUI allow-cold-extrude ( #24176 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-17 03:04:30 -05:00
Oliver Jean Eifler
718806761f
🩹 Suppress ZERO() warning ( #24178 )
2022-05-17 03:04:30 -05:00
Marcio T
78c7fedcea
🐛 Fix Due cli/sei ( #24182 )
...
Followup to #23357
2022-05-16 21:49:30 -05:00
Scott Lahteine
c4b8339b84
🎨 HAL_MinSerial.* => MinSerial.*
2022-05-16 21:49:30 -05:00
Keith Bennett
94ed67e36e
🩹 Run TMC test last in setup ( #24160 )
2022-05-13 19:53:19 -05:00
Miguel Risco-Castillo
03b819bdb2
🚸 DWIN/DACAI for Creality 4.2.3 ( #24132 )
2022-05-13 19:53:19 -05:00
Scott Lahteine
2204f05dca
🧑💻 Clarify MSerialUSB, drop HardwareSerial workaround
2022-05-13 19:53:19 -05:00
Keith Bennett
a13cceaad1
🚸 Improve MKS SGEN_L V2, Robin Nano V3 pins ( #24147 )
2022-05-13 19:53:19 -05:00
Dominic
5c25ed60c8
🐛 Fix AIR_ASSIST ( #24162 )
2022-05-13 19:18:27 -05:00
Keith Bennett
1c516bdd5e
🔧 Allow board & probe dummy thermistors ( #24165 )
2022-05-13 19:18:27 -05:00
grauerfuchs
425684e2ff
🐛 Fix Mightyboard LED pin, fan override ( #24168 )
2022-05-13 19:09:55 -05:00
Roxy-3D
63aecad7ee
🔨 BTT Octopus ST-Link programming/debugging
2022-05-13 19:09:55 -05:00
Scott Lahteine
dcd769b4a1
🎨 Nextion cleanup
2022-05-13 01:19:45 -05:00
Scott Lahteine
f9b7f00d1e
🚚 Move speed_lookuptable.h
2022-05-13 01:19:45 -05:00
Keith Bennett
a6ff63d506
🎨 Clean up warnings / extra check ( #24163 )
2022-05-13 00:42:05 -05:00
ellensp
7d37ae2b2b
🔧 AVR/DUE Serial Port pin conflict checks ( #24148 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-13 00:36:57 -05:00
Scott Lahteine
a7d40ec654
✨ Add BOARD_CREALITY_V24S1_301F4
...
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com >
2022-05-13 00:36:57 -05:00
InsanityAutomation
7ed339cfa0
✨ Creality CR-10 SmartPro ( #24151 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-13 00:36:57 -05:00
Scott Lahteine
cb4ad020af
🧑💻 Misc. LCD cleanup
2022-05-13 00:36:57 -05:00
Scott Lahteine
0805f9bf3f
🩹 Fix ProUI leveling start message
2022-05-12 21:28:52 -05:00
Scott Lahteine
d235bc9e1c
🧑💻 General and Axis-based bitfield flags ( #23989 )
2022-05-12 04:18:02 -05:00
Scott Lahteine
d5f472a6cf
🔨 Fix g++ locator for CI
2022-05-12 04:18:02 -05:00
Scott Lahteine
d67fa98cf6
🩹 Fix accel dividend
2022-05-12 04:17:16 -05:00
Scott Lahteine
d3fe0caa7f
🧑💻 Clarify acceleration factor
2022-05-09 18:55:42 -05:00
Scott Lahteine
bd09f8acff
📌 Define RAMPS_SMART EXP headers, AZSMZ_12864
...
See #23501
2022-05-09 17:46:23 -05:00
Scott Lahteine
a9aca5f5e8
✏️ Fix spurious UTF
2022-05-09 17:46:23 -05:00
Scott Lahteine
13d1eb7241
🔨 OpenOCD Debug for VSCode
2022-05-09 17:46:23 -05:00
Mike La Spina
238ab1dd06
🩹 Fix Fan Tail Speed Init ( #24076 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-09 17:46:23 -05:00
Keith Bennett
a7e4061d12
🔧 Fix Neo RGB sanity check ( #24146 )
2022-05-09 17:46:23 -05:00
ellensp
31c87adba8
📌 Use ESP3DLib master branch ( #24140 )
2022-05-09 17:46:23 -05:00
ellensp
727e7e7fd7
✏️ Fix Markforged endstops/G38 ( #24141 )
2022-05-09 17:46:23 -05:00
Scott Lahteine
975b90c0b7
🎨 Tweak NEOPIXEL_LED format ( #24110 )
2022-05-07 18:46:20 -05:00
Scott Lahteine
8f0180802a
🔧 Move LASER_COOLANT_FLOW_METER to LASER_FEATURE
2022-05-07 18:46:20 -05:00
Giuliano Zaro
aa4c991755
📝 Obsolete freeze comment ( #23964 )
...
Followup to #23944
2022-05-07 18:46:20 -05:00
Scott Lahteine
9ab1a57d72
♻️ Consolidate DGUSScreenHandler class ( #24067 )
2022-05-07 18:46:20 -05:00
Robby Candra
044bf8ab7e
⚰️ Clean up dead option ( #24006 )
2022-05-07 18:46:12 -05:00
Scott Lahteine
4bdec5e993
🚸 More ExtUI events for ABL / UBL
2022-05-07 18:40:42 -05:00
Scott Lahteine
7444933d5d
🩹 Fix ESP32 servos, SD_IGNORE_AT_STARTUP
...
Fixes #24007
Followup to aaf5bf02
2022-05-07 18:40:42 -05:00
Scott Lahteine
f35404f853
🧑💻 Handle PLR in manage_media
2022-05-07 18:40:42 -05:00
Keith Bennett
7fa2dcedda
🐛 Fix ProUI / JyersUI leveling preheat ( #24060 , #24064 )
...
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 18:40:42 -05:00
Scott Lahteine
4c84769a81
🩹 Fix ADVANCED_PAUSE_RESUME_PRIME check
...
Fixes #23824
2022-05-07 18:40:42 -05:00
Robby Candra
8fb3074901
🩹 Fix DEBUG_CARDREADER ( #24023 )
2022-05-07 18:40:42 -05:00
ellensp
230db90b70
🩹 Fix DGUS_PREHEAT_UI enable with DGUS_LCD_CLASSIC ( #24066 )
2022-05-07 18:40:42 -05:00
Scott Lahteine
28d2bc353e
🎨 Use LEDColor default C-CTOR
2022-05-07 18:27:56 -05:00
Scott Lahteine
7b5e2cd786
🐛 Update M913, M914 report
...
Followup to #11248 , #11249 , #23400
2022-05-07 18:27:56 -05:00
Giuliano Zaro
4b456078dd
🌐 Update Italian language ( #24019 )
2022-05-07 18:27:56 -05:00
Keith Bennett
8d3c84a6d9
✏️ Fix FYSETC Mini Panel neopixel type ( #24011 , #24111 )
2022-05-07 18:13:09 -05:00
Giuliano Zaro
cbc6f23a8a
🔧 Sanity-check SWITCHING_TOOLHEAD_X_POS ( #23985 )
2022-05-07 18:13:09 -05:00
Giuliano Zaro
bed8abe5b6
🐛 Fix PID edit menu for Bed, Chamber ( #23987 )
2022-05-07 18:13:09 -05:00
tombrazier
74565890f3
♻️ Refactor and fix ABL Bilinear ( #23868 , #24009 , #24107 )
2022-05-07 18:13:09 -05:00
Scott Lahteine
4ec9af42b8
💥 Rename ExtUI settings methods
2022-05-07 18:13:09 -05:00
John Robertson
b0d621d8b9
🧑💻 Define isr_float_t to assert a non-FPU float ( #23969 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 18:13:09 -05:00
Stephen Hawes
995221e68e
✨ Add M3426 A<addr> parameter ( #24130 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-07 18:13:09 -05:00
LPRtypeCN
54e543872b
🌐 Update Chinese language ( #23865 )
2022-05-07 18:12:18 -05:00
ellensp
7b39604d6f
🌐 Update Russian language ( #23978 )
2022-05-07 18:12:18 -05:00
Keith Bennett
01c9c26661
🧑💻 Preheat menu improvements ( #24017 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 18:11:03 -05:00
ellensp
27b1484428
🐛 Fix Manual Move cold extrude override ( #24045 )
...
Followup to #19606
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 18:11:03 -05:00
InsanityAutomation
7f1c5ad7aa
🩹 Fix and clean up E3V2 draw ( #23979 , #24013 )
2022-05-07 18:11:03 -05:00
ellensp
4fd7d1b056
🐛 Fix STM32 Pins Debugging ( #22896 )
2022-05-07 18:11:03 -05:00
Scott Lahteine
7ffe4de021
🩹 Use LCD_CONTRAST_INIT in pins files
2022-05-07 18:11:03 -05:00
Scott Lahteine
eada17ed69
🩹 Apply 100% leveling correction below the bed
...
See #24002
2022-05-07 18:11:03 -05:00
Scott Lahteine
cd5c5ea60e
🔨 Fix LPC176x debug build
...
See #23635
2022-05-07 18:07:01 -05:00
stream2me
e9ea82e78d
🐛 Prefer os.replace, fix TFT_LVGL_UI build ( #24001 )
2022-05-07 18:07:01 -05:00
ellensp
18b17fc97d
🐛 Fix MKS_MINI_12864 build for ESP32 ( #24071 )
2022-05-07 18:07:01 -05:00
Scott Lahteine
89d5ed0c9e
🎨 Combine common LPC1768 I2C code
2022-05-07 18:07:01 -05:00
Scott Lahteine
a56bf9045d
🧑💻 Simplify BIGTREE_SKR_2_F429 env
2022-05-07 17:59:30 -05:00
Scott Lahteine
c23d035149
🧑💻 Strip #errors in Configurations deployment
2022-05-07 17:58:27 -05:00
Scott Lahteine
7ff4b70694
🚸 Prevent accidental button press
2022-05-07 17:56:18 -05:00
Scott Lahteine
421c38ff2e
🐛 Home Z to Max after Z_SAFE_HOMING
2022-05-07 17:56:18 -05:00
Scott Lahteine
ec447dba04
🚸 Home Y before X on belt printers
2022-05-07 17:56:18 -05:00
Christian Piper
be6535e5f7
🩹 Fix PRINTCOUNTER with EXTRUDERS 0 ( #24063 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 17:56:04 -05:00
Scott Lahteine
99252cf0cd
🐛 Prevent BABYSTEP freeze
...
See #22830 , #13300
2022-05-07 17:55:13 -05:00
Scott Lahteine
f6f31434b8
🧑💻 IS_ULTRA_LCD => HAS_WIRED_LCD
2022-05-07 17:55:13 -05:00
Scott Lahteine
2f3960904e
🎨 Misc. USB flash code cleanup
2022-05-07 17:55:13 -05:00
Scott Lahteine
2dc4c642e7
🎨 Misc. adjustments, spacing
2022-05-07 17:55:08 -05:00
Scott Lahteine
70ea0e7c34
✏️ Remove extra G29 line
...
Followup to 85a62bbf
2022-05-07 17:55:02 -05:00
Scott Lahteine
a81fd009f0
🎨 misc. cleanup
2022-05-07 17:54:10 -05:00
Scott Lahteine
e667d4e6e4
🌐 Rename "LCD Timeout" string
2022-05-07 17:34:02 -05:00
Scott Lahteine
2d0af75d37
✏️ No such pin
2022-05-07 17:34:02 -05:00
ellensp
5e68a86968
🔨 Preflight check old abl files ( #24010 )
2022-05-07 17:34:02 -05:00
Moritz Wirger
8bd1547c3b
✨ enwi ESPNP board support ( #24029 )
2022-05-07 17:34:02 -05:00
Scott Lahteine
a5e083603f
📝 Fix 'M150 S' comment
2022-05-07 17:34:02 -05:00
Giuliano Zaro
c5f7547e8c
🩹 Fix "elapsed" text on DOGLCD ( #24087 )
2022-05-07 17:34:02 -05:00
InsanityAutomation
5c5b380fda
🐛 Fix MarlinUI on Ender 3 S1 ( #23949 )
2022-05-07 17:34:02 -05:00
aegelsky
bb0e0cf7f3
🐛 Fix MKS Gen. L - EEB ( #23965 )
2022-05-07 16:53:59 -05:00
Jon
5ee99dfc49
🩹 SKR2 Pins DIAG flag ( #23968 )
...
Followup to #23050
2022-05-07 16:53:59 -05:00
Keith Bennett
a083b1280e
📌 SKR Mini V1.1 TMC UART Pins ( #23970 )
2022-05-07 16:53:59 -05:00
grauerfuchs
b7b5cee88b
🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs ( #23976 )
2022-05-07 16:53:59 -05:00
Keith Bennett
7456fd68a4
✏️ Fix NOZZLE_PARK_Y_ONLY sanity-check ( #23990 )
2022-05-07 16:53:59 -05:00
Scott Lahteine
20154718b5
🌐 Clean up languages
2022-05-07 16:49:47 -05:00
Manianac
a6794c1862
🐛 Use ADC_VREF for Filament Width ADC Vref ( #23977 )
2022-05-07 16:49:47 -05:00
John Lagonikas
bd5c6bf23c
✏️ Fix parking extruder compile ( #23961 )
...
Followup to d3e3e6a491
2022-05-07 16:49:21 -05:00
Scott Lahteine
68ee64283a
🎨 INI cleanup
2022-05-07 16:49:21 -05:00
Scott Lahteine
dd29394bbe
🔨 Improved mfprep script
2022-05-07 16:49:21 -05:00
Scott Lahteine
ceb99e89a0
🔨 Prevent build attribute define conflicts
2022-05-07 16:49:21 -05:00
Scott Lahteine
6112277f9b
🔨 Use first g++ in path for 'native' targets
2022-05-07 16:49:21 -05:00
Keith Bennett
81f403025c
🐛 Some EEPROM size fixes ( #24113 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-07 16:49:21 -05:00
Scott Lahteine
eeda8b451a
📝 Replace KB with K in pins
2022-05-07 16:47:33 -05:00
Keith Bennett
c7e8ba7857
📝 Fix extraneous URL args ( #24125 )
2022-05-07 16:47:16 -05:00
Ludy
071e5c336a
🐛 Fix MMU2 buzz ( #23950 )
...
Followup to #23943
2022-05-07 16:17:47 -05:00
David Forrest
be08d4c4f0
🔨 Fix Makefile GCC warning ( #23957 )
2022-05-07 16:17:47 -05:00
ellensp
e99104a004
✨ Configurable FREEZE pin state ( #23944 , #23948 )
...
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 16:17:47 -05:00
Scott Lahteine
edc4089121
🐛 Fix pulldown sanity check
2022-05-07 16:17:47 -05:00
ellensp
3bce266ef7
🐛 Fix MMU2 buzz ( #23943 )
...
Followup to 89a9c3a391
2022-05-07 16:17:47 -05:00
Robby Candra
c89d0114ac
✨ STATUS_MESSAGE_TIMEOUT_SEC ( #23135 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 16:17:47 -05:00
Scott Lahteine
0e693854d0
🚸 Clear "heating/cooling" message on temp reached
2022-05-07 16:17:47 -05:00
Scott Lahteine
9324132a40
🎨 Format, use status macros
2022-05-07 16:17:47 -05:00
Scott Lahteine
5632ad65f5
🐛 Fix status_printf alert level
2022-05-07 16:17:47 -05:00
Scott Lahteine
eccbfbcede
🩹 Print English to serial out
2022-05-07 16:17:47 -05:00
Scott Lahteine
5ef4fb378e
✏️ Encoder noise followup
...
Followup to #23925
2022-05-07 16:17:47 -05:00
Oleg Belov
21f0945d2c
📌 Custom cable for Mini 12864 V1 + SKR Mini E3 V3.0 ( #23936 )
2022-05-07 16:17:47 -05:00
Serhiy-K
b2a318af9a
🌐 Update Ukrainian language ( #23935 )
2022-05-07 16:17:47 -05:00
ellensp
1c89c0470f
🩹 Wrap endstop_diag.cpp ( #23931 )
2022-05-07 16:17:47 -05:00
Scott Lahteine
2ee4a667e1
💡 Misc. cleanup, comments
2022-05-07 16:17:47 -05:00
Scott Lahteine
f8e177a43e
🧑💻 Improve STATUS_BED_X
2022-05-07 16:01:19 -05:00
Scott Lahteine
9ac1c73041
🎨 General cleanup, comments
2022-05-07 16:01:17 -05:00
Scott Lahteine
4a8b99d505
🧑💻 EXTRUDER_LOOP macro
2022-05-07 16:01:13 -05:00
Scott Lahteine
b094a3fc0d
🎨 Clean up tool change with tool sensor
2022-05-07 16:01:10 -05:00
Scott Lahteine
2d99a608fd
🔨 Fix 'mftest -s'
2022-05-07 16:01:08 -05:00
Scott Lahteine
fba8805c0c
🩹 Fix ADC math overflow
2022-05-07 16:01:06 -05:00
Scott Lahteine
039a22649f
🧑💻 PIO --silent in build_example
2022-05-07 16:01:03 -05:00
Scott Lahteine
ced0ad8e09
🎨 Apply _TERN where possible
2022-05-07 16:01:01 -05:00
Scott Lahteine
10a0c9a9b3
🔨 Suppress MMU2 resume_position warning
2022-05-07 16:00:59 -05:00
Scott Lahteine
abfb041180
🧑💻 Add neo.set_background_color(rgbw)
2022-05-07 16:00:56 -05:00
Scott Lahteine
72f207f489
🔧 Sanity-checks for PULLDOWN, SINGLENOZZLE
2022-05-07 16:00:54 -05:00
Scott Lahteine
7186037f20
🔧 No Switching Nozzle with MMU2
2022-05-07 16:00:51 -05:00
Scott Lahteine
b0a400da72
🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER
2022-05-07 16:00:49 -05:00
Scott Lahteine
cc4c2c2f98
🔨 Allow I2CPE_ENC_n_INVERT set to false
2022-05-07 16:00:46 -05:00
Scott Lahteine
5dae8a6734
🚸 Allow one servo with cutter on RAMPS
2022-05-07 16:00:44 -05:00
Fredrik Andersson
05dea4e30a
✨ Encoder button noise filter ( #23925 )
2022-05-07 16:00:41 -05:00
Mark
7e88ee8c5c
📌 PandaPi V2.9 – Standalone mode ( #23908 )
2022-05-07 16:00:38 -05:00
John Robertson
cc8e485e1c
✨ ESP32 - Hardware PWM for fan, cutter, servos ( #23802 )
2022-05-07 16:00:36 -05:00
ellensp
c7a2ecc31a
🩹 Fix xatc EEPROM debug ( #23911 )
2022-05-07 16:00:34 -05:00
tombrazier
260b40d145
⚡ ️ Fix noisy ADC - 16x oversampling with 12-bit ADC ( #23867 )
2022-05-07 16:00:31 -05:00
Ludy
c87eded8f6
🩹 Fix redundant var declaration ( #23913 )
2022-05-07 16:00:28 -05:00
John Robertson
2f2a999368
🐛 MKS TinyBee - 2.5V ADC Vref ( #23903 )
2022-05-07 16:00:25 -05:00
Jelmer van der Stel
2558b323e8
🩹 Fix DWIN E3V2 display issues by allowing re-init ( #23879 )
2022-05-07 15:59:57 -05:00
Mrnt
1db6855939
🧑💻 Allow DIGIPOT Rsx / Vrefmax override ( #23885 )
2022-05-07 15:58:31 -05:00
Julien Staub
62f298aca3
🩹 Fix ExtUI build with Host Keepalive disabled ( #23898 )
2022-05-07 15:58:31 -05:00
InsanityAutomation
8d20c5aadf
📝 Fix X2_MAX_POS comment ( #23873 )
2022-05-07 15:58:31 -05:00
Scott Lahteine
61b470249c
📝 Fix DEFAULT_DUAL_X_CARRIAGE_MODE comment
2022-05-07 15:58:31 -05:00
Scott Lahteine
4ffa88f814
🚸 Test LIN_ADVANCE in a pins file
2022-05-07 15:58:31 -05:00
Mathew Winters
8257040faf
⚡ ️ G12 - Only require used axes to be homed ( #23422 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:31 -05:00
Keith Bennett
5d9ab7e71e
🔨 Drop extraneous build flag ( #23862 )
2022-05-07 15:58:31 -05:00
Nick
1a76d4d467
🐛 Fix Chiron new TFT SD print after reset ( #23855 )
2022-05-07 15:58:31 -05:00
Scott Lahteine
4028c1cfc7
🩹 Fix FSTR / PSTR usage
2022-05-07 15:58:31 -05:00
Scott Lahteine
c49f26a7ae
🧑💻 Add standard BUZZ types
2022-05-07 15:58:31 -05:00
Ludy
f82b133595
🌐 Fix, add some menu labels ( #23895 )
2022-05-07 15:58:31 -05:00
Scott Lahteine
2c3f2a1471
🐛 Fix UBL 'G29 Q1' bug
2022-05-07 15:58:31 -05:00
Scott Lahteine
4817efcf81
🧑💻 Add ExtUI::onLevelingDone, match DWIN to ExtUI
2022-05-07 15:58:31 -05:00
BIGTREETECH
16271377e2
🧑💻 STM32G0Bx : Use PLLQ for USB clock ( #23870 )
2022-05-07 15:58:31 -05:00
kisslorand
61fb382868
🚸 M401 H - Report BLTouch HS State ( #23724 )
2022-05-07 15:58:31 -05:00
GatCode
7dae720de5
📌 Fix, extend Index Rev03 Mobo ( #23851 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:31 -05:00
Giuseppe499
c6f4b38877
🚸 Fix, extend X Axis Twist Compensation ( #23745 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:31 -05:00
Miguel Risco-Castillo
eabeac29fd
🚸 Update Ender3 V2/S1 Pro UI ( #23878 )
2022-05-07 15:58:31 -05:00
ellensp
b045c91f26
fix g29 ( #23887 )
2022-05-07 15:58:31 -05:00
Scott Lahteine
56955c179d
🐛 Fix UI include
...
Followup to ~2
2022-05-07 15:58:31 -05:00
ellensp
4eb1326355
📝 Update laser/spindle docs link ( #23886 )
2022-05-07 15:58:31 -05:00
Scott Lahteine
b669aa49cc
🔧 DWIN_CREALITY_LCD_ENHANCED => DWIN_LCD_PROUI
...
Followup to #23624
2022-05-07 15:58:31 -05:00
Scott Lahteine
152ec49b8b
🩹 Fix 'hdsl' warning
2022-05-07 15:58:31 -05:00
Scott Lahteine
e4ca822dcf
🚸 Improve M422 error messages
2022-05-07 15:58:30 -05:00
Scott Lahteine
0fafcd20cd
🔧 Mark Thermal Variance Monitor EXPERIMENTAL
2022-05-07 15:58:30 -05:00
Jack Wilsdon
bd72df3bb6
🐛 Emergency Parser with STM32 Mass Storage ( #23827 )
2022-05-07 15:58:30 -05:00
tombrazier
fd582dc863
🩹 Improve and apply XATC reset() ( #23840 )
2022-05-07 15:58:30 -05:00
Scott Lahteine
2986bc3b76
⚡ ️ Use seen_test in M422
2022-05-07 15:58:30 -05:00
Scott Lahteine
e082a141f6
🚸 Use Z_STEPPER_ALIGN_STEPPER_XY to enable
2022-05-07 15:58:30 -05:00
tombrazier
575c3150f9
🚸 Universal X_AXIS_TWIST_COMPENSATION ( #23828 )
2022-05-07 15:58:30 -05:00
Scott Lahteine
43d4e30668
🐛 Fix M_State_grbl when G29 calls G28
2022-05-07 15:58:30 -05:00
Julien Staub
9b17699b9b
✨ Weedo 62A Tina2 / Monoprice Cadet ( #23817 )
2022-05-07 15:58:30 -05:00
InsanityAutomation
0337602bbe
⚡ ️ E3V2 blank bg for S1 compatibility ( #23822 )
2022-05-07 15:58:30 -05:00
ellensp
fbfe0642b6
🚨 Fix BLTouch 5V pin tolerance checks ( #23823 )
2022-05-07 15:58:30 -05:00
tombrazier
41a51e9527
🐛 Fix backlash applied steps when config changes ( #23826 )
...
Followup to #23814
2022-05-07 15:58:30 -05:00
ellensp
2d648e4dd9
🔨 Fix 'renamed' env (platform = ststm32) ( #23831 )
2022-05-07 15:58:30 -05:00
Ludy
35d11070b4
🌐 Update German language ( #23832 )
2022-05-07 15:58:30 -05:00
kisslorand
feafb7d49a
✨ M21 P / S / U - Select Volume ( #23780 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:30 -05:00
M. FURIC Franck
39001bd8d2
✨ LCD Backlight Timer ( #23768 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:30 -05:00
ellensp
3db2fecaa4
🔧 SHOW_CUSTOM_BOOTSCREEN sanity-check ( #23807 )
2022-05-07 15:58:30 -05:00
sam
c0288590b3
📺 BTT SKR Mini E3 with Fysetc V2.1 / MKS V3 / BTT V1 Mini 12864 ( #23793 )
2022-05-07 15:58:30 -05:00
ellensp
d2cd3f2e68
✨ MKS Robin Nano 3.1 ( #23795 )
2022-05-07 15:58:30 -05:00
ellensp
893c662438
🐛 ESP32 _delay_ms, fix u8g_esp32_spi.cpp ( #23810 )
2022-05-07 15:58:30 -05:00
tombrazier
b0fdbede9c
🐛 Fix steps-to-mm with backlash ( #23814 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:30 -05:00
Scott Lahteine
8e11a2bb83
🎨 Move PROPORTIONAL_FONT_RATIO
2022-05-07 15:58:30 -05:00
ellensp
9588f21d2e
🔨 More renamed.ini envs ( #23786 )
2022-05-07 15:58:30 -05:00
ellensp
80e569015b
🐛 Fix TMC26X CS pins init ( #23778 )
2022-05-07 15:58:30 -05:00
Keith Bennett
be70352203
🔧 Warning for MK3_FAN_PINS ( #23727 )
2022-05-07 15:58:30 -05:00
Scott Lahteine
980c009fc7
✨ Dyze Design PT100 Amplifier Board ( #23760 )
2022-05-07 15:58:30 -05:00
Scott Lahteine
8a02646f52
📝 Update Toolchange FS comments
2022-05-07 15:58:30 -05:00
tombrazier
7ec2167a73
⚡ ️ Apply PTC on all probing ( #23764 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:30 -05:00
Scott Lahteine
56cec9690a
♻️ Refactor HAL as singleton ( #23357 , #23871 , #23897 )
2022-05-07 15:58:30 -05:00
John Robertson
428b67db31
✨ More Nozzle Park move options ( #23158 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:30 -05:00
Scott Lahteine
1b2715ccf2
🚸 Enhanced UI => Professional UI - with updates ( #23624 )
2022-05-07 15:58:30 -05:00
GHGiampy
ac76ed7ece
🚸 Case Light, LED menus for E3V2 DWIN Enhanced UI ( #23590 )
2022-05-07 15:58:30 -05:00
ellensp
4ba4ab1c75
📌 Creality RAMPS optional SD_DETECT_PIN ( #23740 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:58:30 -05:00
GHGiampy
c0f6d2f78c
✏️ Fix getLFNName parameter ( #23752 )
2022-05-07 15:56:08 -05:00
jefflessard
0b4f5298f5
🚨 Fix TEMP_SENSOR_BOARD warnings ( #23754 )
2022-05-07 15:56:08 -05:00
Simon Pilepich
195383bc33
🧑💻 Update MightyBoard FET pins ( #23728 )
2022-05-07 15:56:08 -05:00
Scott Lahteine
4199191e99
♻️ Rename XATC z_values => z_offset
2022-05-07 15:56:08 -05:00
InsanityAutomation
7da28768f7
♻️ No ui.reinit_lcd on any ExtUI ( #23722 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:56:08 -05:00
Scott Lahteine
172cd2eefb
📝 Update conditionals descriptions
2022-05-07 15:55:58 -05:00
Scott Lahteine
341113bcfb
🔧 HAS_LCDPRINT conditional
2022-05-07 15:55:58 -05:00
ellensp
5f0e1a15df
✏️ Fix E3V2 display with BTT SKR Mini E3 v3 ( #23719 )
2022-05-07 15:55:16 -05:00
ellensp
3abf4de4ae
🚸 Align MKS UI heated bed status with HAS_MULTI_HOTEND ( #23718 )
2022-05-07 15:55:16 -05:00
Scott Lahteine
cc1a48ad2d
💥 Change 'M42 M' to 'M42 T'
2022-05-07 15:55:16 -05:00
Scott Lahteine
2a584cea96
🎨 Misc. DGUS cleanup
2022-05-07 15:55:08 -05:00
Thomas White
9f57f6f36f
✨ Pxmalion Core i3 ( #23711 )
2022-05-07 15:55:08 -05:00
Scott Lahteine
59548410b8
🧑💻 Wrap MMU1 pins
2022-05-07 15:55:08 -05:00
espr14
65c4f14a9e
🩹 Simplify quick homing feedrate ( #23714 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-07 15:55:08 -05:00
MOHAMMAD RASIM
3e18cf2b6a
🚸 Fix, Improve Power-Loss Recovery ( #22828 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-07 15:55:07 -05:00
ellensp
11071c7472
🚸 Restore active tool after ABL G29 ( #23692 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:55:07 -05:00
Scott Lahteine
38484c6eb6
🧑💻 Drop hostui.flag
2022-05-07 15:54:55 -05:00
Taylor Talkington
b964d2fff0
✨ Optional HOST_STATUS_NOTIFICATIONS ( #22833 )
2022-05-07 15:54:55 -05:00
Scott Lahteine
973366e6aa
🔧 Update MIXING_EXTRUDER sanity checks
...
Fixing #23693
2022-05-07 15:54:55 -05:00
InsanityAutomation
e255e4a69f
PLR accessors for Ext UI ( #23687 )
2022-05-07 15:54:46 -05:00
InsanityAutomation
942f088522
🩹 Fix Maple HAL compile errors ( #23685 )
2022-05-07 15:54:46 -05:00
ellensp
c4341a4e35
🚨 Cleaner errors for renamed envs ( #23690 )
2022-05-07 15:54:46 -05:00
InsanityAutomation
6e23ffd12c
🧑💻 Generic Maple STM32F103RC envs for devs ( #23686 )
2022-05-07 15:54:33 -05:00
Bob Kuhn
58239c65cb
🐛 Fix init of delta safe height (for G29, G33, etc.) ( #23622 )
2022-05-07 15:54:33 -05:00
ellensp
82ae3646cb
🐛 Fix missing u8g_esp32_spi ( #23562 )
2022-05-07 15:54:33 -05:00
GHGiampy
8799837d75
🔨 Clean up upload.py ( #23679 )
2022-05-07 15:53:47 -05:00
John Lagonikas
cdcf31453b
🐛 Fix dual MAX31865 initialization issues ( #23496 )
2022-05-07 15:53:47 -05:00
Bob Kuhn
a23ecf0d2f
🩹 Prevent Z error with UBL + Park unscaled E move ( #23568 )
2022-05-07 15:53:47 -05:00
ellensp
f5046a41cd
🚨 Deprecate Maple build ( #23661 )
...
Update Warnings.cpp
2022-05-07 15:53:06 -05:00
GHGiampy
0d07c49c1d
🩹 Init brightness/contrast later ( #23645 )
2022-05-07 15:48:34 -05:00
Stephen Hawes
f193729f54
🐛 Fix Index Mobo Rev03 upload ( #23676 )
2022-05-07 15:48:34 -05:00
Kelroy
22db62d95a
✨ SAMD51 Bricolemon / Bricolemon Lite boards ( #23658 )
2022-05-07 15:48:13 -05:00
Bruno Henrique de Paula
50ffacfb90
📌 Distinct BOARD_CREALITY_V422 ( #23674 )
2022-05-07 15:48:13 -05:00
Bones
21935b41f0
✨ Add ZRIB v53, patch G35 Z drop, related issues ( #23636 )
2022-05-07 15:48:13 -05:00
Scott Lahteine
15eabba11d
🧑💻 Relocate a variant
2022-05-07 15:48:13 -05:00
Bob Kuhn
b2d0f2fd8c
🐛 Fix RUMBA + MKS Mini12864 Neopixel pin ( #23646 )
2022-05-07 15:48:13 -05:00
Mike La Spina
a07d7e4b8a
🍻 STM32 set_pwm_duty "on/off" for digital pins ( #23665 )
2022-05-07 15:48:13 -05:00
Scott Lahteine
d4801461f5
💡 Comment variant timers
2022-05-07 15:48:13 -05:00
Mike La Spina
f42c1b4cae
🔧 Sanity-check AVR D9 Fan PWM / SPEAKER Timer2 ( #23672 )
2022-05-07 15:48:13 -05:00
ellensp
f8571fc18f
🐛 Creality v4 cleanup, pin correction ( #23666 )
2022-05-07 15:47:49 -05:00
Scott Lahteine
fbbf556e08
🔨 Workspace file with recommendation
2022-05-07 15:47:08 -05:00
Scott Lahteine
1cdaddaaf2
🔧 Board temp sensor check
2022-05-07 15:38:56 -05:00
ellensp
4d8976bf6b
🐛 Fix FYSETC S6, S6 V2 Serial RX pins ( #23642 )
2022-05-07 15:38:56 -05:00
Mike La Spina
c02bc3887a
🐛 Fix AVR 644/1284 Timer / PWM conflicts ( #23629 )
2022-05-07 15:38:56 -05:00
Scott Lahteine
68dfc50564
🧑💻 Simplify Fast PWM timer macros
2022-05-07 15:38:56 -05:00
Mike La Spina
c7b0626b02
🐛 Fix SPI DMA and default mode ( #23627 )
...
Followup to #23464
2022-05-07 15:38:56 -05:00
Scott Lahteine
30d1f0ba81
📝 Update Creality 4.2.2 driver warning
2022-05-07 15:38:56 -05:00
Keith Bennett
758dc7af9d
🚸 Better "Bed Tramming Done" dialog ( #23616 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-07 15:38:56 -05:00
Scott Lahteine
361dab93b3
✨ BOARD_CREALITY_V24S1_301 ( #23620 )
...
Co-Authored-By: Miguel Risco-Castillo <mriscoc@users.noreply.github.com >
2022-05-07 15:38:55 -05:00
ellensp
f0f1d33980
✅ FYSETC TFT81050 CI Test ( #23604 )
2022-05-07 15:38:55 -05:00
Scott Lahteine
38e0e92e9d
✏️ Fix MKS enum
2022-05-07 15:38:55 -05:00
Scott Lahteine
2dcc3ddeed
🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
2022-05-07 15:38:55 -05:00
Timofey Titovets
33c89547f0
⚡ ️ Tuned Thermistor 66 (T-D500) ( #23585 )
2022-05-07 15:38:55 -05:00
Lars
a4ea8bc1e1
🐛 Fix DGUS_Reloaded G-code execution ( #23592 )
2022-05-07 15:38:55 -05:00
Keith Bennett
9f06079549
🐛 Fix Creality DWIN LCD with SKR Mini E3 V3 ( #23593 )
2022-05-07 15:38:55 -05:00
DejitaruJin
2f48c30445
🩹 Fix DWIN float debugging ( #23601 )
2022-05-07 15:38:55 -05:00
Keith Bennett
5090687682
🔨 Creality RCT6 (256K) variants ( #23599 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:38:55 -05:00
Scott Lahteine
2d032b734c
🧑💻 Fix up some AUX / EXP pins ( #23577 )
2022-05-07 15:38:55 -05:00
Mike La Spina
2142456a25
🐛 Fix LCD contrast/brightness init ( #23567 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:38:55 -05:00
Scott Lahteine
99f3b8b4a8
♻️ Adjust LCD init, contrast default, settings load
2022-05-07 15:38:55 -05:00
Keith Bennett
de0bc19230
🚸 TH3D EZBoard V2 TMC slave addresses ( #23857 )
2022-05-07 15:38:55 -05:00
John Lagonikas
17099e7973
🩹 Fix power.h compile ( #23573 )
2022-05-07 15:38:55 -05:00
Scott Lahteine
63f3e347d9
🩹 BOARD_INIT followup
2022-05-07 15:38:55 -05:00
Scott Lahteine
32ff8c1489
🧑💻 Add chmod to mfprep
2022-05-07 15:38:55 -05:00
Scott Lahteine
369ba99fdb
🩹 Fix Robin Nano BOARD_INIT
2022-05-07 15:38:55 -05:00
Scott Lahteine
f33ec4aacf
📝 Tweak G26 Q description
2022-05-07 15:38:55 -05:00
Scott Lahteine
1d0ca179b5
🎨 LCD_SCREEN_ROT_* => LCD_SCREEN_ROTATE
2022-05-07 15:38:55 -05:00
Scott Lahteine
8ea172cafe
🎨 Misc. style and cleanup
2022-05-07 15:27:24 -05:00
John Lagonikas
7b4f5108ac
🐛 Fix conditional M81 suicide ( #23549 )
2022-05-07 15:27:20 -05:00
Scott Lahteine
6f82d1befb
📌 RAMPS AUX 1-2 headers ( #23544 )
2022-05-07 15:27:17 -05:00
Fahad Alduraibi
5d5be55ef9
🐛 Fix RAMPS 1.4 Plus EXP headers ( #23523 )
2022-05-07 15:27:10 -05:00
GHGiampy
e704de9bb0
✨ Long filename open/create/write ( #23526 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-05-07 15:26:59 -05:00
A. Herlas
8695f462b7
✨ Z Offset Wizard for TFT_LVGL_UI (English) ( #23489 )
2022-05-07 15:26:59 -05:00
Ave6683
d8c5e49281
✨ MagLev V4 probe by MDD ( #23192 )
2022-05-07 15:26:59 -05:00
Salvatore Bramante
4e72df9a28
🐛 Fix Octopus v1.x probe pin ( #23548 )
2022-05-07 15:26:59 -05:00
Scott Lahteine
ac6c1a9e12
💥 Generalize extra debugging
2022-05-07 15:26:45 -05:00
Taylor Talkington
3f4112aee4
💄 Improve Ender3 v2 DWIN MarlinUI ( #23369 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:25:08 -05:00
Keith Bennett
31ec8f2449
🔨 Suppressible CONFIGURATION_EMBEDDING warning ( #23545 )
2022-05-07 15:25:08 -05:00
John Lagonikas
d18558bbd3
🚸 Suppressible pin warnings ( #23530 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:24:42 -05:00
zerkix
70f03ad852
🐛 Finish and organize temp sensors ( #23519 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2022-05-07 15:24:42 -05:00
Anson Liu
ab40c99893
🐛 Fix Ultimain 2 E-autofan pin mapping ( #23466 )
2022-05-07 15:24:42 -05:00
Miguel Risco-Castillo
420f074915
🐛 Fix PLR for E3V2 Enhanced UI ( #23543 )
2022-05-07 15:14:44 -05:00
Taylor Talkington
4f2ed67324
💄 MarlinUI+DOGM leveled bed bitmaps ( #23539 )
2022-05-07 15:14:44 -05:00
Sola
a80cafbcfc
⚡ ️ SPI+DMA+interrupt method (STM32 / MKS UI) ( #23464 )
2022-05-07 15:13:40 -05:00
Mike La Spina
01cb7c19f9
🐛 Fix, improve PWM on AVR ( #23520 )
2022-05-07 15:13:40 -05:00
Scott Lahteine
44249b1380
🔧 Skip unused axis names
2022-05-07 15:12:59 -05:00
George Fu
d7287e7db8
🔨 Set upload_command for CHEETAH v20 ( #23515 )
2022-05-07 15:12:59 -05:00
Scott Lahteine
cf654bbba2
🩹 Followup to extra axes
2022-05-07 15:12:59 -05:00
Scott Lahteine
5617edbb96
🧑💻 Misc. updates for extra axes ( #23521 )
2022-05-07 15:12:45 -05:00
Mike La Spina
39e4310c7b
🐛 Fix, improve PWM on AVR ( #23463 )
2022-05-07 15:12:45 -05:00
Lefteris Garyfalakis
0204547c09
🚸 Fix E3V2 Enhanced UI time labels ( #23502 )
2022-05-07 15:12:45 -05:00
Scott Lahteine
7b79d53de0
🎨 Misc. spindle/laser adjustments
2022-05-07 15:12:45 -05:00
Scott Lahteine
c478ed08c8
🧑💻 Adjust FastIO AVR timer enums, macros
2022-05-07 15:12:45 -05:00
GHGiampy
67e5298a34
✨ Firmware Upload via Binary Transfer ( #23462 )
2022-05-07 15:10:28 -05:00
John Lagonikas
2ca1d844d7
✨ Temperature variance monitor ( #23373 )
2022-05-07 15:10:28 -05:00
mistic100
b435487da7
🚸 Wait for cooldown in MarlinUI power-off ( #23476 )
2022-05-07 15:10:28 -05:00
Scott Lahteine
d7b7b570c7
🎨 Misc. cleanup, comments
2022-05-07 15:10:19 -05:00
John Lagonikas
2690bb1bc2
✨ M81 D / S - Power-off Delay ( #23396 , #23455 )
2022-05-07 15:10:19 -05:00
Scott Lahteine
b6c37960e8
📝 KHz => kHz ( #23512 )
2022-05-07 15:10:19 -05:00
Scott Lahteine
c1d3e4634c
💚 Lock CI testing to PlatformIO 5.2.5
2022-05-04 15:00:52 -05:00
Scott Lahteine
9df0dbc981
💚 Use PIO-develop for CI
2022-04-20 04:30:15 -05:00
Scott Lahteine
d418f3bfba
🔨 Skip cron with exit code 0
2022-04-19 19:30:08 -05:00
Scott Lahteine
2893060302
💚 Lock CI testing to PlatformIO 5.2.5
2022-03-29 03:24:30 -05:00
Scott Lahteine
ad945017d6
🔨 Update TMC26XStepper link
2022-03-27 00:40:07 -05:00
Scott Lahteine
52a92ca24e
🔨 Use some v3 actions
2022-03-25 20:35:12 -05:00
Keith Bennett
ba2f6c66d3
🔨 Remove StaleBot age limit ( #23907 )
2022-03-17 22:19:00 -05:00
Keith Bennett
19e193410e
🔨 Include "More Data" issues in stale check ( #23863 )
2022-03-12 18:27:18 -06:00
Scott Lahteine
b9cef2e2e3
🚸 12345.6 num-to-string
2022-03-04 16:56:45 -06:00
ellensp
186d2ba6b4
🐛 Fix HAS_TMC26X feature path ( #23757 )
2022-02-17 18:40:16 -06:00
Scott Lahteine
4dfd398d7d
🐛 Patch Creality RAMPS FET / FAN pins
...
Improvement for multi-hotend setup by TH3D.
2022-02-17 18:40:16 -06:00
Giuseppe499
bfdb7c7135
🐛 Fix XATC divide-by-zero ( #23743 )
2022-02-17 18:40:16 -06:00
Mads Ynddal
bf067738f2
🐛 Fix XYZEval::set(XY, Z) and (XY, Z, E) ( #23704 )
...
Fix regression in #21953
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2022-02-10 12:01:51 -06:00
Maeyanie
e028a3c441
🐛 Fix M852 report ( #23660 )
2022-02-10 12:01:16 -06:00
Timothy Hoogland
9847470b38
🐛 Fix EZBoard V2 Environment for OpenBLT ( #23659 )
2022-02-01 17:25:02 -06:00
Timothy Hoogland
51209667a5
🐛 Fix EZBoard V2 timer conflict ( #23648 )
2022-01-30 06:38:49 -06:00
Scott Lahteine
db4172b5fa
🔨 Prevent two [cron] in a row
2022-01-17 04:19:12 -06:00
Jim Watson
242192d03d
🐛 Fix SHOW_REMAINING_TIME compile ( #23503 )
2022-01-12 10:23:50 -06:00
ellensp
7135c3b185
🚑 ️ Fix M105 regression ( #23505 )
...
Fixes #23504
2022-01-12 10:23:50 -06:00
ellensp
c91d033b5d
🐛 Fix Arduino build issues ( #23510 )
2022-01-12 10:23:50 -06:00
Scott Lahteine
0470fbe0a1
🧑💻 Move PB0 init for MKS_ROBIN_NANO
2022-01-12 10:23:50 -06:00
Scott Lahteine
eb8d819325
🧑💻 Fewer string macros
2022-01-10 05:52:02 -06:00
DerAndere
41f80a4498
🚸 Include extra axes in position report ( #23490 )
2022-01-10 05:52:02 -06:00
David Ross Smith
e0f75d4f06
🚑 ️ Fix preheat target bug
...
Fixes Jyers/Marlin#1651
2022-01-09 04:41:07 -06:00
Scott Lahteine
42449b8683
🌐 Update auto home axis strings
2022-01-09 04:40:41 -06:00
Roman Moravčík
e23c696566
🌐 Update Slovak language ( #23475 )
2022-01-09 04:40:28 -06:00
Scott Lahteine
035f9b8e13
🔨 Rename (not copy) with board_build.rename
2022-01-09 04:34:42 -06:00
Miguel Risco-Castillo
49f8171f7a
🚸 BLTouch HS menu item for DWIN Enhanced UI ( #23480 )
2022-01-09 04:34:29 -06:00
ClockeNessMnstr
75d0e94d5b
🚸 Do G34 "Z Backoff" at full current
2022-01-09 04:33:24 -06:00
jdegenstein
915f610782
📌 LCD_FOR_MELZI for BTT E3 RRF ( #23453 )
2022-01-09 04:33:24 -06:00
Lefteris Garyfalakis
2231e00b2c
🌐 Localize E3V2 Enhanced UI ( #23424 )
2022-01-09 04:33:24 -06:00
Anson Liu
63f2b15396
📺 Tune ULTI_CONTROLLER encoder, enable PCA9632 ( #23461 )
2022-01-09 04:33:24 -06:00
Kyle Hu
f503722c45
🐛 Fix Artillery Ruby (startup code, build flags) ( #23446 )
2022-01-09 04:33:24 -06:00
Mike La Spina
4fd1de7fb7
🐛 Define required endstop enums ( #23425 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
93126c0d02
🔨 Strip CR in mftest > awk
2022-01-09 04:33:24 -06:00
Scott Lahteine
80f77ea807
🐛 Fix strlen_P parameter error
...
Fixes #23447
2022-01-09 04:33:24 -06:00
Scott Lahteine
9ff8220b8a
🩹 Fix RADDS+RRD encoder button
2022-01-09 04:33:24 -06:00
hwmland
7754860289
🩹 RAMPS FET order overridable, E + Laser ( #23428 )
2022-01-09 04:33:24 -06:00
Jason Smith
4efe4788af
⬆️ Assert newer GCC in PIO via atmelavr@~3.4 ( #23432 )
2022-01-09 04:33:24 -06:00
Jason Smith
2faf4e2a99
💚 Fix Teensy CI test ( #23433 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
9956e62674
🧑💻 Apply axis conditionals
2022-01-09 04:33:24 -06:00
Scott Lahteine
a732427329
🚨 Fix M906 warning
2022-01-09 04:33:24 -06:00
Mike La Spina
974883d2f6
🔧 Normal FET layout with Spindle/Laser ( #23409 )
2022-01-09 04:33:24 -06:00
Jason Smith
1170ed995e
🔧 Update deprecated auto_build.py ( #23427 )
2022-01-09 04:33:24 -06:00
Johannes Hörmann
24f9c3a777
🔨 Upload to Optiboot at 115200 ( #23403 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
5ec384f40c
✨ M919 : Chopper Timing ( #23400 )
2022-01-09 04:33:24 -06:00
Jason Smith
6d7ffa6add
🔧 Only warn about enabled CONFIGURATION_EMBEDDING ( #23408 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
dadd7516b5
🚑 ️ Fix thermal conditionals, structure
2022-01-09 04:33:24 -06:00
Robby Candra
f99732ba75
🔧 DWIN_MARLINUI sanity checks ( #23399 )
2022-01-09 04:33:24 -06:00
Scott Lahteine
5a9635aa58
🩺 Assert FAN_SOFT_PWM where required ( #23383 , #23477 )
2022-01-09 04:33:24 -06:00
Lefteris Garyfalakis
1552c6d2a5
🎨 E3V2 corner leveling => tramming ( #23375 )
2022-01-09 04:33:24 -06:00
Miguel Risco-Castillo
06c2ed3c99
🚸 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
2022-01-09 04:33:24 -06:00
Scott Lahteine
430c5da54c
🚚 Rename L6470 G-code file
2022-01-09 04:33:24 -06:00
Scott Lahteine
5b9f3bd4b1
🧑💻 Remove extraneous 'inline' hints
2022-01-09 04:33:17 -06:00
Scott Lahteine
ccc66a8528
🎨 Misc. cleanup
2022-01-09 04:33:01 -06:00
Scott Lahteine
8abe314b18
🔨 Get FIRMWARE_BIN from env
2022-01-09 04:32:43 -06:00
Miguel Risco-Castillo
dc470eb10f
🐛 Fix EEPROM_INIT_NOW build hash test ( #23479 )
2022-01-09 01:31:03 -06:00
Miguel Risco-Castillo
4c5e57ae89
🩹 Reset DWIN CrealityUI print progress on start ( #23481 )
2022-01-09 01:31:03 -06:00
Scott Lahteine
5d7328df46
🧑💻 Add AXIS_COLLISION to catch broken parameters
...
\
2022-01-09 01:31:03 -06:00
Scott Lahteine
99c237e05e
🚸 Refine stepper-driver-related G-codes ( #23372 )
2022-01-09 01:31:03 -06:00
Scott Lahteine
56adbc3ebf
📝 Consistent pin header orientation
2022-01-09 01:31:03 -06:00
Scott Lahteine
4cfe812c18
📌 Define MKS Monster8 pins for MKS_MINI_12864
...
Fixes #23324
2022-01-09 01:31:03 -06:00
Scott Lahteine
27d2471ea3
🐛 Fix mffp usage
2022-01-09 01:31:03 -06:00
Scott Lahteine
61b9248c35
🎨 Pins and SDIO cleanup
2022-01-09 01:31:03 -06:00
EvilGremlin
c9561a8826
🔧 Check Chiron LCD requirements ( #23353 )
...
Co-Authored-By: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com >
2022-01-09 01:31:03 -06:00
Scott Lahteine
58c84f17ba
🎨 Simplify some debug echos
2022-01-09 01:31:03 -06:00
Scott Lahteine
73b8320e9c
🔨 Add .vscode/extensions.json
2022-01-05 04:24:04 -06:00
ellensp
1c3f2498b1
🐛 Fix RRW Keypad & Zonestar buttons ( #23388 )
2022-01-05 04:24:04 -06:00
GHGiampy
4202baa409
🩹 Fix Enhanced UI max E speed ( #23387 )
2022-01-05 04:24:04 -06:00
Scott Lahteine
f471eab1a2
🔖 Marlin 2.0.9.3
2022-01-05 04:24:03 -06:00
Keith Bennett
9b13ae2399
🐛 Fix MKS Robin E3 NeoPixel pin default ( #23350 )
2021-12-25 23:11:43 -06:00
kaidegit
06f36dc746
🐛 Fix open for bin rename ( #23351 )
2021-12-25 23:11:43 -06:00
Scott Lahteine
98eca9cb23
🔧 Move MOTHERBOARD closer to top
2021-12-25 23:11:43 -06:00
fflosi
6268795003
✨ Per-axis TMC hold multiplier ( #23345 )
2021-12-25 23:11:43 -06:00
Sola
b4f0922a7c
✨ MKS TinyBee board support ( #23340 )
...
Co-Authored-By: Sola <42537573+solawc@users.noreply.github.com >
2021-12-25 03:23:10 -06:00
Robby Candra
aef613acd3
🔧 Group FAST_PWM_FAN.options ( #23331 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 03:23:10 -06:00
InsanityAutomation
9ecfa1d252
✨ BLTouch High Speed mode runtime configuration ( #22916 , #23337 )
...
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 03:23:10 -06:00
ellensp
e0bed1e344
✨ Option to reset EEPROM on first run ( #23276 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 03:23:10 -06:00
Spencer Owen
d21fa25ab8
✨ Creality3D V4.2.3 / Ender-2 Pro board ( #23307 )
2021-12-25 03:23:10 -06:00
X-Ryl669
0dc1a58b24
✨ Configurations embed and retrieve ( #21321 , #23303 )
2021-12-25 03:23:10 -06:00
John Lagonikas
f2ca70e232
🐛 Fix and improve MAX31865 ( #23215 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 03:23:10 -06:00
BigTreeTech
a6bed22839
✨ BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6) ( #23283 )
2021-12-25 03:23:09 -06:00
Giuseppe499
efd67cf80d
✨ X Twist Compensation & Calibration ( #23238 )
2021-12-25 03:23:09 -06:00
ladismrkolj
15204470a8
🔧 Chamber Fan index option ( #23262 )
2021-12-25 03:23:09 -06:00
Mike La Spina
48358d6a5c
🏗️ Fix Maple HAL/STM32F1 PWM ( #23211 )
2021-12-25 03:23:09 -06:00
Tanguy Pruvot
d7abb891cd
🏗️ Rework STM32 timer frequency protection ( #23187 )
2021-12-25 03:23:09 -06:00
Scott Lahteine
52a44eb200
🐛 Fix STM32 FastPWM
2021-12-25 03:23:09 -06:00
Scott Lahteine
9b1c0a75e1
🎨 Rename HAL timer elements
2021-12-25 03:23:09 -06:00
schmttc
d75e7784e5
✨ EasyThreeD ET4000+ board and UI ( #23080 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 03:23:09 -06:00
John Robertson
0e60c8b7e0
✨ MarkForged YX kinematics ( #23163 )
2021-12-25 03:23:09 -06:00
Keith Bennett
018c7b1cf4
✨ BigTreeTech Mini 12864 V1.0 ( #23130 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 03:23:09 -06:00
Giuliano Zaro
af1d603374
✨ Fan tachometer support ( #23086 , #23180 , #23199 )
...
Co-Authored-By: Scott Lahteine <github@thinkyhead.com >
2021-12-25 03:23:09 -06:00
Scott Lahteine
884308f964
🔧 SOUND_MENU_ITEM for E3V2
2021-12-25 03:23:09 -06:00
Miguel Risco-Castillo
7269990413
🚸 Expose sub-options for E3V2 Enhanced ( #23099 )
2021-12-25 03:23:09 -06:00
Keith Bennett
2a90d93b17
📌 Overridable probe-related pins ( #23107 )
2021-12-25 03:23:09 -06:00
BigTreeTech
6e284f8823
✨ Support for BIQU B1-SE-Plus strain gauge probe ( #23101 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 03:23:09 -06:00
Scott Lahteine
a2349fc411
🔨 Configurable firmware bin filename
...
Configuration.h > FIRMWARE_BIN
2021-12-25 02:09:52 -06:00
Scott Lahteine
a3964b2b40
🔨 Ignore more generated files
2021-12-25 02:09:17 -06:00
Scott Lahteine
226ee7c1f3
🔧 Sanity check MMU2_MENUS
2021-12-25 02:07:59 -06:00
Attila BODY
2c12171f46
🐛 Fix Robin Nano v3 filament runout pins ( #23344 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 02:06:34 -06:00
MrAlvin
d034a9c295
🚸 Show mm'ss during first hour ( #23335 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 02:05:32 -06:00
Robby Candra
d2c7104bb3
🚸 Change "SD" to "Media" or "SD/FD" ( #23297 )
2021-12-25 02:02:05 -06:00
ellensp
570c7e8638
🐛 Fix Chitu Z_STOP_PIN ( #23330 )
2021-12-25 02:01:32 -06:00
Tanguy Pruvot
cc4578a3d3
🩹 Fix settings G21 report ( #23338 )
2021-12-25 01:59:52 -06:00
Mike La Spina
1db84be66a
🚑 ️ FAST_PWM_FAN default 1KHz base freq. ( #23326 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 01:58:34 -06:00
ellensp
77c9668fe2
🐛 Fix LCD_BED_LEVELING compile ( #23298 )
2021-12-25 01:55:26 -06:00
GHGiampy
22cf9b444e
🧑💻 Option allowing > 127 Neopixels ( #23322 )
2021-12-25 01:54:39 -06:00
Scott Lahteine
97798d1e47
🎨 Update SKR V2 pins
2021-12-25 01:53:13 -06:00
Giuliano Zaro
f4b808456a
🚸 Use M600 for disabled MMU ( #21865 )
2021-12-25 01:52:31 -06:00
Tanguy Pruvot
6264736968
🐛 Fix TFT_COLOR_UI Release Media issue ( #23123 )
2021-12-25 01:51:37 -06:00
John Lagonikas
7a5f103bcf
🔧 Warning for IGNORE_THERMOCOUPLE_ERRORS ( #23312 )
2021-12-25 01:51:11 -06:00
Scott Lahteine
1a8307b196
📝 Fix a config comment
2021-12-25 01:51:11 -06:00
ellensp
13a1c86ae8
✨ M115 flag EXTENDED_M20 ( #22941 )
2021-12-25 01:51:11 -06:00
ellensp
15656201d2
✏️ Clean up duplicate defs ( #23182 )
2021-12-25 01:51:11 -06:00
Robby Candra
f3e372cb4c
🩹 Init fan speed at boot ( #23181 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 01:46:19 -06:00
Scott Lahteine
c781ecc437
🔧 Fix unknown board test
2021-12-25 01:46:19 -06:00
Scott Lahteine
daa8fff6c6
🩹 SD abort requires open file
...
See #22566
2021-12-25 01:42:26 -06:00
ellensp
d481bba327
🐛 Fix MARLIN_F103Rx variant SCK / MOSI pins ( #23282 )
2021-12-25 01:42:13 -06:00
Scott Alfter
32b08ae04c
Fix Endstops::report_states ( #23280 )
...
Fix regression 4d45fdf0eb
2021-12-25 01:39:34 -06:00
Scott Lahteine
f00a0356c7
🎨 Misc. probe / endstop cleanup
2021-12-25 01:39:34 -06:00
Sola
9871800874
🐛 Fix MKS LVGL UI retraction ( #23267 )
2021-12-25 01:39:34 -06:00
Robby Candra
39c2c038be
🩹 Coerce pin_t in set_pwm_duty macros ( #23273 )
2021-12-25 01:39:34 -06:00
Jason Smith
285d6488a3
🐛 Fix ACTION_ITEM with nullptr ( #23195 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 01:39:34 -06:00
Robby Candra
eecbd09a46
🚸 Onboard SD for SKR 2.0 / SKR PRO ( #23274 )
2021-12-25 01:37:58 -06:00
Scott Lahteine
8d4e4ac115
🎨 Rename MAX31865 elements
2021-12-25 01:37:38 -06:00
Scott Lahteine
b77a5d4c8d
✏️ MAX31856 => MAX31865
2021-12-25 01:37:21 -06:00
Mike La Spina
c3b8b3e7e6
🩹 Fix non-PWM cutter compile ( #23169 )
2021-12-25 01:37:21 -06:00
Stuart Pittaway
7123b15801
🐛 Fix TWIBus Wire.begin call ( #23183 )
2021-12-25 01:37:21 -06:00
Chris Pepper
8a2f13d657
🐛 HAL_reboot for native HAL ( #23246 )
2021-12-25 01:36:47 -06:00
tommywienert
251d9fc1d7
🐛 Fix env:chitu_f103 ( #23225 )
2021-12-25 01:36:32 -06:00
ellensp
5eeb9650b5
📌 More Longer3D LKx Pro serial tests ( #23260 )
2021-12-25 01:36:32 -06:00
Stuart Pittaway
c0addd1d33
✨ M3426 to read i2c MCP3426 ADC ( #23184 )
2021-12-25 01:36:32 -06:00
Scott Lahteine
05b57278d4
🔧 Cutter pins for SKR 2.0
2021-12-25 01:36:31 -06:00
Robby Candra
aa3ec2fbfd
🚸 Park nozzle on "loud kill" ( #23172 )
2021-12-25 01:34:19 -06:00
ellensp
4468516aa2
✨ BigTree SKR 2 with F429 ( #23177 )
2021-12-25 01:34:08 -06:00
ellensp
95d006b406
🐛 Fix TIMER_TONE for ZM3E4 ( #23212 )
2021-12-25 01:33:53 -06:00
Jiri Jirus
5b057b4bcf
🩹 Assume 4K EEPROM for RUMBA32 BTT ( #23205 )
2021-12-25 01:32:24 -06:00
Scott Lahteine
77af48e547
🐛 Fix STM32 FastPWM
2021-12-25 01:30:50 -06:00
Keith Bennett
0f7f709aad
✏️ Fix Unicode ( #23186 )
2021-12-25 01:29:19 -06:00
Jason Smith
a8c0e11cb1
🩹 Handle nullptr in CardReader::printLongPath ( #23197 )
2021-12-25 01:29:19 -06:00
Anson Liu
0556da85b0
🩹 UM2 extruder cooling fan on PJ6 ( #23194 )
2021-12-25 01:28:54 -06:00
George Fu
93652e5c6f
✨ FYSETC Spider v2.2 ( #23208 )
2021-12-25 01:28:24 -06:00
Giuliano Zaro
f3fc1d15a3
🩹 Fix include path ( #23150 )
2021-12-25 01:26:59 -06:00
Keith Bennett
3148060550
📌 Biqu BX temporary framework workaround ( #23131 )
2021-12-25 01:26:59 -06:00
Mike La Spina
5f08864d1f
🐛 Fix STM32 set_pwm_duty ( #23125 )
2021-12-25 01:26:27 -06:00
Tanguy Pruvot
184fc36a08
🐛 Fix TFT backlight sleep/wake ( #23153 )
2021-12-25 01:25:14 -06:00
Tanguy Pruvot
281ed99868
⚡ ️ Reduce calls to set fan PWM ( #23149 )
2021-12-25 01:24:58 -06:00
Scott Lahteine
2cc4a1b326
🎨 Misc formatting
2021-12-25 01:24:44 -06:00
BigTreeTech
c5bd08755c
🐛 Init PROBE_ENABLE_PIN ( #23133 )
2021-12-25 01:24:34 -06:00
luzpaz
99f58f63f2
🎨 Fix misspelling ( #23137 )
2021-12-25 01:23:32 -06:00
espr14
c2a674d2c1
🏗️ Planner::busy() ( #23145 )
2021-12-25 01:23:17 -06:00
Scott Lahteine
feffc19867
🐛 Fix fast PWM WGM code
...
Followup to #23102
2021-12-25 01:23:02 -06:00
Scott Lahteine
f637e1c501
🔨 Bring Makefile up to date
2021-12-25 01:22:50 -06:00
EvilGremlin
78240a279b
🔨 Ignore sim flashdrive file ( #23129 )
2021-12-25 01:22:50 -06:00
Luc Van Daele
656034d2d9
🐛 Fix G33, Delta radii, reachable ( #22795 )
2021-12-25 01:22:50 -06:00
Mikhail Basov
39a81d167e
🚸 LCD_SHOW_E_TOTAL for TFT_COLOR_UI ( #23127 )
2021-12-25 01:19:21 -06:00
Scott Lahteine
cb1570d162
🐛 Fix SENSORLESS_HOMING for 6-axis
2021-12-25 01:19:21 -06:00
EvilGremlin
8cb646cc20
🚸 Simplify touchscreen calibration for SimUI ( #23124 )
2021-12-25 01:18:35 -06:00
Miguel Risco-Castillo
3cccb21dc9
🚸 Fix up E3V2 Enhanced ( #23100 )
2021-12-25 01:18:35 -06:00
Scott Lahteine
7f4a49cc44
🎨 Misc. issue review patches
2021-12-25 01:18:35 -06:00
Mike La Spina
e0c439fe91
⚡ ️ Controller Fan software PWM (etc.) ( #23102 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 01:15:49 -06:00
Tanguy Pruvot
49e233e06f
🎨 MPX ARM Mini pins cleanup ( #23113 )
2021-12-25 01:14:21 -06:00
Mike La Spina
b662dd1f92
🐛 [LCP1768] Init PWM in set_pwm_duty ( #23110 )
2021-12-25 01:13:47 -06:00
Skruppy
700cae43ab
🩹 Fix RGB case light compile ( #23108 )
2021-12-25 01:13:23 -06:00
George Fu
1c74c6e7ac
🐛 Fix FYSETC Cheetah 2.0 pins for production ( #23104 )
2021-12-25 01:13:07 -06:00
Minims
757a9477db
🩹 Adjust GTR 1.0 ST7920 display delay ( #22904 )
2021-12-25 01:10:51 -06:00
Scott Lahteine
59d43408f6
fix breaks in F() resolution
2021-12-25 01:10:51 -06:00
Scott Lahteine
1d8941d008
🔨 Port libsdl2_net required for macOS simulator
2021-12-25 01:10:51 -06:00
Keith Bennett
17f853d99c
⚡ ️ BTT002 (STM32F407VET6) variant, MK3_FAN_PINS flag ( #23093 )
2021-12-25 00:54:46 -06:00
Scott Lahteine
6f9f25dbb2
🎨 Misc. code cleanup
2021-12-25 00:54:46 -06:00
VragVideo
0273a68587
✨ WYH L12864 LCD (Alfawise Ex8) ( #22863 )
2021-12-25 00:54:46 -06:00
Keith Bennett
58a26fcaac
🚸 Indicate Preheating for probe / leveling ( #23088 )
2021-12-25 00:46:49 -06:00
Evgeniy Zhabotinskiy
489aca03ff
🩹 Fix M503 report ( #23084 )
2021-12-25 00:46:49 -06:00
Jin
f32e19e1c6
🍻 Preliminary fix for Max31865 SPI ( #22682 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 00:46:49 -06:00
dwzg
57bd04b6ce
🐛 Fix JyersUI scrolling filename, etc. ( #23082 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-12-25 00:46:49 -06:00
ellensp
396df93220
🐛 Fix DGUS Reloaded status message ( #23090 )
2021-12-25 00:46:49 -06:00
Scott Lahteine
9b76b58b79
🍻 Get/clear reset source earlier
...
Followup to #23075
2021-12-25 00:46:49 -06:00
Skruppy
9fffed7160
🐛 Prevent AVR watchdogpile ( #23075 )
2021-12-25 00:46:49 -06:00
Tanguy Pruvot
fd136d5501
🐛 Fix TFT backlight [STM32] ( #23062 )
2021-12-25 00:46:49 -06:00
BigTreeTech
89ec1c71f0
🐛 Fix Octopus-Pro Max31865 / SPI ( #23072 )
2021-12-25 00:46:49 -06:00
Robby Candra
fc2020c6ec
🔨 Fix IntelliSense / PIO conflicts ( #23058 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-12-25 00:46:49 -06:00
ellensp
f97635de36
📌 'STOP' auto-assign, some Chitu V9 pins ( #22889 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-12-25 00:46:49 -06:00
Scott Lahteine
a0a57406a2
🔨 Script 'mfprep' finds pending commits
2021-12-25 00:46:49 -06:00
Scott Lahteine
5efef86cfa
🔨 Update git helper scripts
2021-12-25 00:46:49 -06:00
Scott Lahteine
20c747753d
🔨 Support ABM in mf scripts
2021-12-25 00:46:49 -06:00
Keith Bennett
08a9c61587
📌 Default NeoPixel pin for MKS Robin E3/E3D ( #23060 )
2021-12-25 00:46:49 -06:00
Andrei M
0d91b07797
⚗️ Use pwm_set_duty over analogWrite to set PWM ( #23048 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 00:46:49 -06:00
Keith Bennett
b033da1782
🔧 Endstop / DIAG homing conflict warning ( #23050 )
2021-12-25 00:46:49 -06:00
Keith Bennett
4dcd872be5
✨ Allow Low EJERK with LA, optional ( #23054 )
2021-12-25 00:46:49 -06:00
Keith Bennett
7e9e2a7435
✨ Artillery Ruby (STM32F401RCT6) ( #23029 )
2021-12-25 00:46:48 -06:00
tombrazier
0b84194127
🚸 More flexible Probe Temperature Compensation ( #23033 )
2021-12-25 00:46:48 -06:00
Scott Lahteine
efd9329c81
📝 Tweak EXP comments
2021-12-25 00:46:48 -06:00
Scott Lahteine
5cbb820e29
🔨 Help for GDB remote debugging
2021-12-25 00:46:48 -06:00
Scott Lahteine
5a0166489e
🩹 Fix linker error (transfer_port_index)
2021-12-25 00:46:48 -06:00
Scott Lahteine
692c9a6312
💚 Update Ender-3 V2 config path
...
MarlinFirmware/Configurations#600
2021-12-25 00:46:48 -06:00
Scott Lahteine
545d14f9a5
🎨 Adjust Ender-3 V2 DWIN options
2021-12-25 00:46:48 -06:00
aalku
7b9e01eb2b
✨ Shutdown Host Action ( #22908 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 00:46:48 -06:00
Scott Lahteine
8562f0ec44
✨ "Rutilea" ESP32 board ( #22880 )
2021-12-25 00:46:48 -06:00
Scott Lahteine
6f59d8171f
🔧 Configuration version 02000903
2021-12-25 00:46:48 -06:00
Scott Lahteine
d29a9014f2
🎨 Standard 'cooldown' method
2021-12-25 00:46:48 -06:00
Scott Lahteine
205d867e4b
🎨 Standard material presets behavior
2021-12-25 00:46:48 -06:00
Scott Lahteine
84f9490149
🎨 Define HAS_PREHEAT conditional
2021-12-25 00:46:48 -06:00
tome9111991
1fd4258423
🐛 Fix E3V2 (CrealityUI) Tune/Prepare > Zoffset ( #23040 )
2021-12-25 00:46:48 -06:00
Scott Lahteine
e8a55972a7
🐛 Fix EZBoard V2 board name
2021-12-25 00:46:48 -06:00
Keith Bennett
aef413202e
🐛 Fix MKS Robin E3/E3D Z Stop/Probe pins ( #23034 )
2021-12-25 00:46:48 -06:00
Scott Lahteine
cbc7dadf42
🎨 Apply HAS_MULTI_HOTEND conditional
2021-12-25 00:46:48 -06:00
Zlopi
c508ecc414
🚸 Scroll long filename on MKS TFT ( #23031 )
2021-12-25 00:46:48 -06:00
ellensp
384a31765f
🩹 Retain LCD pins with motor expansion ( #23024 )
2021-12-25 00:46:48 -06:00
somehibs
0f2c4fc40b
🐛 Fix serial PORT_RESTORE (and BUFFER_MONITORING) ( #23022 )
2021-12-25 00:46:48 -06:00
tome9111991
66a274452c
🐛 Fix E3V2 (CrealityUI) position display ( #23023 )
...
Followup to #23005 , #22778
2021-12-25 00:46:48 -06:00
Scott Lahteine
12f8168d1e
🚸 Tweaks to UBL G29 Q
2021-12-25 00:46:47 -06:00
woisy00
2142e1dae4
🐛 Fix AUTOTEMP bug (thermal runaway) ( #23025 )
...
Regression from 9823a37
2021-12-25 00:46:47 -06:00
tombrazier
8d21ea55a2
🐛 Add USE_TEMP_EXT_COMPENSATION options ( #23007 )
2021-12-25 00:46:47 -06:00
Scott Lahteine
a0da7e8a1f
🔧 Fewer alerts about Z_SAFE_HOMING
2021-12-25 00:46:47 -06:00
tome9111991
e2452d6c57
🐛 Fix SHOW_REMAINING_TIME option for JyersUI ( #22999 )
2021-12-25 00:46:47 -06:00
Keith Bennett
5173a3140d
✨ BigTreeTech TFT35 SPI V1.0 ( #22986 )
2021-12-25 00:46:47 -06:00
Mike La Spina
e44f2b7d2d
🩹 Fix pragma ignored for older GCC ( #22978 )
2021-12-25 00:45:55 -06:00
Scott Lahteine
ed78f7f4e6
🎨 Refactor MOSFET pins layout ( #22983 )
2021-12-25 00:45:05 -06:00
Scott Lahteine
aa198e41dd
🎨 Pragma GCC cleanup
2021-12-25 00:45:05 -06:00
Jason Smith
18b38fb58a
🐛 Fix max chamber fan speed ( #22977 )
2021-12-25 00:45:05 -06:00
Keith Bennett
5d79d8fad6
🐛 Fix I2C EEPROM SDA/SCL aliases with SKR Mini E3 V2 ( #22955 )
2021-12-25 00:45:05 -06:00
ellensp
e7a746966d
🐛 Fix MMU1 compile ( #22965 )
2021-12-25 00:45:05 -06:00
Mike La Spina
555f35d46f
🎨 Suppress type warning ( #22976 )
2021-12-25 00:45:05 -06:00
Scott Lahteine
de77dfcbbd
🎨 Add MKS UI goto_previous_ui
2021-12-25 00:45:05 -06:00
Scott Lahteine
af08f16efc
🚸 Tweak MKS UI G-code console
2021-12-25 00:45:05 -06:00
Scott Lahteine
01a0f3a8cf
🎨 Fix up MKS UI defines
2021-12-25 00:45:05 -06:00
Scott Lahteine
f80bcdcc5c
🎨 Refactor Host Actions as singleton
2021-12-25 00:45:05 -06:00
ellensp
1ead7ce681
🔧 Add, update TFT sanity checks ( #22928 )
2021-12-25 00:45:05 -06:00
InsanityAutomation
dffa56463e
⚡ ️ Formbot ST7920 delays, intentional X2 pins ( #22915 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 00:45:05 -06:00
Dmytro
ae98d2e5ea
🎨 Update MKS UI for no bed, extruder ( #22938 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-12-25 00:45:05 -06:00
InsanityAutomation
5b1ef638ee
🐛 Fix IDEX + DISABLE_INACTIVE_EXTRUDER ( #22925 )
2021-12-25 00:45:05 -06:00
Stuart Pittaway
f3be03da20
✨ M261 S I2C output format ( #22890 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-12-25 00:45:05 -06:00
Tanguy Pruvot
64128a5bcb
🐛 Queue string followup ( #22900 )
2021-12-25 00:45:05 -06:00
Pyro-Fox
0018c94a79
🐛 LCD string followup ( #22892 )
2021-12-25 00:45:05 -06:00
Scott Lahteine
d48cb11537
🐛 Followup to F() in config_line
...
Followup to 1dafd1887e
2021-12-25 00:45:05 -06:00
Scott Lahteine
d9f7de7a24
🐛 ExtUI F() followups
...
Followup to 12b5d997a2
2021-12-25 00:45:04 -06:00
Scott Lahteine
3d102a77ca
🎨 Apply F() to kill / sendinfoscreen
2021-12-25 00:45:04 -06:00
Scott Lahteine
492d70424d
🎨 Apply F() to MKS UI errors, assets
2021-12-25 00:45:04 -06:00
Scott Lahteine
24dbeceb45
🎨 Apply F() to various reports
2021-12-25 00:45:04 -06:00
Scott Lahteine
cabd538fdd
🎨 Apply F() to G-code report header
2021-12-25 00:45:04 -06:00
Scott Lahteine
9cf1c3cf05
🎨 Apply F() to UTF-8/MMU2 string put
2021-12-25 00:45:04 -06:00
Scott Lahteine
c3ae221a10
🎨 Apply F() to some ExtUI functions
2021-12-25 00:31:06 -06:00
Scott Lahteine
7626d859a6
🎨 Apply F() to Host Actions strings
2021-12-25 00:20:45 -06:00
Scott Lahteine
360311f232
🎨 Apply F() to status message
2021-12-25 00:20:45 -06:00
Scott Lahteine
433eedd50f
🎨 Apply F() to serial macros
2021-12-25 00:20:45 -06:00
Scott Lahteine
46c53f6730
🎨 Apply F() to G-code suite and queue
2021-12-25 00:20:45 -06:00
Scott Lahteine
2b9ae0cc33
🎨 Apply F() to G-code subcommands
2021-12-25 00:20:45 -06:00
Scott Lahteine
433a27e475
🎨 Update F string declarations
2021-12-25 00:20:44 -06:00
Scott Lahteine
1de265ea5d
🎨 Axis name string interpolation, with examples ( #22879 )
2021-12-25 00:20:44 -06:00
Robby Candra
854ce63358
🐛 Fix loud_kill heater disable ( #23314 )
2021-12-18 16:35:22 -06:00
lukrow80
170f77fada
🐛 Fix homing current for extra axes ( #23152 )
...
Followup to #19112
2021-11-23 15:30:48 -06:00
InsanityAutomation
72b99bf1ba
🐛 Fix IDEX Duplication Mode Positioning ( #22914 )
...
Fixing #22538
2021-11-23 15:22:20 -06:00
Robby Candra
1a8583f4fc
🐛 Fix serial_data_available ( #23160 )
2021-11-23 15:20:26 -06:00
Scott Lahteine
49e8defda1
🔨 Move Creality 4.2.2 warning
2021-11-03 01:46:17 -05:00
Sebastien BLAISOT
e5c4e77eb0
🐛 Fix NEOPIXEL2_SEPARATE default color ( #23057 )
2021-11-03 00:32:20 -05:00
ellensp
8dd3f38ae9
🩹 Fill gaps in pinsDebug_list ( #23051 )
2021-11-03 00:32:20 -05:00
ellensp
044a7db370
🐛 Fix Y_SERIAL_RX_PIN for FYSETC S6 ( #23055 )
2021-11-03 00:32:20 -05:00
Robby Candra
8cecc626c6
🎨 Fix redefine warnings ( #23061 )
2021-11-03 00:32:20 -05:00
tombrazier
ee26fd0e05
🚸 Default T0 for M569, M906, M913 ( #23020 )
2021-10-26 16:07:46 -05:00
ellensp
a7ea6b5925
⚡ ️ Add'l PCINTs for Mega Extended ( #23019 )
2021-10-26 16:07:46 -05:00
Keith Bennett
2b8a804997
✨ Octopus Pro V1.0 with STM32F429ZGT6 ( #23008 )
2021-10-26 16:07:46 -05:00
Keith Bennett
908335367e
✨ BTT Octopus Pro V1.0 (STM32F446ZET6) ( #22971 )
2021-10-26 16:05:51 -05:00
ellensp
a7415a052e
🐛 Fix børken E_DUAL_STEPPER_DRIVERS ( #23017 )
2021-10-26 16:01:55 -05:00
Miguel Risco-Castillo
f51e07b196
🐛 Fix Ender-3 V2 Enhanced SetFlow ( #23016 )
2021-10-26 16:01:45 -05:00
Lefteris Garyfalakis
5f35c539ce
🚸 E3V2 Enhanced cosmetic fixes ( #23009 )
2021-10-26 16:01:34 -05:00
Scott Lahteine
59503c6bbb
🎨 Apply F() to E3V2 titles, popups
2021-10-26 16:00:40 -05:00
InsanityAutomation
0309fce1fd
✨ Creality v2.4.S1 (Ender 7) board ( #23010 )
2021-10-26 15:55:03 -05:00
Dennis
f6d211f779
🐛 Fix JyersUI current positions (scaling) ( #23005 )
2021-10-26 15:53:37 -05:00
Scott Lahteine
f179e25cc6
🐛 More explicit allocation of solenoids
...
In reference to #22887
2021-10-26 15:52:26 -05:00
tombrazier
5b478cd5f6
🐛 Fix probe temp compensation maths ( #23004 )
2021-10-26 15:51:04 -05:00
ellensp
e852732ea8
🐛 Fix E3V2 width/height defines ( #22994 )
2021-10-21 23:58:48 -05:00
Augusto Zanellato
c9718e1ec0
✨ Eryone Ery32 mini (STM32F103VET6) board ( #22956 )
2021-10-21 23:58:48 -05:00
Scott Lahteine
30158424e9
🔨 Fix older GCC CXXFLAGS warning
2021-10-19 13:01:25 -05:00
Scott Lahteine
5f6d9e9f42
🎨 Fix pinsDebug_list warnings
2021-10-19 13:01:06 -05:00
Scott Lahteine
b108741a8e
💡 Sub-include pins labels
2021-10-19 13:00:19 -05:00
Scott Lahteine
b4904cc53e
🔨 Delete after encrypt. Lerdge encrypt only once
2021-10-19 13:00:02 -05:00
Scott Lahteine
2c6fe45847
🔨 Update 'pio vscode init' detection
2021-10-19 13:00:02 -05:00
Scott Lahteine
fed72e4607
🔨 Use pull_request_target for check-pr
2021-10-19 11:18:43 -05:00
Scott Lahteine
c3a4e6b3c8
✅ Warn about dummy thermistors
2021-10-18 02:00:53 -05:00
InsanityAutomation
5bfc5c1010
Fix JyersUI ZOffset Multiplication ( #22975 )
2021-10-18 02:00:53 -05:00
InsanityAutomation
1112d66fef
Fix Tool Change Park ( #22968 )
2021-10-18 02:00:53 -05:00
Scott Lahteine
61b574f2ce
🔨 Improve 'mftest' error message
2021-10-18 02:00:53 -05:00
Scott Lahteine
522cdd5272
🔧 Safety feature warnings
2021-10-18 02:00:53 -05:00
Scott Lahteine
641bae625b
💡 Update old gnu.org links
2021-10-18 02:00:53 -05:00
InsanityAutomation
d10e20d6d2
✨ Add option EVENT_GCODE_TOOLCHANGE_ALWAYS_RUN ( #22960 )
2021-10-18 02:00:53 -05:00
ellensp
b18aa933d1
🐛 Fix G33 homing current ( #22909 )
2021-10-12 21:20:08 -05:00
mks-viva
0f519ebf85
✨ MKS Eagle (STM32F407VET6) board ( #22897 )
2021-10-12 21:20:08 -05:00
Minims
031f17b4f3
🩹 Adjust GTR 1.0 ST7920 display delay ( #22904 )
2021-10-12 21:20:08 -05:00
ellensp
036f763eaa
🎨 Define Octopus allocated endstop pins ( #22882 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-10-12 21:20:08 -05:00
Scott Lahteine
d137f307eb
🎨 Tweak FORCE_INLINE
2021-10-12 21:20:08 -05:00
Mark
66048a5f27
✨ ESP32 Panda_ZHU and Panda_M4 ( #22644 )
2021-10-12 21:20:08 -05:00
Scott Lahteine
b8c32e24d8
🎨 Rename MarlinUI::zoffset_overlay
2021-10-12 21:20:08 -05:00
Scott Lahteine
99d51af90f
🔨 Port libsdl2_net required for macOS simulator
2021-10-12 21:20:08 -05:00
Keith Bennett
f47ece0725
🐛 Fix MKS Robin Pro 1.0 LCD reset pin ( #22937 )
2021-10-12 21:20:08 -05:00
Keith Bennett
975089a954
🔧 Remove obsolete G34 sanity check ( #22929 )
2021-10-12 21:20:01 -05:00
George Fu
995230f597
🐛 Fix FYSETC Cheetah v2.0 build ( #22926 )
2021-10-12 21:19:55 -05:00
Keith Bennett
adf7072fa8
🐛 Fix SKR Mini E3 V2 I2C-based EEPROM ( #22919 )
...
Followup to #20609
2021-10-12 21:19:47 -05:00
Scott Lahteine
40cb7cf8d6
🔨 Add 'opt_find' to find matching options
2021-10-09 17:10:51 -05:00
ellensp
d0c0630c1f
🩹 Fix EXTRUDER 0 compile warning ( #22868 )
2021-10-04 01:12:35 -05:00
Sebastien Andrivet
11c829fb28
🐛 Fix ExtUI Pause messages ( #22874 )
2021-10-04 01:08:59 -05:00
ellensp
e0dda61501
🐛 Fix Arduino IDE compile error ( #22877 )
2021-10-04 00:27:25 -05:00
Scott Lahteine
a185ce22cf
Marlin 2.0.9.2
2021-10-02 22:31:17 -05:00
Scott Lahteine
2a4ee1a482
MKS Robin pins updates
2021-10-02 22:31:17 -05:00
Cytown
3a82b8a251
🎨 Power-off tone followup ( #22222 )
2021-10-02 22:31:17 -05:00
Scott Lahteine
765b2b43f6
🎨 FTDI Eve Touch UI spinner enqueue string
2021-10-02 22:31:17 -05:00
Steven Haigh
2e602b9b88
🚑 ️ Fix DWIN_CompletedLeveling ( #22851 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-10-02 22:31:17 -05:00
Malderin
5d3e75905d
🐛 E3V2 Mesh Viewer followup ( #22850 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
eacb660e4b
🎨 Condense reverse-protection code
2021-10-02 22:31:16 -05:00
Scott Lahteine
021ceeba0b
⚡ ️ Handle shared enable pins ( #22824 )
2021-10-02 22:31:16 -05:00
Miguel Risco-Castillo
25a131b942
✨ E3V2 (Enhanced) Mesh Viewer ( #22844 )
2021-10-02 22:31:16 -05:00
Sola
b4c025a451
🚸 Fix MKS LVGL UI temperature set interface ( #22848 , #22842 )
2021-10-02 22:31:16 -05:00
espr14
604a01cd1a
🎨 steps_to_mm => mm_per_step ( #22847 )
2021-10-02 22:31:16 -05:00
Tanguy Pruvot
064f91e9b0
🚸 TFT backlight PWM / brightness ( #22841 )
2021-10-02 22:31:16 -05:00
ellensp
34c9f64925
🔧 Sanity-check BLTOUCH_SET_5V_MODE on 5V pins ( #22840 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-10-02 22:31:16 -05:00
Giuliano Zaro
060b705dab
🩹 Fix M412_report formatting ( #22834 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
262cd757fc
🎨 Updated string macros
2021-10-02 22:31:16 -05:00
Steve Wills
dc4d2165f2
🐛 Add 'static' to fix 'duplicates' ( #22826 )
2021-10-02 22:31:16 -05:00
Manuel McLure
bcd2a483da
🐛 Fix M420 / M851 reports ( #22829 )
...
Followup to 79c72ed821
2021-10-02 22:31:16 -05:00
Scott Lahteine
d338872e85
🐛 Fix reset_hotend_offsets
2021-10-02 22:31:16 -05:00
Scott Lahteine
2c30b75268
🎨 Various multi-axis patches ( #22823 )
2021-10-02 22:31:16 -05:00
Sola
3deb54d0fd
⚡ ️ Improve LVGL touch driver ( #22817 )
2021-10-02 22:31:16 -05:00
ellensp
9ae6351a02
🐛 Fix anycubic_i3mega_lcd debug macros ( #22820 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
b7f95dc8d4
🩹 Add MarlinSPI to more HALs
2021-10-02 22:31:16 -05:00
Scott Lahteine
99647fa940
🎨 Less use of undef for RAMPS pins
2021-10-02 22:31:16 -05:00
Scott Lahteine
ea3df94213
🎨 Fix L64xx enable, clean up conditionals
2021-10-02 22:31:16 -05:00
Scott Lahteine
a37580e4e8
🩹 Remove extra #include, misc. style
2021-10-02 22:31:16 -05:00
Dan Royer
b3fd03198a
✨ Polargraph / Makelangelo kinematics ( #22790 )
2021-10-02 22:31:16 -05:00
Lefteris Garyfalakis
71b8a22d96
🌐 Update Greek language ( #22799 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
669b68497c
🌐 Skip non-essential translations
2021-10-02 22:31:16 -05:00
Scott Lahteine
6014dd9c7b
🔨 Improve pins_set script
2021-10-02 22:31:16 -05:00
Scott Lahteine
5a54ba8316
🔨 Case-insensitive tests list
2021-10-02 22:31:16 -05:00
Scott Lahteine
be8e8260e2
🌐 Reduce language file sizes
2021-10-02 22:31:16 -05:00
Tanguy Pruvot
5d8ca7c944
🐛 STM32 ADC followup ( #22798 )
2021-10-02 22:31:16 -05:00
Tanguy Pruvot
0e8e215d4e
🚸 Wake up TFT for some events ( #22788 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
6cf95509cd
🎨 Replace some infrequently-used macros
2021-10-02 22:31:16 -05:00
Scott Lahteine
ded719cc14
📝 Update some pins comments
2021-10-02 22:31:16 -05:00
Steven Haigh
2630eefcc4
🐛 STM32 ADC Resolution = 12 bit (or ADC_RESOLUTION) ( #22789 )
2021-10-02 22:31:16 -05:00
Scott Lahteine
2b54a9c0ff
🚸 Move fade item up
2021-10-02 22:31:16 -05:00
Scott Lahteine
bb1eb39ecb
🚸 Better bed position
2021-10-02 22:31:16 -05:00
Scott Lahteine
8b818f4ae5
💬 Add non-translated STR_DONE
2021-10-02 22:31:16 -05:00
Sola
4d113c2efd
🚸 Fix and improve MKS LVGL UI ( #22783 )
...
Co-authored-by: makerbase <4164049@qq.com >
Co-authored-by: MKS-Sean <56996910+MKS-Sean@users.noreply.github.com >
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-10-02 22:31:16 -05:00
Scott Lahteine
ab9609146f
💡 Adjust headers, formatting
2021-10-02 22:31:16 -05:00
InsanityAutomation
e7a25a45e6
✨ Improve pause/filament change for ExtUI ( #22655 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
023eaabc1c
🔧 Add MANUAL_FEEDRATE sanity-check
2021-10-02 22:31:15 -05:00
Scott Lahteine
03d7fbd755
🎨 Handle more pre-defined pins in pins_postprocess ( #22771 )
2021-10-02 22:31:15 -05:00
Miguel Risco-Castillo
89898181bd
🐛 E3V2 Brightness followup ( #22821 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-10-02 22:31:15 -05:00
Scott Lahteine
e705a7724e
🎨 Consolidate Ender-3 V2 DWIN common code ( #22778 )
2021-10-02 22:31:15 -05:00
Keith Bennett
5b593da04d
✏️ Fix TFT field names ( #22776 )
2021-10-02 22:31:15 -05:00
mks-viva
9c4f9bc62a
🐛 Fix MKS Monster8 EEPROM issue (serial timer) ( #22777 )
2021-10-02 22:31:15 -05:00
Miguel Risco-Castillo
84d1619127
🩹 Fix DWIN Enhanced Tune menu during homing ( #22773 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-10-02 22:31:15 -05:00
Dakkaron
1386e78369
✨ M282 - Detach Servo ( #22760 )
2021-10-02 22:31:15 -05:00
Tanguy Pruvot
224371dfc6
✨ TFT Screen/Backlight Sleep ( #22617 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
033043218e
🔖 Configurations version 02000902
2021-10-02 22:31:15 -05:00
Desuuuu
fcbd99d941
🎨 Use ExtUI API where applicable
2021-10-02 22:31:15 -05:00
Roman Moravčík
209e5c27ca
🌐 Update Slovak language ( #22752 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
92eb819aee
🐛 Fix old spindle/laser options
2021-10-02 22:31:15 -05:00
Scott Lahteine
de4eed33e4
🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM
2021-10-02 22:31:15 -05:00
Scott Lahteine
59ad93560e
🐛 Fix CUSTOM_MENU_MAIN_SCRIPT_DONE
...
Fix #22762
2021-10-02 22:31:15 -05:00
Vert
50e52c0fdb
🐛 Fix ENABLED => EITHER typo ( #22756 )
2021-10-02 22:31:15 -05:00
mks-viva
e679fafaaf
✨ MKS Robin Nano V1.3 (STM32F407VET6) ( #22749 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
6de25804eb
🎨 Tweak custom menu item code
2021-10-02 22:31:15 -05:00
Scott Lahteine
ded8ee0a1d
📌 Creality 4.3.1 board variants ( #22704 )
...
Co-authored-by: Chico <jjjm6000@gmail.com >
2021-10-02 22:31:15 -05:00
Luc Van Daele
44d54a0d01
🚸 G33 R and O options ( #22707 )
2021-10-02 22:31:15 -05:00
ellensp
6e1c997a0a
🐛 Fix Trigorilla Pro HAL/STM32 build offset ( #22761 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
17c9450f0c
🎨 Apply more HAS_DELTA_SENSORLESS_PROBING
2021-10-02 22:31:15 -05:00
Scott Lahteine
d6a87aa75b
🐛 No probe enum for DELTA + SENSORLESS_PROBING
...
Fix #22729
2021-10-02 22:31:15 -05:00
Scott Lahteine
64acb9fe78
🩹 Warn about user feedback requirement
2021-10-02 22:31:15 -05:00
Scott Lahteine
22bf774d61
🐛 Fix LPC1768 SD-based EEPROM debug
...
Fixes #22746
2021-10-02 22:31:15 -05:00
Marcio T
e2a790b759
🚸 Enhance FTDI Eve Touch UI file select dialog ( #22742 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
ee1c1034e5
🩹 Fix TOUCH_UI_FTDI_EVE warnings
2021-10-02 22:31:15 -05:00
Scott Lahteine
b661795ae5
🎨 Fewer serial macros
2021-10-02 22:31:15 -05:00
Scott Lahteine
6d96c221bd
🎨 Standardize G-code reporting
2021-10-02 22:31:15 -05:00
tome9111991
a596faf4e5
🐛 Fix JyersUI for LPC176x ( #22745 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-10-02 22:31:15 -05:00
Scott Lahteine
3ee27e7e35
🐛 Followup to JyersUI
2021-10-02 22:31:15 -05:00
Miguel Risco-Castillo
6cf2cf7bd4
✨ Ender-3 V2 CrealityUI Enhanced ( #21942 , #22728 , #22733 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-10-02 22:31:15 -05:00
Jyers
54416f780d
✨ Ender-3 V2 with Jyers UI ( #22422 )
2021-10-02 22:31:15 -05:00
mrv96
9d73fcb959
✨ Add DGUS_LCD_UI_RELOADED ( #21931 )
2021-10-02 22:31:15 -05:00
Scott Lahteine
f434915ad6
🚸 Show ExtUI message for PID_STARTED
2021-10-02 22:31:15 -05:00
Scott Lahteine
bbce951666
🎨 Misc. code cleanup
2021-10-02 22:31:15 -05:00
Scott Lahteine
8a4fec9460
🎨 Misc. Spindle/Laser (etc.) cleanup
2021-10-02 22:31:15 -05:00
Scott Lahteine
3a83516232
🚸 Per-hotend Watch items
2021-10-02 22:31:14 -05:00
Scott Lahteine
03344a0947
🎨 MarlinUI for E3V2 tweaks
2021-10-02 22:31:14 -05:00
Scott Lahteine
72d7bbbbf6
🔧 Sanity checks for Ender 3 V2
2021-10-02 22:31:14 -05:00
dotdash32
253f91765d
🎨 Use largest default ST9720 delays ( #22713 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-10-02 22:31:14 -05:00
Dan
4c7f8696ab
✨ Protoneer CNC-Shield 3.00 ( #22715 )
2021-10-02 22:31:14 -05:00
Justin Nesselrotte
f94de97cdb
✨ Index Pick-and-Place board Rev.3 ( #22647 )
...
Co-authored-by: Gonçalo Pereira <goncalo_pereira@outlook.pt >
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-10-02 22:31:14 -05:00
Tanguy Pruvot
bae19a3737
🌐 Update "Homing" for some languages ( #22706 )
2021-10-02 22:31:14 -05:00
Scott Lahteine
cc3abcd2c5
🩹 Fix 'ms' warning
2021-10-02 22:31:14 -05:00
Thomas White
9e18a543fa
✨ Homing submenu option ( #22692 )
2021-10-02 22:31:14 -05:00
Elliott Indiran
13bccd8441
📝 Update PID_PARAMS_PER_HOTEND comment ( #22694 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-10-02 22:31:14 -05:00
Tanguy Pruvot
5af3dbdb30
🐛 Fix Mixing code typos ( #22697 )
2021-10-02 22:31:14 -05:00
DvoraNoob
9f43452fbd
🚸 MKS UI extrusion speed/steps config ( #22656 )
2021-10-02 22:31:14 -05:00
Tanguy Pruvot
61364906b3
🔨 Enhance Lerdge pins, TFTs, and variants ( #22658 )
2021-10-02 22:31:14 -05:00
Tanguy Pruvot
105fd73c28
🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) ( #22631 )
2021-10-02 22:31:14 -05:00
ellensp
b4b69c0de3
🐛 BTT Octopus X MAX pin for IDEX ( #22654 )
2021-10-02 22:31:14 -05:00
Vert
a37be7236b
✨ GT2560 V4.x A20 ( #22664 )
2021-10-02 22:31:14 -05:00
Scott Lahteine
bba7c0069f
✨ Creality3D CR-30 PrintMill
2021-10-02 22:31:14 -05:00
Scott Lahteine
8916b05cb4
🎨 Tweak pins, comment formatting
2021-10-02 22:31:14 -05:00
Scott Lahteine
99028376e6
⏪ ️ Clean up Info Menu
2021-10-02 22:31:14 -05:00
Scott Lahteine
c2796fbf3b
🌐 Tweak language selection
2021-10-02 22:31:14 -05:00
Scott Lahteine
37777a78bf
🐛 Followup to CrealityUI cleanup
...
Followup to #22586
2021-10-02 22:31:14 -05:00
Scott Lahteine
0da0aa9b2e
⚡ ️ Add PROBE_PT_LAST_STOW
2021-09-12 19:30:35 -05:00
ellensp
9ffd3ed2e4
🔧 Set Z_PROBE_OFFSET_RANGE_MIN/MAX for MBL ( #22663 )
2021-09-12 19:30:32 -05:00
Scott Lahteine
1176c10860
🩹 Clean up BTT_SKR_CR6
...
Fixes #22665
2021-09-12 19:30:29 -05:00
Jason Smith
2e9f819d5f
🚸 Improve Tramming Wizard usability ( #22672 )
2021-09-12 19:30:27 -05:00
ellensp
19353fc98c
⏪ ️ Revert MAX31865 recent changes ( #22660 )
2021-09-12 19:30:24 -05:00
Christian Schuster
b21d62543f
🩹 Fix LPC176x M43 formatting ( #22680 )
2021-09-12 19:30:21 -05:00
Zs.Antal
a42ecb843e
🌐 Update Hungarian language ( #22678 )
2021-09-12 19:30:19 -05:00
Giuliano Zaro
93ff2cb086
🌐 Update Italian language ( #22645 )
2021-09-12 19:30:16 -05:00
Scott Lahteine
086fa0f0a7
🔨 Fix HAL/STM32 F103Zx builds ( #22610 )
2021-09-12 19:30:13 -05:00
Scott Lahteine
5e97f37a78
🎨 screws_tilt_adjust_pos => tramming_points
2021-09-12 19:30:05 -05:00
Scott Lahteine
c14b162b9e
🌐 MSG_PROBING_MESH => MSG_PROBING_POINT
2021-09-12 19:30:00 -05:00
Scott Lahteine
61c000d96f
🔨 Three columns in mftest menu
2021-09-12 19:29:56 -05:00
Marcio T
c06a183f28
⚡ ️ Fix, enhance FTDI Eve Touch UI ( #22619 )
2021-09-12 19:29:52 -05:00
Marcio T
d1db17c6f5
⚡ ️ Enhance and fix FTDI Eve Touch UI file select ( #22651 )
2021-09-12 19:29:49 -05:00
Scott Lahteine
d336a4d71b
🐛 Fix SDSUPPORT for SKR CR-6 ( #22668 )
...
Co-authored-by: Sebastiaan Dammann <sebastiaandammann@outlook.com >
2021-09-12 19:29:46 -05:00
Scott Lahteine
796309c903
⚡ ️ Improve G2/G3 arc handling ( #22599 )
2021-09-12 19:29:44 -05:00
Scott Lahteine
53df1dfe4d
🩹 Sensorless homing tweak
2021-09-12 19:29:40 -05:00
Scott Lahteine
6769718264
🎨 Update more EXP Headers
2021-09-12 19:28:07 -05:00
Scott Lahteine
7704d84419
🎨 EXP headers, ST7920 delays ( #22641 )
2021-09-12 19:27:38 -05:00
Scott Lahteine
9b0e196ba2
📝 AlephObjects => LulzBot
2021-09-12 19:19:02 -05:00
Tanguy Pruvot
fd594ab176
🔨 Set Longer3D timers in variant ( #22632 )
2021-09-12 19:18:27 -05:00
Tanguy Pruvot
8cadcf6bb6
🩹 Tweak startup message ( #22633 )
2021-09-12 19:18:23 -05:00
DerAndere
22fdfa9629
🔨 Melzi with OptiBoot build ( #22630 )
2021-09-12 19:18:19 -05:00
Jin
a0ebe7c8ff
🩹 Use <SoftwareSPI.h> in MAX31865 lib ( #22618 )
2021-09-12 19:18:15 -05:00
Ryan V1
125c5bc345
🐛 Fix Multi-Endstop stepping ( #22625 )
2021-09-12 19:18:11 -05:00
Scott Lahteine
95f27cf339
🎨 EXP1/2 headers and pins cleanup ( #22628 )
2021-09-12 19:18:07 -05:00
Scott Lahteine
02ae4bc9b9
✨ New board TH3D_EZBOARD_LITE_V2 ( #22621 )
2021-09-12 19:18:04 -05:00
Scott Lahteine
6bf2be66ed
🎨 Define FYSETC S6 and TH3D EZBoard EXP1/2 pins
2021-09-12 19:17:59 -05:00
Chris Pepper
d8ef23eda7
🐛 Fix LPC176x M43 Pins Debugging ( #22611 )
2021-09-12 19:17:56 -05:00
Scott Lahteine
73ef26a106
✨ MarlinUI for Ender 3 v2 DWIN LCD ( #22594 )
...
Co-Authored-By: Taylor Talkington <taylor.talkington@gmail.com >
2021-09-12 19:17:52 -05:00
ellensp
d51e70083d
✨ BOARD_RUMBA32_BTT ( #22607 )
2021-09-12 19:17:48 -05:00
Scott Lahteine
dc5ae16861
🎨 Misc code and spacing cleanup
2021-09-12 19:17:24 -05:00
Scott Lahteine
0aa87af82f
🎨 Tweak TMC software serial pins
2021-09-12 19:17:18 -05:00
Keith Bennett
0be98b98a7
⬆️ TMCStepper 0.7.3 ( #22608 )
2021-09-12 19:17:14 -05:00
Fjederhaek
f7ce107ac6
🐛 Update H-bot / Core for 6-axis ( #22600 )
...
Followup to #19112
2021-09-12 19:17:10 -05:00
Scott Lahteine
3f772df568
🌐 Update menu titles, add more IJK ( #22605 )
...
Followup to #19112
2021-09-12 19:17:05 -05:00
Scott Lahteine
caa6ec0519
🐛 Show bed size as 'work:' in M115
...
Fixes #22598
2021-09-12 19:17:01 -05:00
Scott Lahteine
30665737dc
🎨 Fix some formatting, F() versus PSTR()
2021-09-12 19:16:13 -05:00
mks-viva
0c401bddad
✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 ( #22285 )
2021-09-12 18:31:47 -05:00
Scott Lahteine
eb0d80cb19
🎨 Update MKSPWC, some other pins ( #22557 )
2021-08-18 20:39:41 -05:00
charlespick
e62486a610
✨ M76 Host Pause Feature ( #21738 )
2021-08-18 20:39:41 -05:00
chendo
51d954a4fd
✨ D576 Buffer Monitoring ( #19674 )
2021-08-18 20:39:41 -05:00
Scott Lahteine
416234f43a
✨ Add TEMP_SENSOR_BOARD ( #22279 , #22342 , #22343 , #22344 , #22350 )
2021-08-18 20:39:41 -05:00
Katelyn Schiesser
9ddb4de70a
♻️ Consolidate PSU_CONTROL ( #22304 )
2021-08-18 20:39:22 -05:00
Cytown
9741be5966
✨ Power-off confirm / beep options ( #22191 )
2021-08-18 20:39:22 -05:00
Vert
ecb625a666
✨ Mixer Presets ( #21562 )
2021-08-18 20:39:22 -05:00
Scott Lahteine
de7f6c425b
♻️ Clean up CrealityUI and MarlinUI ( #22586 )
2021-08-18 20:39:20 -05:00
Scott Lahteine
718227a94c
📌 Disregard TMCStepper 0.7.2
2021-08-18 20:37:26 -05:00
Tanguy Pruvot
bb12ebcca6
🐛 Fix STM32 delay, double reset in FSMC TFT init ( #22584 )
2021-08-18 20:36:21 -05:00
Tanguy Pruvot
2e14bf15dd
🐛 Fix Longer3D PWM/timer pins ( #22583 )
2021-08-18 20:36:21 -05:00
Jason Smith
11070b79a3
⚡ ️ Simplify PROBING_STEPPERS_OFF ( #22581 )
2021-08-18 20:36:11 -05:00
Keith Bennett
4219ae9106
⏪ ️ Revert ABL G29 feedrate ( #22574 )
...
Reverts 9130f58
2021-08-18 20:35:58 -05:00
Scott Lahteine
f803d74bc9
💚 Update STM32F103RET6_creality test path
2021-08-18 20:33:19 -05:00
Scott Lahteine
f0bca66d45
🐛 Fix LCD_COL_X_RJ
...
Followup to #22471
2021-08-18 20:31:49 -05:00
Tanguy Pruvot
b3c8d9bec8
🚸 Fewer CRs in settings report ( #22560 )
2021-08-18 20:31:49 -05:00
BigTreeTech
4a7d3a336b
🐛 Fix some BTT SKR2 pins ( #22558 )
2021-08-18 20:31:49 -05:00
Scott Lahteine
65e39116cb
🔨 Use zip link for MarlinSimUI
2021-08-18 20:31:49 -05:00
Tanguy Pruvot
0c97a2afdc
🐛 Fix M575 port index output ( #22553 )
2021-08-18 20:29:56 -05:00
Scott Lahteine
9c19d4705e
🎨 Tweak M73 condition
2021-08-18 20:29:56 -05:00
ellensp
be55401e3c
🚸 Better error for MOTHERBOARD not defined ( #22551 )
2021-08-18 20:29:56 -05:00
luzpaz
c612b56bc1
🐛 Spellcheck comments ( #22496 )
...
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
2021-08-18 20:29:56 -05:00
ldursw
8385be25cd
🔨 Fix (RRF E3) RX/TX buffer size override ( #22475 )
2021-08-18 20:29:56 -05:00
Miguel Risco-Castillo
2a323d0a8e
🐛 Fix Ender-3 v2 language init ( #22550 )
2021-08-18 20:29:56 -05:00
Scott Lahteine
c544711f14
🚚 Relocate and adjust DWIN E3V2 ( #22471 )
2021-08-18 20:29:56 -05:00
Scott Lahteine
a348f8e02c
🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes
...
Fixes #22466 . Regression from #22377 .
2021-08-18 20:29:56 -05:00
ellensp
42d9b4c91f
📝 Document DGUS display options ( #22443 )
2021-08-18 20:29:56 -05:00
Scott Lahteine
7d0efb452a
🎨 Update HAL/STM32 wrappers
...
Followup to #22537
2021-08-18 20:29:56 -05:00
Scott Lahteine
418743cf6a
🚸 Set M122 interval only with S0 or Pn
2021-08-10 04:07:59 -05:00
Scott Lahteine
eafd0ed765
🐛 Use delete [] for new []
2021-08-10 04:07:59 -05:00
Scott Lahteine
0c0f84b659
🐛 Fix CoreXY plus extra axes
...
See #22490
2021-08-10 04:07:59 -05:00
Marcio T
166324fc7b
🐛 Fix and improve FTDI Eve Touch UI ( #22361 , #22439 , #22459 , #22468 , #22500 , #22530 )
2021-08-09 01:09:08 -05:00
ellensp
3924545912
✨ Zonestar ZM3E2, ZM3E4 V1, ZM3E4 V2 ( #22498 )
2021-08-09 01:02:06 -05:00
Tanguy Pruvot
86e78410d6
🚑 ️ Init FastIO before anything else ( #22508 )
2021-08-09 00:59:16 -05:00
Scott Lahteine
157c60c93b
🌐 Level Corners => Bed Tramming
2021-08-09 00:59:16 -05:00
George Fu
d7f3228ec6
🔨 Fix FYSETC S6 envs ( #22421 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-08-09 00:59:16 -05:00
Scott Lahteine
c56ac0c34a
🎨 Misc. Cleanup
2021-08-09 00:59:16 -05:00
Scott Lahteine
e71fa2b649
🎨 Add DWIN_StatusChanged_P
2021-08-09 00:59:16 -05:00
Scott Lahteine
fefde2a644
🐛 Fix fan index for Singlenozzle, chamber fan
...
Fixes #22512
Followup to #19152 , #19519
2021-08-09 00:37:55 -05:00
Scott Lahteine
a668a9d302
🏗️ Define HAL_STM32 for HAL/STM32 ( #22537 )
2021-08-09 00:37:55 -05:00
Jason Smith
e3c294dc9b
🐛 Fix some Simulator on Windows issues ( #22516 )
2021-08-09 00:27:35 -05:00
Chris Pepper
dc67705049
✨ Simulator HAL and build targets ( #22418 )
2021-08-09 00:27:31 -05:00
mks-viva
e0fa6ed4f8
📌 MKS pins for PSU_CONTROL ( #22528 )
2021-08-09 00:25:31 -05:00
ellensp
a4cd654e48
🐛 Fix MKS 'USB Flash MSC' environments ( #22515 )
2021-08-09 00:25:31 -05:00
mks-viva
06b963d9ea
✨ MKS Monster8 board ( #22455 )
2021-08-09 00:25:31 -05:00
Scott Lahteine
a36a6685ae
🐛 Fix up endstop flags ( #22487 , #22525 )
2021-08-09 00:25:31 -05:00
DerAndere
83b8a0f2ac
🐛 Followup to 6 linear axes ( #22482 )
2021-08-09 00:25:31 -05:00
Grayson
1866f51d08
🐛 Fix G38 with probe on Z_MIN ( #22452 )
2021-08-09 00:25:31 -05:00
Scott Lahteine
4b2fdbeeb1
✨ M256 LCD brightness ( #22478 )
2021-08-09 00:24:57 -05:00
Tanguy Pruvot
eeac85642f
🔨 Offset/encrypt/rename for Maple STM32F1 ( #22477 )
2021-08-09 00:24:57 -05:00
Scott Lahteine
0bbe85d3e7
🚸 Fix BLTouch spelling
2021-08-09 00:24:57 -05:00
Tanguy Pruvot
0af762d609
🚸 Prevent M42 unintended pin change to output ( #22493 )
2021-08-09 00:24:57 -05:00
Scott Lahteine
b567717762
🐛 Prevent ABL G29 setting a funky feedrate
...
See #22472
2021-08-09 00:20:42 -05:00
Tanguy Pruvot
2b2a8355c9
🐛 Fix Longer3D STM32 boot, add Maple test ( #22473 )
2021-08-09 00:20:12 -05:00
Scott Lahteine
ac64d6915f
🐛 Fix report_a_position ABC criteria
2021-08-09 00:17:25 -05:00
Tanguy Pruvot
1bee38a1c1
🎨 Fix "'EEPROM' unused" warning ( #22511 )
2021-08-09 00:15:44 -05:00
Scott Lahteine
4e54fa2320
💚 Fix tests for new sanity-checks
2021-08-09 00:14:51 -05:00
Scott Lahteine
eba0ae4ee1
🔧 Sanity-check DEFAULT_EJERK with LIN_ADVANCE
...
See #20649
2021-08-09 00:14:51 -05:00
Scott Lahteine
d49a26bcc6
🔧 Sanity-check Mixing plus Disable Inactive Extruder
...
See #22166
2021-08-09 00:14:51 -05:00
Scott Lahteine
a2759bc245
🐛 Allow SKR Pro CONTROLLER_FAN_PIN override
...
Followup to #22411
2021-08-09 00:12:53 -05:00
Bob Anthony
f642d8b79e
🐛 Fix extra E move in toolchange with ..._NO_RETURN ( #22504 )
2021-08-09 00:12:53 -05:00
ellensp
bc773e9c96
🐛 Fix sprintf_P compile error (Maple) ( #22479 )
2021-08-09 00:02:57 -05:00
Scott Lahteine
ffde284288
🎨 Adjust settings.cpp indent
2021-08-09 00:01:29 -05:00
Tanguy Pruvot
e3b05dd6c2
🔨 Update Longer and Chitu envs ( #22467 )
2021-08-09 00:00:52 -05:00
Malderin
8e84d24737
🐛 Fix custom menus on MKS UI ( #22470 )
2021-08-09 00:00:52 -05:00
Scott Lahteine
981191660d
🐛 Fix custom menus on TFT LVGL
...
Fixes #21423 . Regression from #18177 .
2021-08-08 23:59:17 -05:00
Scott Lahteine
245b6e0884
✅ Custom logging for MBL
2021-08-08 23:59:00 -05:00
ellensp
c753071961
🐛 Fix DGUS displays compile ( #22464 )
2021-08-08 23:58:18 -05:00
Scott Lahteine
22ef6362ae
🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes ( #22475 )
...
Fixes #22466 . Regression from #22377 .
2021-08-08 23:57:38 -05:00
Scott Lahteine
80f8ec94aa
🔧 HAS_CUSTOM_PROBE_PIN => USES_Z_MIN_PROBE_PIN
2021-08-08 23:54:48 -05:00
mks-viva
381c5908b4
📺 MKS MINI12864 V3 for Robin E3P, etc. ( #22453 )
2021-08-08 23:54:07 -05:00
ellensp
fbb5732dee
🐛 SAV_3DGLCD conditionals ( #22447 )
2021-08-08 23:52:56 -05:00
George Fu
90ed772590
⚡ ️ Larger FYSETC S6 I2C EEPROM size ( #22424 )
2021-08-08 23:52:56 -05:00
Scott Lahteine
3e559d5c1c
🎨 abs => ABS
2021-08-08 23:52:56 -05:00
Marcio T
eb8649ba42
📺 Fix and optimize FTDI Eve Touch Interface ( #22427 )
2021-08-08 23:52:56 -05:00
vyacheslav-shubin
99f917c022
🐛 Reset workDirDepth in cdroot() ( #22441 )
2021-08-08 23:51:49 -05:00
borland1
55cf3bd5ee
🐛 Fix LCD Menu MBL Z-Offset Adjustment ( #22450 )
2021-08-08 23:51:33 -05:00
Keith Bennett
776ededca4
🐛 Fix SKR Pro bad directive ( #22438 )
2021-08-08 23:51:04 -05:00
Tanguy Pruvot
b16a72a7e6
🐛 Fix Longer3D SDSS / SD_SS ( #22444 )
2021-08-08 23:50:38 -05:00
InsanityAutomation
f9809ca75a
🐛 Fix delta calibrate manual move scale ( #22430 )
2021-08-08 23:47:14 -05:00
Scott Lahteine
e402f43c02
🎨 NULL => nullptr
2021-08-08 23:47:14 -05:00
Scott Lahteine
2aad79fa15
🐛 Fix some board names
2021-08-08 23:47:14 -05:00
tome9111991
89e84fec61
📝 SKR E3 Turbo custom cable description ( #22426 )
2021-08-08 23:45:45 -05:00
Luke Harrison
8d34a99d8f
🔧 Octopus SPI display pins, fix USB build env ( #22412 )
2021-08-08 23:45:06 -05:00
luzpaz
15cf97f0d5
🎨 Spellcheck code ( #22531 )
2021-08-08 21:40:52 -05:00
ellensp
c158d8023e
💚 Specify compatible Teensy @4.12 ( #22448 )
2021-08-08 21:38:22 -05:00
Tanguy Pruvot
bc68664c3b
🚑 ️ Init FastIO before anything else ( #22508 )
2021-08-08 21:38:22 -05:00
Scott Lahteine
924e4f95c8
🚸 Ask for bed leveling on bug form
2021-08-04 16:48:30 -05:00
Scott Lahteine
35df24e1cb
🐛 One-based G35 point index output
2021-07-30 02:41:40 -05:00
Scott Lahteine
74b0133bc9
🐛 Fix 5-axis no extruder compile
...
Fixes #22446
2021-07-30 02:41:02 -05:00
Scott Lahteine
12581bcc44
🐛 Fix 3-point leveling position
...
See #22457 . Fixes a G29 regression from #19112 .
2021-07-30 02:41:02 -05:00
Scott Lahteine
c7c56ac45f
🐛 Fix PAUSE_MESSAGE_PAUSING=>PARKING
...
Fixes #22250 . Regression from #17460 .
2021-07-30 02:40:18 -05:00
Serhiy-K
603b65e843
✨ Laser support for TFT GLCD ( #22391 )
2021-07-30 02:38:26 -05:00
Scott Lahteine
2e5e5c4a1d
🎨 BTT SKR Pro pins auto-assign ( #22411 )
...
Co-authored-by: MarkusThur <83773817+MarkusThur@users.noreply.github.com >
2021-07-30 02:38:26 -05:00
Scott Lahteine
bcc31f68c6
🐛 Fix PAUSE_PROBE_DEPLOY_WHEN_TRIGGERED
...
Fixes #22295 . Regression from #20241 .
2021-07-30 02:37:36 -05:00
ellensp
f8f68f9259
🎨 MKS Hardware Test followup ( #22414 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-07-27 16:39:07 -05:00
Katelyn Schiesser
7773504afa
♻️ Refactor STM32 ini files ( #22377 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-07-21 00:28:26 -05:00
VTXtruder
6b73b6c966
✨ Chitu3D V9 board ( #22401 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-07-21 00:28:26 -05:00
Tanguy Pruvot
29dde9be2b
🐛 Fix Longer3D build environment ( #22378 )
2021-07-21 00:28:26 -05:00
ellensp
b6cb56f396
🔨 More HAL/STM32 targets ( #22358 , #22369 )
2021-07-21 00:06:42 -05:00
ellensp
8283f1577a
🐛 Fix STATUS_COMBINE_HEATERS compile ( #22405 )
2021-07-21 00:06:42 -05:00
Mike La Spina
0e9eb5f6ce
🐛 Fix Ammeter display on DOGM ( #22384 )
2021-07-21 00:04:46 -05:00
Katelyn Schiesser
61d0b08298
🎨 Prefer DELAY_NS over DELAY_CYCLES ( #22382 )
2021-07-21 00:00:16 -05:00
Scott Lahteine
b57f73a488
🎨 Add MMU2 enabled() accessor
2021-07-21 00:00:16 -05:00
Yash
40b99d8084
🐛 Fix G2/G3 angular motion calculation ( #22407 )
2021-07-20 23:56:22 -05:00
vyacheslav-shubin
c944e4fc60
🩹 Init var to suppress invalid warning ( #22396 )
2021-07-20 23:54:57 -05:00
Katelyn Schiesser
eebab93358
🐛 Ensure Software SPI pins for Max Thermocouple ( #22389 )
2021-07-20 23:54:10 -05:00
Scott Lahteine
0074ea5e0b
🐛 Change font for selected language ( #22381 )
2021-07-20 23:53:13 -05:00
Roxy-3D
e190684fe6
🐛 Fix UBL G29 J - Vector3 regression
2021-07-20 23:50:47 -05:00
Katelyn Schiesser
69c1e79c30
🐛 Fix BTC_SAMPLE_RES sanity check ( #22394 )
2021-07-20 23:50:47 -05:00
Keith Bennett
b3a3d81406
🎨 Fix unused lambda warning ( #22399 )
2021-07-20 23:50:47 -05:00
Malderin
f1161a9a5f
🐛 Fix MKS UI compile ( #22388 , #22395 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-07-20 23:50:47 -05:00
squiddity
95f0970d85
🐛 Fix M913 typos ( #22385 )
2021-07-18 19:26:56 -05:00
Scott Lahteine
31a3cc6278
🐛 No translated serial strings
2021-07-18 00:47:30 -05:00
mks-viva
6e7c20e78e
✨ MKS Mini12864 v3 for Robin E3/E3D ( #22368 )
2021-07-17 02:46:38 -05:00
Cytown
165ae139d5
🎨 Power-off tone followup ( #22222 )
2021-07-17 02:46:38 -05:00
Scott Lahteine
42eb2347d4
🎨 Strip trailing whitespace
2021-07-17 02:41:31 -05:00
mks-viva
3ab6789807
✨ MKS MINI12864 V3 for MKS Robin Nano V2/3 ( #22285 )
2021-07-17 02:41:31 -05:00
Katelyn Schiesser
5054dc6ea2
🐛 Redundant Temp Sensor followup ( #22196 )
2021-07-17 02:41:31 -05:00
lujios
ee54cd4bd7
⚡ ️ Improve Sensorless homing/probing for G28, G33 ( #21899 )
2021-07-17 02:41:31 -05:00
Cytown
399a240f84
🚸 Retain power during Pause ( #22227 )
2021-07-17 02:41:31 -05:00
Scott Lahteine
fef76a76a3
🔨 Consolidate STM32 extra_scripts ( #22365 )
2021-07-17 02:41:31 -05:00
Keith Bennett
a5459a68a6
💡 Update FLYmaker comments, URL ( #22355 )
2021-07-17 02:35:44 -05:00
Keith Bennett
b44d4746c8
🩹 FLYmaker FLY Mini followup ( #22364 )
...
Followup to #22355 , #22356 .
2021-07-17 02:35:44 -05:00
ellensp
6f9194eb29
✨ FLY Mini for stm32duino ( #22356 )
2021-07-17 02:35:44 -05:00
Krzysztof Błażewicz
6b2370fd7c
✨ DWIN LCD for BTT SKR Mini E3 ( #22288 )
2021-07-17 02:32:25 -05:00
Mihai
ee64081696
✨ Enable 'M20 L' with LONG_FILENAME_HOST_SUPPORT ( #22271 )
2021-07-17 02:32:25 -05:00
InsanityAutomation
a35c234ce1
🐛 Fix redundant heater / sensor pin assignments ( #22309 )
2021-07-17 02:32:25 -05:00
Mike La Spina
5026797310
🏗️ Allow headless Flow Meter ( #22234 )
2021-07-17 02:31:54 -05:00
Victor Oliveira
8334e92b6f
✨ MSC Support for STM32 + SDIO boards -> SKR 2 ( #22354 )
2021-07-17 02:31:54 -05:00
Katelyn Schiesser
8cf15e8546
🎨 Call millis() once in manage_inactivity ( #22363 )
2021-07-17 02:31:54 -05:00
Skruppy
7ae099f2be
🐛 Fix AVR DELAY_US int overflow ( #22268 )
2021-07-17 02:31:54 -05:00
Scott Lahteine
6d191d12c9
🔨 Clean up build scripts ( #22264 )
...
* Add 10K to marlin_blackSTM32F407VET6 (typo?)
* Document custom build scripts.
* Add a Robin common build script.
* Extraneous .ldscript specifiers
2021-07-17 02:31:54 -05:00
bilsef
e213246ab9
✨ M115: Axis Count ( #22219 )
2021-07-17 02:31:54 -05:00
Scott Lahteine
650e1dd1d2
🎨 Minor cleanup of TFT/FSMC pins
2021-07-17 02:28:43 -05:00
Taylor Talkington
87cc387321
🐛 Fix Filament Change menu ( #22370 )
...
Followup to #22277
2021-07-17 02:15:17 -05:00
Katelyn Schiesser
a7cfdeef21
🐛 Fix Einsy RAMBo FAN1_PIN ( #22305 )
2021-07-17 01:54:27 -05:00
Scott Lahteine
3750ab5c8b
📝 Tom's 3D Forums discontinued
2021-07-17 01:54:27 -05:00
ellensp
a0704cb14f
🐛 Define MT_DET_PIN_INVERTING for MKS_ROBIN_NANO_V3 ( #22348 )
2021-07-17 01:54:27 -05:00
MKS-Sean
cad2f69687
✨ MKS Robin Nano v3 + TFT_LVGL_UI + WiFi module ( #22109 )
2021-07-17 01:54:27 -05:00
mks-viva
31fbec9a00
🐛 Fix Robin Nano V3 X_DIAG_PIN ( #22340 )
2021-07-17 01:54:27 -05:00
Scott Lahteine
b1c5afaf3c
🐛 Fix SD pins for MKS Robin Lite
2021-07-17 01:54:27 -05:00
Scott Lahteine
bc459a76f4
🐛 TM3D fixes and improvements
...
Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com >
2021-07-17 01:54:27 -05:00
Marcio T
dd8ac689c3
⚡ ️ Fixes to FTDI Eve Touch UI ( #22347 )
2021-07-17 01:54:27 -05:00
ellensp
24f0613b9f
🎨 Optional Custom Button description ( #22336 )
2021-07-17 01:54:27 -05:00
Mike La Spina
00b27b1aa7
🔨 Update LPC176x platform to 0.2.8 ( #22333 )
2021-07-17 01:54:27 -05:00
Scott Lahteine
f76b063e58
🚸 M666: Fix value filter, add report ( #22337 )
...
In reference to #22325
2021-07-17 01:54:27 -05:00
Scott Lahteine
c746b1a2ae
🚸 Limit LCD delta endstop adjustment like M666
...
In reference to #22325
2021-07-17 01:54:27 -05:00
InsanityAutomation
be13220e32
📺 ExtUI pause state response ( #22164 )
2021-07-17 01:54:27 -05:00
Scott Lahteine
78c2eb6876
🎨 Check flags without ENABLED
2021-07-17 01:54:27 -05:00
Tanguy Pruvot
fea4e06484
🌐 Update French language ( #22323 )
2021-07-17 01:54:27 -05:00
Zs.Antal
91f11e0d41
🌐 Update Hungarian language ( #22307 )
2021-07-17 01:54:27 -05:00
BigTreeTech
573b8a62d9
🐛 Fixes for BTT Octopus ( #22314 )
2021-07-17 01:54:27 -05:00
Skruppy
eafb94e72d
🐛 Fix HAS_KILL && SOFT_RESET_ON_KILL soft reset button logic ( #22269 )
2021-07-17 01:54:27 -05:00
Scott Lahteine
69b44c2309
📌 Require U8glib-HAL@~0.5.0 ( #22324 )
2021-07-09 16:03:41 -05:00
Katelyn Schiesser
e9a1c10b34
🐛 Fix manage_heaters recursion on servo move ( #22313 )
...
Followup to e297748b22
2021-07-08 23:48:51 -05:00
Scott Lahteine
304a926b0a
👷 Bump date on /Version.h
2021-07-06 20:44:34 -05:00
Marcio T
1bb61f27e9
📺 Assorted small FTDI Eve Touch UI fixes ( #22273 )
2021-07-06 20:44:34 -05:00
Serhiy-K
091bdb79e6
🌐 Update Russian and Ukrainian ( #22290 )
2021-07-06 20:44:34 -05:00
Scott Lahteine
968c3b7e4e
♻️ Fix up and use YESNO_ITEM macros
2021-07-06 20:44:34 -05:00
ldursw
ed14d14819
🐛 Fix Maple / STM32 serial buffer ( #22292 )
2021-07-06 20:44:34 -05:00
George Fu
cae391bb48
🔨 FYSETC S6 small bootloader target ( #22207 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-07-06 20:44:34 -05:00
Cytown
2753b4eeaa
🚸 Filament Change add confirm step ( #22277 )
2021-07-06 20:44:34 -05:00
ellensp
6d05da0e5e
🐛 Fix Arduino IDE build (TOUCH_UI_FTDI_EVE includes) ( #22276 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-07-06 20:44:34 -05:00
Scott Lahteine
4235e23c7b
📝 Update Z_SAFE_HOMING description
2021-07-01 19:45:28 -05:00
Glought
cd01421ac3
🚸 Sanity-check Slim LCD menus with Probe Offset Wizard ( #22259 )
2021-06-29 15:36:52 -05:00
Katelyn Schiesser
aa13c78458
🐛 Fix ExtUI 'lcd_clicked' definition ( #22257 )
2021-06-29 12:36:22 -05:00
Katelyn Schiesser
b1c5dd985e
🐛 Fix PTC/BTC whole number tests ( #22255 )
2021-06-28 20:44:12 -05:00
tome9111991
3109a297d6
✨ Ender-3 V2 Display for SKR E3 Turbo ( #22229 )
2021-06-28 20:44:12 -05:00
Scott Lahteine
b878127ea0
Marlin 2.0.9.1
2021-06-28 19:50:00 -05:00
Katelyn Schiesser
6ea6556d09
🐛 Use setTargetHotend in menus ( #22247 )
2021-06-28 19:50:00 -05:00
Scott Lahteine
2b37a71eba
♻️ Refactor status screen timeout
2021-06-28 19:50:00 -05:00
Cytown
e3ae76d76d
🚸 Expand box in draw_boxed_string ( #22209 )
2021-06-28 19:50:00 -05:00
Katelyn Schiesser
b24508907e
🐛 No HOTEND_LOOP with EXTRUDERS 0 ( #22245 )
2021-06-28 19:50:00 -05:00
Sébastien Gariépy
ec3daadf43
🌐 MSG_MOVE_100MM ( #22242 )
2021-06-28 19:50:00 -05:00
Cytown
ae76011e75
🐛 Fix wide glyph characters display ( #22237 )
2021-06-28 19:50:00 -05:00
Scott Lahteine
34066c1717
📝 Update probe heating value
2021-06-27 11:54:28 -05:00
ellensp
19fe3d5e79
🚸 MarlinUI Move Z >= 1000 ( #22192 )
2021-06-27 11:32:14 -05:00
Scott Lahteine
ec518e6e7b
🎨 Small tweak, ms => now
2021-06-27 11:25:58 -05:00
Scott Lahteine
003ce25acf
🎨 Format onboard_sd.cpp
2021-06-27 11:25:48 -05:00
ellensp
3e5d867276
🐛 Fix Z_MULTI_ENDSTOPS + NUM_Z_STEPPER_DRIVERS 4 compile ( #22203 )
2021-06-27 11:25:36 -05:00
cr20-123
b1bcb387fa
✨ Update/extend Quiet Probing ( #22205 )
2021-06-27 11:25:07 -05:00
ellensp
0fbd8c52bb
🔧 Fix E.S.T. sanity-check errors ( #22224 )
2021-06-27 11:24:54 -05:00
Marcio T
08895e6cb0
🎨 Fix and improve FTDI Eve Touch UI ( #22223 )
2021-06-27 11:24:43 -05:00
Keith Bennett
38e775496a
📝 Update TMC SPI endstops comment ( #22221 )
2021-06-27 11:24:33 -05:00
Scott Lahteine
47631167f9
🐛 Trigger existing endstops on G38 hit
2021-06-27 11:24:22 -05:00
bwspath
185e0dc7b7
🐛 Fix Octopus build on case-sensitive FS ( #22206 )
2021-06-27 11:23:56 -05:00
Serhiy-K
bcf6ca59df
🌐 Update Russian language ( #22193 )
2021-06-27 11:23:42 -05:00
Marcio T
1ba694cebb
🎨 Fix and enhance FTDI Eve Touch UI ( #22189 )
2021-06-27 11:22:20 -05:00
Scott Lahteine
906fa05bd6
🐛 🌐 Fix extra axis translations
2021-06-27 11:21:33 -05:00
Scott Lahteine
651f15f833
🎨 Cosmetic cleanup
2021-06-21 16:26:38 -05:00
Katelyn Schiesser
ef41c1f452
🐛 Fix IJK axis references, E stepper indices ( #22176 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-06-21 16:26:38 -05:00
Grumpy
8050813d32
🐛 Fix dual Neopixels ( #22174 )
2021-06-21 16:26:38 -05:00
ellensp
25e7e2fce0
🐛 Fix heater display options/compile ( #22185 )
2021-06-21 16:26:38 -05:00
Scott Lahteine
a0f7f0e9e2
🐛 Fix compact sensitive pins array ( #22184 )
2021-06-21 16:26:38 -05:00
Serhiy-K
f3e0bc7a4b
🌐 Update Ukrainian language ( #22183 )
2021-06-21 16:26:38 -05:00
Giuliano Zaro
49ff1e837a
🌐 Update Italian language ( #22182 )
2021-06-21 16:26:38 -05:00
Katelyn Schiesser
4f8191b481
🐛 Redundant Temp Sensor followup ( #22173 )
2021-06-20 16:44:01 -05:00
Scott Lahteine
927a1a1738
🐛 Fix LCD define typos
2021-06-20 16:40:50 -05:00
Scott Lahteine
f2f23e8097
🎨 Cosmetic changes for G28
2021-06-20 16:40:23 -05:00
Scott Lahteine
cce585f6ca
🐛 Define 'HEAD' axes for Markforged
...
Fixes #22167
2021-06-18 13:13:27 -05:00
Ari-SSO
5bfb465ab4
🚸 Include 'H' value in M412 report ( #22138 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-06-18 12:26:12 -05:00
Katelyn Schiesser
ce7bbafb8f
💡 Add G28 L description ( #22144 )
2021-06-18 12:26:10 -05:00
Keith Bennett
5ffc4bfe3a
🐛 TFT encoder pin for BTT GTR ( #22162 )
2021-06-18 12:25:42 -05:00
Mike La Spina
3ecc99e95d
🐛 Fix Air Assist ( #22159 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-06-18 12:25:05 -05:00
gjdodd
f22c5d3cc6
🩹 Extruders 0 patch for PWM Motor Current ( #22163 )
2021-06-18 12:24:54 -05:00
Victor Oliveira
d8df8e0eed
🐛 Fix env validation for 1280/2560 boards ( #22150 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-06-18 12:24:47 -05:00
Victor Oliveira
e38958f256
🐛 Fix MKS Robin E3 build ( #22149 )
2021-06-18 12:23:46 -05:00
Scott Lahteine
d7c77403fd
Marlin 2.0.9
2021-06-15 20:45:37 -05:00
ellensp
c8898b5ca0
✨ Redundant Part Cooling Fan ( #21888 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-06-15 00:12:35 -05:00
Scott Lahteine
781257bc64
🐛 Prevent stepper sleep during long UBL idle ( #22137 )
2021-06-15 00:12:30 -05:00
qwewer0
dec083dcc1
⚡ ️ Home Z (and maybe XY) at the start of G35 ( #22060 )
2021-06-15 00:12:27 -05:00
ellensp
cdd9507493
🚑 ️ Prevent BFT unaligned compressed data corruption ( #22134 )
2021-06-15 00:12:23 -05:00
Bo Herrmannsen
dba877311e
✨ Extruder with Dual Stepper Drivers ( #21403 )
2021-06-15 00:12:20 -05:00
Victor Oliveira
31fd3be6eb
🔥 Remove Chitu default Touch Calibration ( #22133 )
2021-06-15 00:12:16 -05:00
Victor Oliveira
2b4284df81
✨ MULTI_VOLUME for Color UI and MarlinUI ( #22004 )
2021-06-15 00:12:01 -05:00
InsanityAutomation
d84e2d6e29
🎨 ExtUI "user click" and other tweaks ( #22122 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-06-15 00:11:57 -05:00
Victor Oliveira
56355159c6
🐛 Include common TFT driver macros ( #22125 )
2021-06-15 00:11:54 -05:00
Katelyn Schiesser
a7135d429b
🐛 Fix UBL 'R' parameter and adjust 'P' ( #22129 )
2021-06-15 00:11:50 -05:00
Sola
3b0a40cd5d
🐛 Fix ExtUI/DGUS Celsius display ( #22121 )
2021-06-15 00:11:46 -05:00
Scott Lahteine
83c74802f8
🎨 General cleanup of extui/dgus
...
In relation to #22121
2021-06-15 00:11:42 -05:00
Victor Oliveira
adc17933cd
🔨 Fix Serial+MSC for _USB envs ( #22116 )
2021-06-15 00:11:39 -05:00
Katelyn Schiesser
68c52673d6
🐛 Use whole PROBE_TEMP_COMPENSATION values ( #22130 )
2021-06-15 00:11:34 -05:00
Scott Lahteine
2aa35577f2
🏗️ Refactor build encrypt / rename ( #22124 )
2021-06-15 00:11:29 -05:00
Scott Lahteine
14ffc66c45
🩹 Use #pragma once
in pins files
2021-06-15 00:11:26 -05:00
Scott Lahteine
2ea0832e0f
📝 Number SKR EXP headers
2021-06-15 00:11:22 -05:00
Scott Lahteine
ab050878e9
🎨 Clean up LPC1768 SPI init
2021-06-15 00:11:18 -05:00
Scott Lahteine
707a04022e
🔨 Remove obsolete ON_BOARD_SPI_DEVICE
2021-06-15 00:11:15 -05:00
mrv96
d12c357793
🔨 Robin Nano V3 overridable POWER_LOSS_PIN ( #22123 )
2021-06-15 00:11:11 -05:00
Scott Lahteine
ddf8668e16
📝 Describe G12 XYZ
2021-06-15 00:11:06 -05:00
Victor Oliveira
3491e49c5f
🐛 Fix boot / SD for STM32 (F103Rx) boards ( #22087 )
2021-06-15 00:10:02 -05:00
Katelyn Schiesser
d322e495b2
✨ More flexible redundant temp sensor ( #22085 )
2021-06-15 00:09:52 -05:00
Keith Bennett
5d80f7006a
🔨 Envs for BTT SKR Mini with RET6 (512K) ( #22050 )
2021-06-15 00:09:52 -05:00
Zs.Antal
3e7a9e5d20
🌐 Update Hungarian language ( #22083 )
2021-06-15 00:09:52 -05:00
grauerfuchs
33e8769226
🔨 MightyBoard envs for A.B.M. ( #22100 )
2021-06-15 00:09:52 -05:00
Radek
59842edbcb
🔧 EEPROM options for BTT SKR 1.4 ( #22092 )
2021-06-15 00:09:52 -05:00
Marcio T
507e1e436e
🎨 Fix and improve FTDI Eve Touch UI ( #22093 )
2021-06-15 00:09:52 -05:00
ellensp
b27447ef48
🔧 Enforce BLTouch settings ( #22086 )
2021-06-15 00:09:52 -05:00
Scott Lahteine
c9a3ba99be
🎨 Adjust some conditionals
2021-06-15 00:09:52 -05:00
Scott Lahteine
967942460e
⚡ ️ Optimize Sensitive Pins array (except STM32) ( #22080 )
2021-06-15 00:09:52 -05:00
Kyle Repinski
bfa257902e
🐛 Fix small/huge I2C EEPROM address ( #22081 )
2021-06-15 00:09:52 -05:00
Scott Lahteine
3f103c91f0
🎨 Laser Ammeter followup ( #22079 )
...
Followup to #21835
2021-06-15 00:09:52 -05:00
Mike La Spina
2fd9971f41
Add Laser Based I2C Ammeter Feature ( #21835 )
2021-06-15 00:09:52 -05:00
ellensp
a3063a9392
expose hidden BLTOUCH setting changes ( #22069 )
2021-06-15 00:09:52 -05:00
Marcio T
d8a02bbbdb
🎨 Reorganize FTDI Touch UI variants ( #22066 )
2021-06-15 00:09:52 -05:00
ellensp
76d4a395d1
🩹 Fallback ID for MKS TS35 V2.0 ( #22031 )
2021-06-15 00:09:52 -05:00
7FM
c515bfb5fb
👽 ️ Include <EEPROM.h> in STM32 (for now) ( #22054 )
2021-06-15 00:09:52 -05:00
ellensp
83430be580
📦 ️ Malyan M200 with HAL/STM32 ( #22052 )
2021-06-15 00:09:52 -05:00
George Fu
9bd9f91722
📌 Update FYSETC E4 to espressif32@2.1.0 ( #22049 )
2021-06-15 00:09:52 -05:00
Victor Oliveira
e6ef43e51a
⚰️ Remove obsolete CUSTOM_SPI_PINS ( #22058 )
2021-06-15 00:09:52 -05:00
ellensp
16bca67f2d
🔧 Check G29_RETRY_AND_RECOVER requirements ( #21921 )
2021-06-15 00:09:52 -05:00
Scott Lahteine
d65eea550c
🔧 FOAMCUTTER_XYUV moved to custom config
2021-06-15 00:09:52 -05:00
DerAndere
46080b367a
✏️ Six Linear Axes followup (Fix M503) ( #22112 )
2021-06-15 00:09:52 -05:00
Marcio T
317afae37c
✏️ Six Linear Axes followup (typos) ( #22094 )
2021-06-15 00:08:32 -05:00
ellensp
930a608236
🎨 IJK auto-allocation ( #22075 )
2021-06-15 00:07:40 -05:00
DerAndere
6e3c45580c
✏️ Six Linear Axes followup (Hybrid Threshold init) ( #22068 )
2021-06-15 00:07:06 -05:00
DerAndere
e3df7d7bc8
✏️ Followup to Six Linear Axes ( #22056 )
2021-06-15 00:05:52 -05:00
DerAndere
c1fca91103
🏗️ Support for up to 6 linear axes ( #19112 )
...
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-06-15 00:05:03 -05:00
Scott Lahteine
d3c56a76e7
♻️ Patches for Zero Extruders (with TMC)
2021-06-15 00:04:47 -05:00
Scott Lahteine
4194cdda5b
♻️ Refactor Linear / Logical / Distinct Axes ( #21953 )
...
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
2021-06-15 00:03:55 -05:00
Marcio T
f5f999d7bf
📺 Fix and enhance FTDI EVE Touch UI ( #22047 )
2021-06-14 23:52:14 -05:00
Keith Bennett
b4b607681c
✨ BigTreeTech Octopus V1.1 ( #22042 )
2021-06-14 23:52:05 -05:00
ellensp
1e75eba27b
🐛 Fix STM3R / BEAST envs ( #22028 )
2021-06-14 23:51:52 -05:00
Victor Oliveira
f3f3d202ac
📦 ️ STM32F103RE_btt(_USB) with HAL/STM32 ( #22040 )
2021-06-14 23:51:46 -05:00
Scott Lahteine
c90fa530db
✨ Update G34 for 4x Z steppers ( #22039 )
2021-06-14 23:51:40 -05:00
Taylor Talkington
aeb8097cbc
🐛 Fix M140 print job timer autostart ( #22046 )
2021-06-14 23:51:23 -05:00
Giuliano Zaro
04bea72787
🐛 Fix MMU compile with >5 EXTRUDERS ( #22036 )
2021-06-14 23:51:17 -05:00
ldursw
ce95f56ac8
🔨 MKS Robin E3 for HAL/STM32 ( #21927 )
2021-06-14 23:51:10 -05:00
Scott Lahteine
aff45fd455
✏️ Remove whitespace
2021-06-14 23:51:00 -05:00
ellensp
c8f28d9d09
🐛 Fix Creality v4 servo timer ( #22021 )
...
Followup to #21999
2021-06-14 23:51:00 -05:00
Keith Bennett
f3697e5e02
🔨 Consolidate BTT linker scripts followup ( #22038 )
2021-06-14 23:51:00 -05:00
Scott Lahteine
557ba20ff4
🔨 Consolidate BTT linker scripts
...
Originally from #22022
2021-06-14 23:50:17 -05:00
ellensp
dd0e5c26d1
🐛 Fix env:STM32F103RE maple/unified split-up ( #22019 )
...
Followup to #21999
2021-06-14 23:50:11 -05:00
Scott Lahteine
c9a3f41152
📝 Update G61 comment
2021-06-14 23:49:57 -05:00
ellensp
d13ffa0aba
🔨 Creality v4 with STM32 HAL ( #21999 )
...
- New STM32 env for Creality V4 boards.
- Separate Libmaple targets into their own `ini` file.
- Temporarily remove unusable targets from `pins.h`.
Co-authored-by: ellensp <ellensp@hotmsil.com >
Co-authored-by: Scott Lahteine <github@thinkyhead.com >
2021-06-14 23:49:26 -05:00
Scott Lahteine
fb0be29604
🔨 Move FLY_MINI env to stm32f1.ini
2021-06-14 23:49:21 -05:00
hannesweisbach
7ca1550775
✨ TMC Driver distinct baudrates ( #22008 )
2021-06-14 23:49:16 -05:00
Scott Lahteine
665a71b471
🔧 Treat TPARA like SCARA in mfconfig
2021-06-14 23:49:10 -05:00
Roman Moravčík
9268a4b28c
🌐 Update Slovak language ( #22000 )
2021-06-14 23:49:04 -05:00
Krzysztof Błażewicz
529bbfad10
⚗️ 32-bit float constants (STM32F1) ( #21996 )
2021-06-14 23:46:12 -05:00
Scott Lahteine
e7945c2277
🐛 Fix Z endstop enum
...
Followup to 92dea8e6cc
2021-06-11 18:34:01 -05:00
Scott Lahteine
5ee91c73ed
👷 Add caching to CI workflow
2021-06-06 03:58:59 -05:00
hannesweisbach
2116e4202b
🐛 Fix Probe Temp Calibration compile ( #22032 )
2021-06-04 23:39:57 -05:00
Taylor Talkington
19521d16cd
🐛 Fix M140 print job timer autostart ( #22046 )
2021-06-04 23:33:19 -05:00
Victor Oliveira
057302b936
👽 ️ Fix usb-host-msc-cdc-msc issue ( #22025 )
2021-06-04 23:33:19 -05:00
Scott Lahteine
d62619c9c8
📌 Use U8glib-HAL@~0.4.5
2021-06-04 23:33:19 -05:00
Scott Lahteine
9c80a89597
🎨 Reorganize BTT_E3_RRF_IDEX_BOARD
2021-06-04 23:33:19 -05:00
Scott Lahteine
00834ef03d
🎨 Clean up stops, sdss pins
2021-06-04 23:33:19 -05:00
Scott Lahteine
5b7b065b96
Marlin 2.0.8.2
2021-05-29 16:01:38 -05:00
Timo
a739af823f
✨ Malyan M180 ( #21992 )
2021-05-29 16:01:32 -05:00
Pascal de Bruijn
493eb446b7
✨ MEDIA_MENU_AT_TOP for MarlinUI ( #21925 )
2021-05-29 15:19:40 -05:00
charlespick
1b45b3802a
✨ Independent baud rates ( #21949 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-05-29 15:19:40 -05:00
Krzysztof Błażewicz
7898307d78
🌐 Update Polish language ( #21993 )
2021-05-29 15:13:05 -05:00
ellensp
8da8aa140f
🥅 Add MESH_EDIT_MENU sanity check ( #21922 )
2021-05-29 15:12:57 -05:00
Andy Barratt
4572af2bce
🚸 cap:HOST_ACTION_COMMANDS ( #21987 )
2021-05-29 15:11:57 -05:00
Allen Bauer
6dc17f0e6e
🐛 Fix BTT002 variant MMU2 serial pins 🧩 ( #21980 )
2021-05-29 15:11:50 -05:00
ellensp
3fcf3f69ca
♻️ LEDs refactor and extend ( #21962 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-05-29 15:11:32 -05:00
LawnMo
a9fd2769f3
🩹 Fix multi_volume + SDIO onboard compile ( #21975 )
2021-05-29 15:11:13 -05:00
LawnMo
9adaf92674
🩹 Improved SKR2 12864 LCD Delays ( #21956 )
2021-05-29 15:09:48 -05:00
Scott Lahteine
e75c3b6c54
🎨 Macros for optional arguments ( #21969 )
2021-05-29 15:09:07 -05:00
ellensp
61f2bb1228
⚡ ️ PIO filters for M117, M300 and M414 ( #21972 )
2021-05-29 15:08:30 -05:00
Scott Lahteine
d1502f74ea
🎨 Null heating message method
2021-05-29 15:07:49 -05:00
Scott Lahteine
83f9413196
🐛 Fix Selena Compact probe pin
2021-05-29 15:06:38 -05:00
Scott Lahteine
cdc3e18d99
Use another PR close action
2021-05-28 19:47:06 -05:00
BigTreeTech
55a6315862
🐛 Fix Octopus HS USB ( #21961 )
2021-05-24 01:59:46 -05:00
gjdodd
cf447a5442
🐛 Fix flowmeter calculation ( #21959 )
2021-05-24 01:54:39 -05:00
Scott Lahteine
7597b4fb40
🎨 Apply shorthand and cleanups
2021-05-23 02:17:41 -05:00
Scott Lahteine
7cd0f2a32a
🎨 pause => pause_heaters
2021-05-23 02:17:31 -05:00
Scott Lahteine
4dae5890e9
♻️ Refactor, comment endstop/probe enums
2021-05-23 02:09:04 -05:00
Danol
738ae4be33
🐛 Fix wrong Z_ENDSTOP flag bit ( #21963 )
...
Bug introduced in #18424
2021-05-23 01:11:48 -05:00
Scott Lahteine
e573611021
🎨 Combine M104/M109 and M140/M190 code
2021-05-22 19:09:51 -05:00
Scott Lahteine
f60965a107
📝 Update ExtUI example
2021-05-22 16:19:02 -05:00
Scott Lahteine
3995e8373c
🎨 Shorten lcd relative paths
2021-05-22 16:18:59 -05:00
Scott Lahteine
ddc82b84e2
📝 Document diveToFile, printListing
2021-05-22 16:18:55 -05:00
Scott Lahteine
87a943756a
🎨 Move HAS_EXTRUDERS
2021-05-22 16:18:42 -05:00
Scott Lahteine
8e28731f96
🎨 Update a condition
2021-05-22 16:18:42 -05:00
Scott Lahteine
cdbd438a04
🎨 Rename all/no axis enums
2021-05-22 16:18:42 -05:00
Scott Lahteine
3220c49f1b
Add a test for SAVED_POSITIONS
2021-05-22 16:18:42 -05:00
Scott Lahteine
94e67a036a
🐛 Fix compile with PREVENT_COLD_EXTRUSION off
2021-05-22 16:18:42 -05:00
Scott Lahteine
c977e82074
🎨 MULTI_MANUAL => MULTI_E_MANUAL
2021-05-22 16:18:42 -05:00
Moonglow
9878a5ab58
🐛 Fix Toshiba FlashAir (SDCARD_COMMANDS_SPLIT) ( #21944 )
2021-05-22 16:18:42 -05:00
Scott Lahteine
2de914c38c
🎨 Move switch sensor strings
2021-05-22 16:09:20 -05:00
Scott Lahteine
49b05ba989
🎨 Flags for homing directions
2021-05-22 16:09:18 -05:00
Scott Lahteine
85fa8c55c9
🐛 Fix DELTA with SENSORLESS_PROBING
2021-05-22 16:09:17 -05:00
Scott Lahteine
57eef65d9c
♻️ Refactor axis homing/trusted state bits
2021-05-22 16:08:46 -05:00
Scott Lahteine
894c954e8f
♻️ Minimize endstop bits
2021-05-22 16:08:43 -05:00
Scott Lahteine
046bac6769
✅ Fix tests for EXTRUDERS 0
2021-05-22 16:08:26 -05:00
Scott Lahteine
765720e98b
♻️ Simplify TMC utilities for more axes
2021-05-22 16:08:09 -05:00
Scott Lahteine
26a244325b
♻️ Refactor axis counts and loops
2021-05-22 16:08:08 -05:00
Scott Lahteine
f7d28ce1d6
🎨 Misc cleanup and fixes
2021-05-22 16:08:03 -05:00
Scott Lahteine
c85633b47f
🎨 Use defined strings
2021-05-22 16:03:19 -05:00
Alvaro Segura Del Barco
6861b1ec82
🐛 Fix Teensy PINS_DEBUGGING compile ( #21958 )
...
Followup to 84a11cfedc
2021-05-22 15:55:08 -05:00
Roger D. Winans
003cb20b9f
📝 Add Configurations section to README ( #21955 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2021-05-21 23:14:25 -05:00
Scott Lahteine
f1f622de01
Fix 'G29 K' value
2021-05-19 22:02:53 -05:00
ellensp
dbb8f3db09
Fix EEPROM_CHITCHAT ( #21934 )
...
Fix #21929
2021-05-18 18:08:22 -05:00
ellensp
5d7c72db5a
Fix envs using mks_encrypt.py ( #21933 )
...
Fix #21928
2021-05-17 18:25:11 -05:00
thisiskeithb
755adb8973
Update Configurations URL (2.0.8.1)
2021-05-16 14:07:29 -05:00
ekef
0977429138
Fix MKS Robin E3 BLTOUCH and Fan PWM timer conflicts ( #21889 )
2021-05-15 18:22:30 -05:00