Tanguy Pruvot
11adcf1ce3
Add'l PLR options, AVR strstr_P compat (#13880 )
5 yıl önce
InsanityAutomation
5dcb25664f
Option to Auto-Initialize EEPROM (#13935 )
5 yıl önce
Stephan
483822f3aa
Fix some THERMAL_PROTECTION_CHAMBER issues (#13678 )
5 yıl önce
doggyfan
23a8707ef1
Configurable Thermistor (#13888 )
5 yıl önce
Giuliano Zaro
e2a77ed881
Bring chamber temp to completion (#13837 )
5 yıl önce
ushills
3cad0f08d9
Geeetech I3 Pro B DEFAULT_AXIS_STEPS_PER_UNIT options (#13896 )
5 yıl önce
ushills
1ec9953e7e
Update I3 Pro B calibration routine (#13907 )
5 yıl önce
InsanityAutomation
3fcab8dbf1
Option to disable fans during pause (#13820 )
5 yıl önce
Robby Candra
0181e57417
Add a minimum Z change option to power-loss recovery (#13859 )
5 yıl önce
Scott Lahteine
bf54251a10
Finish, improve, clean up FYSETC_MINI_12864 revisions (#13871 )
5 yıl önce
Scott Lahteine
9372e2603c
Simpler neopixel comment
5 yıl önce
Ludy
8a6308b498
Fix config regression
Fix bad commits from around db89fc03
5 yıl önce
Scott Lahteine
9ccbd382e7
Update Watchdog description
5 yıl önce
Bob-the-Kuhn
db89fc0304
Revert "bring my copy up to date"
This reverts commit 503905c628 .
5 yıl önce
Bob-the-Kuhn
503905c628
bring my copy up to date
5 yıl önce
Scott Lahteine
6ff81a33c1
Provide JSON values for SOFT_PWM_SCALE
5 yıl önce
Scott Lahteine
69c333ead9
More universal Formbot pins
Replace `ROXYs_TRex` with pre-defines of the relevant pins at the configuration level.
5 yıl önce
Robby Candra
7ca1fea22b
Option to pause probe deployment only when triggered, for manually-deployed allen-key probe (#13698 )
5 yıl önce
jmdearras
5f49b65c1f
Move LPC SD options to configs, add MKS_MINI_DISPLAY to SKR boards (#13712 )
5 yıl önce
Stephan
84273557f9
Move and update heated chamber settings (#13671 )
Co-Authored-By: the-real-orca <stephan.veigl@gmail.com >
5 yıl önce
chai-md
2adc37becc
MAGNETIC_SWITCHING_TOOLHEAD (#13629 )
5 yıl önce
Scott Lahteine
cee3b172b9
Fix Marlin splash screen logic (#13646 )
5 yıl önce
Scott Lahteine
3656ef4a2d
Rename, step 2
5 yıl önce
Scott Lahteine
6b8611ad56
Rename, step 1
5 yıl önce
Scott Lahteine
5018fdacbe
Support FYSETC_MINI_12864_PANEL (#13365 )
5 yıl önce
Scott Lahteine
0e3c9e726d
Set default Raptor runout/caselight pins
5 yıl önce
Scott Lahteine
5e38d70697
Fix M217 report label, general cleanup
5 yıl önce
Scott Lahteine
9abe9aff56
Confirm before starting SD print (#13616 )
5 yıl önce
Scott Lahteine
a2b3ad6d0a
Don't override RGB LED pins, by default
5 yıl önce
swilkens
e9d9cf2b5b
[2.0.x] Reduce all Creality homing speeds (#13595 )
5 yıl önce
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 (#13580 )
5 yıl önce
Scott Lahteine
3221658a78
Adjust park position description
5 yıl önce
Alexander Gavrilenko
3c47e1b4d1
Support Black STM32F407VET6 with RAMPS-like shield (#13524 )
5 yıl önce
Marcio Teixeira
27a4927ed1
Add option to move away from endstop after homing. (#13557 )
Add option to move away from endstop after homing.
- Add `ENDSTOP_BACKOFF` for printers with a recessed Z home button (Lulzbot TAZ 6).
- Also prevents chattering when sensorless homing with axes against bumpers.
5 yıl önce
reloxx13
2d5b93e850
Change to CHOPPER_DEFAULT_24V for Ender 3 (#13565 )
5 yıl önce
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 >
5 yıl önce
Scott Lahteine
8b7c3eec83
Games, for fun (and stress-testing) (#13464 )
5 yıl önce
Scott Lahteine
5de7b5b35e
Games, for fun (and stress-testing) (#13464 )
5 yıl önce
InsanityAutomation
7240e3a68f
Allow G26 with no heated bed (#13511 )
5 yıl önce
Scott Lahteine
b46ca9aa94
Less timely comment, tweak conditions
5 yıl önce
InsanityAutomation
eb91f08725
Update descriptions and dont call unneeded functions
5 yıl önce
Sam Lane
e3ab54753b
Add extra Linear Advance factors (#13490 )
5 yıl önce
Scott Lahteine
d2e0c03afb
Remove trailing whitespace
5 yıl önce
7eggert
d96f7d6068
Minimum segments for G2/G3. Better for small arcs. (#13466 )
5 yıl önce
drzejkopf
70e6a3db8a
Add LEVEL_CORNERS_HEIGHT to LEVEL_BED_CORNERS (#13439 )
5 yıl önce
InsanityAutomation
3fb8489ae3
EXTUI and UBL compilation fixes (#13420 )
5 yıl önce
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support (#13406 )
5 yıl önce
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(...)`
5 yıl önce
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404 )
5 yıl önce
Hadrien Jouet
0278ad0a6d
Add ESP32 WiFi interface (#11209 )
5 yıl önce