Scott Lahteine
665e45e0ba
Reduce string storage, use masking 'seen'
преди 6 години
Scott Lahteine
455dabb183
Add a feedRate_t data type (#15349 )
преди 6 години
Scott Lahteine
b2e1f77f58
Fix extraneous "Home XYZ First" message
преди 6 години
Scott Lahteine
465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256 )
преди 6 години
Scott Lahteine
75927e17dd
Filament Width Sensor singleton (#15191 )
преди 6 години
Scott Lahteine
586b334c2a
Split up stepper indirection (#15111 )
преди 6 години
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.
преди 6 години
Scott Lahteine
a3dc1e461b
Update M7219 comment, tweak parameter code
преди 6 години
InsanityAutomation
dc6fa04f68
Fix single nozzle temp change, do slower extra prime (#14696 )
преди 6 години
Tim Moore
e5aa453293
Add support for 2 Neopixel strips (#14667 )
преди 6 години
InsanityAutomation
b8cc61262f
Finish G12, update Nozzle::clean (#14642 )
преди 6 години
InsanityAutomation
d2f20803ba
Allow nozzle clean with limited Axis (#14619 )
преди 6 години
scotthsl
19b24a349c
Fix M412 without HOST_ACTION_COMMANDS (#14591 )
преди 6 години
Scott Lahteine
fe02241044
NONE on combined options
преди 6 години
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
преди 6 години
Darsey Litzenberger
946f6bdeaa
Disable leveling during G12 (#14385 )
преди 6 години
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
преди 6 години
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control (#14117 )
преди 6 години
Scott Lahteine
17778d1c2a
Fix M916-918 subcommands
преди 6 години
Scott Lahteine
4df4c47994
Add TMC2209 support (#14249 )
преди 6 години
Scott Lahteine
356410dcfc
Move crc16 function to libs
преди 6 години
Scott Lahteine
b14cc0d7c5
Remove extra gcode. prefix
преди 6 години
teemuatlut
1c86fbc60b
TMC updates, capture LCD changes (#14074 )
преди 6 години
Scott Lahteine
fc52c43a26
Some documentation updates
преди 6 години
Sam Lane
7f1e0c5670
Update EXTRA_LINADV_K with Marlin bit macros (#13993 )
преди 6 години
Ludy
f96eaad1ea
Unused variable cleanup (#13917 )
преди 6 години
Marcio Teixeira
15357af67c
Backlash cleanup (#13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
преди 6 години
Thomas Moore
ee243e4edf
Fix mixing extruder filament change (#13803 )
преди 6 години
Scott Lahteine
0c4d3e6622
Improve M906 description
преди 6 години
Scott Lahteine
fae2b7edc3
Update MMU2 code style
преди 6 години
Scott Lahteine
cf12fc8366
Expand on serial debugging (#13577 )
преди 6 години
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete (#13522 )
преди 6 години
Sam Lane
e3ab54753b
Add extra Linear Advance factors (#13490 )
преди 6 години
Scott Lahteine
b376c7e374
Group DISABLED items
преди 6 години
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 години
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404 )
преди 6 години
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
преди 6 години
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h (#13388 )
преди 6 години
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
преди 6 години
Scott Lahteine
87162658c4
Fix and improve software endstops (#13386 )
преди 6 години
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 години
Scott Lahteine
edc4e037c4
Add a note to G10
преди 6 години
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
преди 6 години
Bob Kuhn
ddbe4cfa20
Printrboard G2 support (#13116 )
преди 6 години
Scott Lahteine
80359c9937
Add more parameters to M240
Co-Authored-By: shitcreek <45380455 +shitcreek@users.noreply.github.com >
преди 6 години
LinFor
ba39186364
TMC_DEBUG optimization and improvements (#13135 )
преди 6 години
Scott Lahteine
e00aad84af
Add M240 parameters D I J R S
преди 6 години
Scott Lahteine
ab2816c870
Patch for M240
преди 6 години
Scott Lahteine
d2bdb71c13
Add PHOTO_GCODE option, photo trigger physical move (#13168 )
преди 6 години
Scott Lahteine
be9a409980
Fix M125 XY parameters, export get_homing_bump_feedrate
преди 6 години