Scott Lahteine
c7825e6719
Contrast over 63 assume 255 max
This is closer to the prior behavior.
5 years ago
Tim Moore
1461ee4d36
Make LCD_CONTRAST_MAX >= _LCD_CONTRAST_INIT ( #15046 )
5 years ago
Scott Lahteine
04a9962cb5
Fix: Contrast override in pins files
Move contrast handling to `Conditionals_post.h` so pins files can override the LCD defaults.
5 years ago
Tanguy Pruvot
e604f76703
Enable contrast via LCD_CONTRAST_INIT ( #15006 )
5 years ago
Ludy
05995d1fd6
Unify buzz methods as MarlinUI::buzz ( #14803 )
5 years ago
Tim Moore
4575978a1f
Fix auto power for chamber fan ( #14922 )
5 years ago
Marcio Teixeira
179d6c4ed1
Add STARTUP_SCRIPT option. M17 parity with M18. ( #14953 )
5 years ago
teemuatlut
d4974ea719
TMC SPI Endstops and Improved Sensorless Homing ( #14044 )
5 years ago
Tim Moore
940c59d9da
Overlord i2c LCD with LEDs and buzzer ( #14801 )
5 years ago
rafaljot
e44fccf3d2
Add support for M575 ( #14757 )
5 years ago
mikeshub
1579091c20
PID loop improvements ( #14746 )
* Fix macro evaluation in `temperature.cpp`
* Improve bed PID, PID debug output
* Add min PID power define
5 years ago
Scott Lahteine
d4be970c8b
Update DOGLCD conditions
5 years ago
InsanityAutomation
f1eaed7e98
Only init servo pins used for servos ( #14589 )
5 years ago
gmarsh
ab99a80793
GMARSH X6 board support ( #14550 )
5 years ago
Scott Lahteine
1a349c7522
Add HAS_TMC220x
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Tim Moore
eb6dec03bd
Simplify power supply naming logic ( #14488 )
Co-Authored-By: Tim Moore <tim.moore@lightbend.com>
Co-Authored-By: AnHardt <github@kitelab.de>
5 years ago
Scott Lahteine
de462f2b8a
Revert "Sort out settings.load with SD EEPROM emulation ( #14458 )"
This reverts commit 108d0df565
.
5 years ago
Scott Lahteine
ce2b4bc20c
Conditionals tweak
5 years ago
Tanguy Pruvot
108d0df565
Sort out settings.load with SD EEPROM emulation ( #14458 )
5 years ago
Scott Lahteine
4d5a1984e2
Simplified fan handling code
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
Scott Lahteine
d7d80418ae
Singleton for cutting tools ( #14429 )
5 years ago
Andy Shaw
064177154c
Update SD card connection / sharing options ( #14325 )
5 years ago
Scott Lahteine
4df4c47994
Add TMC2209 support ( #14249 )
5 years ago
InsanityAutomation
bf64dd4db6
Improve G34, M422 (Z alignment) ( #14142 )
5 years ago
doggyfan
90121047d9
Fix thermal protection with user thermistor ( #14130 )
6 years ago
chai-md
940ff8e7c8
Improve LV8729 stepping ( #13776 )
6 years ago
InsanityAutomation
6811e2921b
BLTouch v3 / 3DTouch Interoperability & performance ( #13814 )
6 years ago
doggyfan
23a8707ef1
Configurable Thermistor ( #13888 )
6 years ago
Giuliano Zaro
e2a77ed881
Bring chamber temp to completion ( #13837 )
6 years ago
Stephan
84273557f9
Move and update heated chamber settings ( #13671 )
Co-Authored-By: the-real-orca <stephan.veigl@gmail.com>
6 years ago
ManuelMcLure
492883859e
Don't protect unused CS pins ( #13647 )
6 years ago
Scott Lahteine
9abe9aff56
Confirm before starting SD print ( #13616 )
6 years ago
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(...)`
6 years ago
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins ( #13383 )
6 years ago
Scott Lahteine
d94e077901
Apply HAS_HOTEND_OFFSET where needed
6 years ago
Scott Lahteine
aa1d587128
Some LCD code cleanup
6 years ago
pinchies
4df9509ead
Add support for printers with inverted fan pins ( #13362 )
Add support for printers with inverted fan pins by adding `#define FAN_INVERTING 1` to `Configuration_adv.h` and modifying the fan write macros.
6 years ago
Reece Kibble
dbead66988
Allows user to set (almost) any PWM frequency ( #12638 )
6 years ago
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework ( #12201 )
6 years ago
Scott Lahteine
44571775bd
Further support for 6 extruders
6 years ago
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
6 years ago
Scott Lahteine
99d0022fae
Drop the Z_MIN_PROBE_ENDSTOP option ( #13276 )
6 years ago
Scott Lahteine
f37df28d17
UBL G29 T current position fix
Counterpart to #12845
6 years ago
Scott Lahteine
808b076000
Update some ABL/UBL conditionals
6 years ago
LinFor
ba39186364
TMC_DEBUG optimization and improvements ( #13135 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
166e567ab8
Fix HAS_MOTOR_CURRENT_PWM
6 years ago
Marcio Teixeira
e1604198ff
G425 — Auto-calibrate Backlash and Nozzle Offsets ( #13050 )
6 years ago