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 )
5年前
Scott Lahteine
edc4e037c4
Add a note to G10
5年前
Scott Lahteine
2f1e1dcb42
Gradual step towards EXTRUDERS 0 support
5年前
Bob Kuhn
ddbe4cfa20
Printrboard G2 support (#13116 )
5年前
Scott Lahteine
80359c9937
Add more parameters to M240
Co-Authored-By: shitcreek <45380455 +shitcreek@users.noreply.github.com >
5年前
LinFor
ba39186364
TMC_DEBUG optimization and improvements (#13135 )
5年前
Scott Lahteine
e00aad84af
Add M240 parameters D I J R S
5年前
Scott Lahteine
ab2816c870
Patch for M240
5年前
Scott Lahteine
d2bdb71c13
Add PHOTO_GCODE option, photo trigger physical move (#13168 )
5年前
Scott Lahteine
be9a409980
Fix M125 XY parameters, export get_homing_bump_feedrate
5年前
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
5年前
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT (#13039 )
5年前
Scott Lahteine
0feeef2604
Update copyright in headers
5年前
Roman Moravčík
bace52afd7
Fixed compilation with MMU2_MENUS disabled (#13140 )
5年前
Scott Lahteine
9737608f0a
Enable gradient when alias is cleared
5年前
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
5年前
Scott Lahteine
f269766408
Put the MMU2 menu with the others
5年前
teemuatlut
d81342254a
Support new TMC drivers (#13026 )
5年前
Scott Lahteine
a5e3384691
Pre-apply cosmetic changes to mixing
5年前
revilor
6a57d0b381
Prusa MMU2 (#12967 )
5年前
Giuliano Zaro
a79d80c78e
Minor cleanup of pause code (#13030 )
5年前
Bob Kuhn
2f35747f29
L6470 SPI daisy chain support (#12895 )
5年前
teemuatlut
e6805582a6
M569 to change stepping mode. Add new TMC section to LCD. (#12884 )
5年前
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...
5年前
Giuliano Zaro
85f149befe
Save some progmem (#12913 )
5年前
teemuatlut
1a79878dff
Remove TMC_Z_CALIBRATION in favor of Z_STEPPER_AUTO_ALIGN
5年前
Scott Lahteine
7cfce20cd3
Update comments on M125
5年前
InsanityAutomation
530ef5846f
Make nomove=false for toolchange on filament swap (#12739 )
5年前
teemuatlut
55144284c2
TMC connection test, spreadCycle parameters, improved debugging (#12616 )
6年前
Scott Lahteine
261c6f4b96
Fix pause/resume SD print
Followup to #12551 , addressing #12566
6年前
Scott Lahteine
c986239837
A single SERIAL_ECHO macro type (#12557 )
6年前
Scott Lahteine
03ef2d6c82
Fix "paused" message and M125 called by M25 (#12551 )
6年前
Scott Lahteine
d97e31db4c
Optimize Power-Loss Recovery (#12440 )
6年前
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年前
Scott Lahteine
143b2896e0
Add M412 to enable/disable filament runout detection (#12406 )
6年前
Scott Lahteine
78ccedd6a8
Fix M91x sanity-check to permit TMC2660
Fix #12362
6年前
revilor
b60abc7c37
[2.0.x] Macro G-codes (#9365 )
6年前
Scott Lahteine
812f6a7dd7
Fix Resume from SD Pause
In reference to https://github.com/MarlinFirmware/Marlin/pull/12098#issuecomment -436231690
6年前
Scott Lahteine
4c5ca89d8c
Show the appropriate pause message (#12348 )
6年前
Scott Lahteine
498dfa291e
Update and fix CHDK
6年前
Ludy
5ba6607181
Fix keypad-related compile error (#12306 )
6年前
Scott Lahteine
3eb9838dca
Simplify TMC sanity-checks
6年前
Ludy
9f77df2590
Followup to menu refactor. TMC warnings, sanity. (#12288 )
- Followup fixes for menu refactor
- Fix TMC sanity checks, unused var warnings
6年前
Scott Lahteine
42f8b6c530
Make M125 work with SDSUPPORT (#12289 )
6年前
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
6年前
Scott Lahteine
8bf596bd4c
RETRACT_ZLIFT => RETRACT_ZRAISE
6年前
Scott Lahteine
bf0c809ff2
Update M165 comment
6年前
AnHardt
9ac9649183
Mixer - update descriptions (#12108 )
6年前
AnHardt
f56968ba0b
New Continuous Filament Mixer (#12098 )
6年前
Scott Lahteine
d556dc1865
Fix and improve EEPROM storage (#12054 )
* Clean up Temperature PID
* Improve EEPROM read/write/validate
* Group `SINGLENOZZLE` saved settings
* Group planner saved settings
* Group filament change saved settings
* Group skew saved settings
* Group `FWRETRACT` saved settings
6年前