Scott Lahteine
586b334c2a
Split up stepper indirection (#15111 )
il y a 6 ans
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.
il y a 6 ans
Scott Lahteine
a3dc1e461b
Update M7219 comment, tweak parameter code
il y a 6 ans
InsanityAutomation
dc6fa04f68
Fix single nozzle temp change, do slower extra prime (#14696 )
il y a 6 ans
Tim Moore
e5aa453293
Add support for 2 Neopixel strips (#14667 )
il y a 6 ans
InsanityAutomation
b8cc61262f
Finish G12, update Nozzle::clean (#14642 )
il y a 6 ans
InsanityAutomation
d2f20803ba
Allow nozzle clean with limited Axis (#14619 )
il y a 6 ans
scotthsl
19b24a349c
Fix M412 without HOST_ACTION_COMMANDS (#14591 )
il y a 6 ans
Scott Lahteine
fe02241044
NONE on combined options
il y a 6 ans
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
il y a 6 ans
Darsey Litzenberger
946f6bdeaa
Disable leveling during G12 (#14385 )
il y a 6 ans
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
il y a 6 ans
InsanityAutomation
aa0383a83b
Enhance IDEX toolchange auto-return w/ no park, full control (#14117 )
il y a 6 ans
Scott Lahteine
17778d1c2a
Fix M916-918 subcommands
il y a 6 ans
Scott Lahteine
4df4c47994
Add TMC2209 support (#14249 )
il y a 6 ans
Scott Lahteine
356410dcfc
Move crc16 function to libs
il y a 6 ans
Scott Lahteine
b14cc0d7c5
Remove extra gcode. prefix
il y a 6 ans
teemuatlut
1c86fbc60b
TMC updates, capture LCD changes (#14074 )
il y a 6 ans
Scott Lahteine
fc52c43a26
Some documentation updates
il y a 6 ans
Sam Lane
7f1e0c5670
Update EXTRA_LINADV_K with Marlin bit macros (#13993 )
il y a 6 ans
Ludy
f96eaad1ea
Unused variable cleanup (#13917 )
il y a 6 ans
Marcio Teixeira
15357af67c
Backlash cleanup (#13659 )
…And save backlash, fil. sensor, ExtUI userdata to EEPROM.
il y a 6 ans
Thomas Moore
ee243e4edf
Fix mixing extruder filament change (#13803 )
il y a 6 ans
Scott Lahteine
0c4d3e6622
Improve M906 description
il y a 6 ans
Scott Lahteine
fae2b7edc3
Update MMU2 code style
il y a 6 ans
Scott Lahteine
cf12fc8366
Expand on serial debugging (#13577 )
il y a 6 ans
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete (#13522 )
il y a 6 ans
Sam Lane
e3ab54753b
Add extra Linear Advance factors (#13490 )
il y a 6 ans
Scott Lahteine
b376c7e374
Group DISABLED items
il y a 6 ans
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(...)`
il y a 6 ans
InsanityAutomation
09eb30dc05
IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404 )
il y a 6 ans
Scott Lahteine
9a515cbd32
Fix Pause Print message and behavior (#13394 )
il y a 6 ans
Scott Lahteine
f5bcc00570
Unify debugging output with debug_out.h (#13388 )
il y a 6 ans
Scott Lahteine
f89b375fb9
Fixes and improvements for PWM pins (#13383 )
il y a 6 ans
Scott Lahteine
87162658c4
Fix and improve software endstops (#13386 )
il y a 6 ans
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 )
il y a 6 ans
Scott Lahteine
edc4e037c4
Add a note to G10
il y a 6 ans
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
il y a 6 ans
Bob Kuhn
ddbe4cfa20
Printrboard G2 support (#13116 )
il y a 6 ans
Scott Lahteine
80359c9937
Add more parameters to M240
Co-Authored-By: shitcreek <45380455 +shitcreek@users.noreply.github.com >
il y a 6 ans
LinFor
ba39186364
TMC_DEBUG optimization and improvements (#13135 )
il y a 6 ans
Scott Lahteine
e00aad84af
Add M240 parameters D I J R S
il y a 6 ans
Scott Lahteine
ab2816c870
Patch for M240
il y a 6 ans
Scott Lahteine
d2bdb71c13
Add PHOTO_GCODE option, photo trigger physical move (#13168 )
il y a 6 ans
Scott Lahteine
be9a409980
Fix M125 XY parameters, export get_homing_bump_feedrate
il y a 6 ans
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
il y a 6 ans
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT (#13039 )
il y a 6 ans
Scott Lahteine
0feeef2604
Update copyright in headers
il y a 6 ans
Roman Moravčík
bace52afd7
Fixed compilation with MMU2_MENUS disabled (#13140 )
il y a 6 ans
Scott Lahteine
9737608f0a
Enable gradient when alias is cleared
il y a 6 ans