Scott Lahteine
5018fdacbe
Support FYSETC_MINI_12864_PANEL (#13365 )
6 years ago
InsanityAutomation
ba31d39f6d
Azteeg X5 Mini support (#13425 )
6 years ago
Scott Lahteine
fae2b7edc3
Update MMU2 code style
6 years ago
Roxy-3D
9cee81d47e
Option to show babysteps total since G28 (#13580 )
6 years ago
Scott Lahteine
028b78f623
Suppress a compile warning
6 years ago
Scott Lahteine
cf12fc8366
Expand on serial debugging (#13577 )
6 years ago
Scott Lahteine
027a901bec
Trim whitespace
6 years ago
Robby Candra
cd1ef33c8c
Drop extra PLR save test (#13554 )
6 years ago
Scott Lahteine
cacec5764a
Clean up whitespace
6 years ago
Scott Lahteine
240ea1bbb3
Split up games into separate files
6 years ago
Scott Lahteine
a0a5c31c05
Power-Loss initialization fix (#13553 )
- Only save to PLR file on moves with E and X or Y
- Save to PLR after any long-ish Z downward move
6 years ago
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete (#13522 )
6 years ago
Msq001
f0d14b83bc
Save/restore Relative modes in Power-Loss Recovery (#13501 )
6 years ago
Scott Lahteine
b46ca9aa94
Less timely comment, tweak conditions
6 years ago
InsanityAutomation
eb91f08725
Update descriptions and dont call unneeded functions
6 years ago
Thomas Moore
c5e96544b5
Fix vtool compiler warning (#13476 )
6 years ago
Scott Alfter
407202cc0f
Fix BLTouch pre-3.0 compatibility (#13454 )
6 years ago
InsanityAutomation
5eeffab5e5
Fix BLTouch Menus (#13441 )
6 years ago
InsanityAutomation
5b2c37d6c1
Followup to BLTouch (#13422 )
6 years ago
InsanityAutomation
3fb8489ae3
EXTUI and UBL compilation fixes (#13420 )
6 years ago
InsanityAutomation
691e5c3bb8
BLTouch V3.0 support (#13406 )
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
Tobias Frost
d20eab4f83
Fix macro in set_color() (#13417 )
6 years ago
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404 )
6 years ago
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
6 years ago
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h (#13388 )
6 years ago
Scott Lahteine
67bee06e43
No patch needed for non-libmaple analogWrite
See https://github.com/pinchies/Marlin/pull/1#issuecomment -471388743
6 years ago
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
6 years ago
Scott Lahteine
87162658c4
Fix and improve software endstops (#13386 )
6 years ago
Scott Lahteine
6214c997c0
Remove includes of <binary.h>
6 years ago
InsanityAutomation
c03df89921
ExtUI Mesh Leveling Extensions (#13363 )
6 years ago
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)
6 years ago
InsanityAutomation
785a7028bf
Followup to 'volatile' patch (#13369 )
Originally #13344
6 years ago
Scott Lahteine
12503fce06
Followup to wait_for_user fix
6 years ago
Tobias Frost
2efbcc90c5
Fix wait_for_user compile error (#13352 )
6 years ago
3dlabsio
645ca7af7a
M141 Heated Chamber, Temperature rework (#12201 )
6 years ago
Scott Lahteine
39f1222060
One fewer G29 error string
6 years ago
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311 )
6 years ago
Ludy
bd4160dbaf
Unused CS_ACTUAL_sb (#13282 )
6 years ago
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
6 years ago
Scott Lahteine
f37df28d17
UBL G29 T current position fix
Counterpart to #12845
6 years ago
Scott Lahteine
5d28575d4d
Clean up some motion code
6 years ago
Scott Lahteine
e15354e387
Simplify serial port redirect (#13234 )
6 years ago
Scott Lahteine
a43e892fb5
Use 8-bit i2c address on LPC platform
Fix #9799 — hopefully not a unicorn
6 years ago
LinFor
ba39186364
TMC_DEBUG optimization and improvements (#13135 )
6 years ago
Scott Lahteine
3a1b6fe8c1
Coding standards
6 years ago
InsanityAutomation
52665f54ad
Fix bad Purge More logic (#13193 )
6 years ago
Scott Lahteine
e00aad84af
Add M240 parameters D I J R S
6 years ago
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
6 years ago
Scott Lahteine
a0dadc8c62
Smaller I2CPositionEncoder strings
6 years ago