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
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
6 years ago
Bob Kuhn
ddbe4cfa20
Printrboard G2 support (#13116 )
6 years ago
Scott Lahteine
80359c9937
Add more parameters to M240
Co-Authored-By: shitcreek <45380455 +shitcreek@users.noreply.github.com >
6 years ago
LinFor
ba39186364
TMC_DEBUG optimization and improvements (#13135 )
6 years ago
Scott Lahteine
e00aad84af
Add M240 parameters D I J R S
6 years ago
Scott Lahteine
ab2816c870
Patch for M240
6 years ago
Scott Lahteine
d2bdb71c13
Add PHOTO_GCODE option, photo trigger physical move (#13168 )
6 years ago
Scott Lahteine
be9a409980
Fix M125 XY parameters, export get_homing_bump_feedrate
6 years ago
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
6 years ago
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT (#13039 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Roman Moravčík
bace52afd7
Fixed compilation with MMU2_MENUS disabled (#13140 )
6 years ago
Scott Lahteine
9737608f0a
Enable gradient when alias is cleared
6 years ago
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
6 years ago
Scott Lahteine
f269766408
Put the MMU2 menu with the others
6 years ago
teemuatlut
d81342254a
Support new TMC drivers (#13026 )
6 years ago
Scott Lahteine
a5e3384691
Pre-apply cosmetic changes to mixing
6 years ago
revilor
6a57d0b381
Prusa MMU2 (#12967 )
6 years ago
Giuliano Zaro
a79d80c78e
Minor cleanup of pause code (#13030 )
6 years ago
Bob Kuhn
2f35747f29
L6470 SPI daisy chain support (#12895 )
6 years ago
teemuatlut
e6805582a6
M569 to change stepping mode. Add new TMC section to LCD. (#12884 )
6 years ago
InsanityAutomation
59b18aaeef
Allow resume from pause with parking enabled (#12893 )
Currently, Pause of an SD-Memory card print does not work. This has been verified to resolve the issue by multiple people.
I understand more work needs to be done to resolve some of the concerns...
6 years ago
Giuliano Zaro
85f149befe
Save some progmem (#12913 )
6 years ago
teemuatlut
1a79878dff
Remove TMC_Z_CALIBRATION in favor of Z_STEPPER_AUTO_ALIGN
6 years ago
Scott Lahteine
7cfce20cd3
Update comments on M125
6 years ago
InsanityAutomation
530ef5846f
Make nomove=false for toolchange on filament swap (#12739 )
6 years ago
teemuatlut
55144284c2
TMC connection test, spreadCycle parameters, improved debugging (#12616 )
6 years ago
Scott Lahteine
261c6f4b96
Fix pause/resume SD print
Followup to #12551 , addressing #12566
6 years ago
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6 years ago
Scott Lahteine
03ef2d6c82
Fix "paused" message and M125 called by M25 (#12551 )
6 years ago
Scott Lahteine
d97e31db4c
Optimize Power-Loss Recovery (#12440 )
6 years ago
Scott Lahteine
d2bb53702a
Optimize target_extruder, ignore T with mixing (#12432 )
* Optimize target_extruder, ignore T with mixing
* Give G-code Tn parity with tool_change
6 years ago
Scott Lahteine
143b2896e0
Add M412 to enable/disable filament runout detection (#12406 )
6 years ago
Scott Lahteine
78ccedd6a8
Fix M91x sanity-check to permit TMC2660
Fix #12362
6 years ago
revilor
b60abc7c37
[2.0.x] Macro G-codes (#9365 )
6 years ago
Scott Lahteine
812f6a7dd7
Fix Resume from SD Pause
In reference to https://github.com/MarlinFirmware/Marlin/pull/12098#issuecomment -436231690
6 years ago
Scott Lahteine
4c5ca89d8c
Show the appropriate pause message (#12348 )
6 years ago
Scott Lahteine
498dfa291e
Update and fix CHDK
6 years ago
Ludy
5ba6607181
Fix keypad-related compile error (#12306 )
6 years ago