Scott Lahteine
4e6e02bc3e
Include pause.h for M701-702
5 years ago
Scott Lahteine
014b739bac
Fix M486 int parameters
5 years ago
Scott Lahteine
93f0012959
Cancel Objects - As seen at ERRF2019 ( #15590 )
5 years ago
Scott Lahteine
bb381e22b2
Fix left-shift warning
5 years ago
Scott Lahteine
519cc1bc67
NUM_AXIS is now obsolete
5 years ago
Scott Lahteine
0322348924
Handle runout in runout.cpp
5 years ago
Scott Lahteine
139b7196a0
Watchdog cleanup ( #15283 )
5 years ago
Scott Lahteine
50e4545255
Add custom types for position ( #15204 )
5 years ago
Scott Lahteine
665e45e0ba
Reduce string storage, use masking 'seen'
5 years ago
Scott Lahteine
455dabb183
Add a feedRate_t data type ( #15349 )
5 years ago
Scott Lahteine
b2e1f77f58
Fix extraneous "Home XYZ First" message
5 years ago
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor ( #15256 )
5 years ago
Scott Lahteine
75927e17dd
Filament Width Sensor singleton ( #15191 )
5 years ago
Scott Lahteine
586b334c2a
Split up stepper indirection ( #15111 )
5 years ago
Scott Lahteine
c8e30b6639
Fix code attempting to sprintf %f ( #14869 )
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
5 years ago
Scott Lahteine
a3dc1e461b
Update M7219 comment, tweak parameter code
5 years ago
InsanityAutomation
dc6fa04f68
Fix single nozzle temp change, do slower extra prime ( #14696 )
5 years ago
Tim Moore
e5aa453293
Add support for 2 Neopixel strips ( #14667 )
5 years ago
InsanityAutomation
b8cc61262f
Finish G12, update Nozzle::clean ( #14642 )
5 years ago
InsanityAutomation
d2f20803ba
Allow nozzle clean with limited Axis ( #14619 )
5 years ago
scotthsl
19b24a349c
Fix M412 without HOST_ACTION_COMMANDS ( #14591 )
5 years ago
Scott Lahteine
fe02241044
NONE on combined options
5 years ago
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
5 years ago
Darsey Litzenberger
946f6bdeaa
Disable leveling during G12 ( #14385 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control ( #14117 )
5 years ago
Scott Lahteine
17778d1c2a
Fix M916-918 subcommands
5 years ago
Scott Lahteine
4df4c47994
Add TMC2209 support ( #14249 )
5 years ago
Scott Lahteine
356410dcfc
Move crc16 function to libs
6 years ago
Scott Lahteine
b14cc0d7c5
Remove extra gcode. prefix
6 years ago
teemuatlut
1c86fbc60b
TMC updates, capture LCD changes ( #14074 )
6 years ago
Scott Lahteine
fc52c43a26
Some documentation updates
6 years ago
Sam Lane
7f1e0c5670
Update EXTRA_LINADV_K with Marlin bit macros ( #13993 )
6 years ago
Ludy
f96eaad1ea
Unused variable cleanup ( #13917 )
6 years ago
Marcio Teixeira
15357af67c
Backlash cleanup ( #13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
6 years ago
Thomas Moore
ee243e4edf
Fix mixing extruder filament change ( #13803 )
6 years ago
Scott Lahteine
0c4d3e6622
Improve M906 description
6 years ago
Scott Lahteine
fae2b7edc3
Update MMU2 code style
6 years ago
Scott Lahteine
cf12fc8366
Expand on serial debugging ( #13577 )
6 years ago
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete ( #13522 )
6 years ago
Sam Lane
e3ab54753b
Add extra Linear Advance factors ( #13490 )
6 years ago
Scott Lahteine
b376c7e374
Group DISABLED items
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
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
f89b375fb9
Fixes and improvements for PWM pins ( #13383 )
6 years ago
Scott Lahteine
87162658c4
Fix and improve software endstops ( #13386 )
6 years ago
Marcio Teixeira
00fc43144a
Follow up fixes to various PRs. ( #13334 )
- Ensure `MarlinUI:get_progress` is defined for `ExtUI`.
- Fix for `BACKLASH_SMOOTHING` with small segments.
`BACKLASH_SMOOTHING` with extremely small segments failed to fully correct due to the correction factor being rounded down. Rounding up ensures the entire backlash will converge to zero even for small segments.
- Add pinout for the beta revision `EINSY_RETRO`.
- Update soft endstops with tool offsets (for toolchange et. al. move clamping) (#12568 )
6 years ago
Scott Lahteine
edc4e037c4
Add a note to G10
6 years ago