Ludy
bd494a6bd6
Update defines for patched temperature macros (#14161 )
il y a 6 ans
Minims
32afe1d102
Fix TOOLCHANGE_ZRAISE warning (#14156 )
il y a 6 ans
InsanityAutomation
49e83dd7c8
BLTouch V3.1 changes (#14104 )
il y a 6 ans
Scott Lahteine
4ef364a073
Sanity check probe offsets must be integers
il y a 6 ans
Bob Kuhn
456a0ee76b
Improve Due SW SPI, Fysetc sanity checks, &c. (#13939 )
il y a 6 ans
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
il y a 6 ans
InsanityAutomation
6811e2921b
BLTouch v3 / 3DTouch Interoperability & performance (#13814 )
il y a 6 ans
doggyfan
23a8707ef1
Configurable Thermistor (#13888 )
il y a 6 ans
Marcio Teixeira
15357af67c
Backlash cleanup (#13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
il y a 6 ans
Scott Lahteine
bf54251a10
Finish, improve, clean up FYSETC_MINI_12864 revisions (#13871 )
il y a 6 ans
Bob Kuhn
81ca5a4cd4
Fix and improve FYSETC LCD support (#13767 )
il y a 6 ans
jmdearras
b65cb5704d
Fix, improve FYSETC_MINI_12864 support (#13730 )
il y a 6 ans
Stephan
84273557f9
Move and update heated chamber settings (#13671 )
Co-Authored-By: the-real-orca <stephan.veigl@gmail.com >
il y a 6 ans
Scott Lahteine
5018fdacbe
Support FYSETC_MINI_12864_PANEL (#13365 )
il y a 6 ans
Scott Lahteine
c8a83fb122
SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA
il y a 6 ans
Robby Candra
46445a5a16
Event G-code for Stop SD Print (#13547 )
Co-Authored-By: 7eggert <7eggert@gmx.de >
Co-Authored-By: robbycandra <robbycandra.mail@gmail.com >
il y a 6 ans
Chris Pepper
ffc2c2d7c5
Move FAST_PWM_FAN code to HALs (#13491 )
il y a 6 ans
Scott Lahteine
b376c7e374
Group DISABLED items
il y a 6 ans
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
il y a 6 ans
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
il y a 6 ans
Scott Lahteine
87162658c4
Fix and improve software endstops (#13386 )
il y a 6 ans
Hadrien Jouet
0278ad0a6d
Add ESP32 WiFi interface (#11209 )
il y a 6 ans
InsanityAutomation
050eac03af
Single X Duplication Extension (#13373 )
* Multi-nozzle selective duplication
* Use a bit-mask, reduce stepper_indirection.h size
* Tweak the multi-nozzle duplication description
* Use 'S' as a bool in M605
* Add HAS_DUPLICATION_MODE conditional
* Remove '_MODE' from the option name
* M605 in the style of Stacker M280
* Also include direct mask style (P)
il y a 6 ans
Scott Lahteine
51ff5b68fa
Clean up fastIO ahead of PWM patch
il y a 6 ans
Tobias Frost
6df51201ae
Include EXTENSIBLE_UI in single LCD sanity check (#13306 )
il y a 6 ans
Scott Lahteine
fa236e9718
General cleanup ahead of L64XX
il y a 6 ans
Scott Lahteine
99d0022fae
Drop the Z_MIN_PROBE_ENDSTOP option (#13276 )
il y a 6 ans
InsanityAutomation
eb4bf93ea4
Add more Babystep options (#13262 )
il y a 6 ans
Scott Lahteine
808b076000
Update some ABL/UBL conditionals
il y a 6 ans
Scott Lahteine
38363902c7
Fix sanity checks for distinct E factor settings
Reference #13156
il y a 6 ans
Scott Lahteine
631d867dc9
HAL cleanups
il y a 6 ans
Scott Lahteine
d2bdb71c13
Add PHOTO_GCODE option, photo trigger physical move (#13168 )
il y a 6 ans
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
il y a 6 ans
revilor
e56c13670d
Service interval watchdog (#13105 )
il y a 6 ans
Scott Lahteine
0feeef2604
Update copyright in headers
il y a 6 ans
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
il y a 6 ans
teemuatlut
d81342254a
Support new TMC drivers (#13026 )
il y a 6 ans
Rolf Werum
524c6c10bf
MAGNETIC_PARKING_EXTRUDER (#12351 )
il y a 6 ans
Scott Lahteine
10d855cb21
Sanity check USER_GCODE formatting
il y a 6 ans
Marcio Teixeira
5cfc1cdacc
Support SWITCHING_NOZZLE with 2 servos (#13054 )
il y a 6 ans
revilor
6a57d0b381
Prusa MMU2 (#12967 )
il y a 6 ans
teemuatlut
e6805582a6
M569 to change stepping mode. Add new TMC section to LCD. (#12884 )
il y a 6 ans
teemuatlut
1a79878dff
Remove TMC_Z_CALIBRATION in favor of Z_STEPPER_AUTO_ALIGN
il y a 6 ans
Scott Lahteine
b402040059
Split bed size sanity check into two
il y a 6 ans
Giuliano Zaro
54ba44ee37
Fix bad sanitycheck (#12748 )
il y a 6 ans
Ludy
cfc5e96b4b
Move JD to Config.h (and fix jerk->eeprom bug) (#12720 )
il y a 6 ans
Marcio Teixeira
902d5b0f8b
Allow ExtUI to use LCD_SET_PROGRESS_MANUALLY (#12628 )
il y a 6 ans
Dave Johnson
9a4a463ec4
Sanity-check LIGHTWEIGHT_UI, move comment up (#12630 )
il y a 6 ans
Marcio Teixeira
b22716e938
M425 Backlash Correction (#11061 )
il y a 6 ans
Scott Lahteine
fa47ce369a
Sanity-check for negative steps, feedrate, accel
il y a 6 ans