Scott Lahteine
9737608f0a
Enable gradient when alias is cleared
vor 6 Jahren
Scott Lahteine
6de3d34378
M166 Gradients, LCD Menu for 2-channel Mixer (Geeetech A10M/A20M) (#13022 )
vor 6 Jahren
AnHardt
0e37fe8776
Apply minimum C in M303 (#13113 )
Apply minimum `C` in `M303`. `PID_autotune()` needs to be called with a 'C'ycles-parameter >2 to give meaningful (different from 0) PID-factors. Therefore silently raise C to 3. Fixing one aspect of #13104
vor 6 Jahren
Scott Lahteine
f269766408
Put the MMU2 menu with the others
vor 6 Jahren
Marcio Teixeira
e1604198ff
G425 — Auto-calibrate Backlash and Nozzle Offsets (#13050 )
vor 6 Jahren
Mark Zachmann
19cf72e057
Support individual solenoid disable with M381 (#13008 )
vor 6 Jahren
teemuatlut
d81342254a
Support new TMC drivers (#13026 )
vor 6 Jahren
Rolf Werum
524c6c10bf
MAGNETIC_PARKING_EXTRUDER (#12351 )
vor 6 Jahren
Scott Lahteine
1bd9a63049
Add HAS_EXTRA_ENDSTOPS macro
vor 6 Jahren
Scott Lahteine
b5fd2fb58b
Allow M29 to be processed late
vor 6 Jahren
Scott Lahteine
c03bac9ad4
Update queue.cpp
vor 6 Jahren
Scott Lahteine
a49f0205ea
Update queue.cpp
vor 6 Jahren
jeffstaley
2f176d6fb8
Flush RX buffer on G-code line errors to prevent hang (#13018 )
vor 6 Jahren
Scott Lahteine
4200bd2fc1
Report on M92 with no arguments (#12833 )
vor 6 Jahren
Scott Lahteine
433518de74
Prevent M420 error from disconnecting OctoPrint
Just echo the error instead of labeling it `Error:`.
vor 6 Jahren
Scott Lahteine
4fa1c52688
Tweak serial output code
vor 6 Jahren
Scott Lahteine
a5e3384691
Pre-apply cosmetic changes to mixing
vor 6 Jahren
mattfredwill
c3cb449990
TMC2130 dual-stepper Sensorless Homing (#13061 )
vor 6 Jahren
revilor
6a57d0b381
Prusa MMU2 (#12967 )
vor 6 Jahren
InsanityAutomation
a1d03fe7ba
Fix single nozzle fan (#13038 )
vor 6 Jahren
Scott Lahteine
97da6c1da5
Use MIN/MAX for min/max
vor 6 Jahren
Giuliano Zaro
a79d80c78e
Minor cleanup of pause code (#13030 )
vor 6 Jahren
InsanityAutomation
48a3502656
Remote streamer improvements (#12982 )
vor 6 Jahren
jeffstaley
3f91233f6d
M29 logic was reversed
If in card-saving mode generate errors line errors for anything that's *NOT* "M29 ?"
vor 6 Jahren
jeffstaley
0e0cc13650
Fix M29 for Pronterface SD card upload (#13010 )
vor 6 Jahren
Scott Lahteine
8f9b246d0e
Tweak some formatting, replace tabs
vor 6 Jahren
Bob Kuhn
2f35747f29
L6470 SPI daisy chain support (#12895 )
vor 6 Jahren
Scott Lahteine
6453b82a5e
Clean up trailing whitespace
vor 6 Jahren
InsanityAutomation
a1cf49935d
Add laser control menu (#12883 )
vor 6 Jahren
InsanityAutomation
75f2665f2e
LCD SD Card items near top when not using wheel (#12926 )
vor 6 Jahren
Scott Lahteine
0495fcd475
Minor spacing fix
vor 6 Jahren
Ludy
acf266fe78
Fix a compile warning, etc. (#12955 )
vor 6 Jahren
Scott Lahteine
ce563d7c2e
Various general cleanups
Mostly from the L6470-oriented PR
vor 6 Jahren
teemuatlut
e6805582a6
M569 to change stepping mode. Add new TMC section to LCD. (#12884 )
vor 6 Jahren
Marcio Teixeira
f11c6d5d02
Fix M107 when dual-nozzles share fan (#12819 ) (#12909 )
vor 6 Jahren
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...
vor 6 Jahren
Giuliano Zaro
85f149befe
Save some progmem (#12913 )
vor 6 Jahren
teemuatlut
1a79878dff
Remove TMC_Z_CALIBRATION in favor of Z_STEPPER_AUTO_ALIGN
vor 6 Jahren
Scott Lahteine
7cfce20cd3
Update comments on M125
vor 6 Jahren
InsanityAutomation
ed3ab5e212
Fix M24 not starting new job (#12887 )
vor 6 Jahren
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection (#12853 )
vor 6 Jahren
InsanityAutomation
a403d9a50c
Improve menu pause / resume (#12876 )
vor 6 Jahren
Scott Lahteine
fb8111553e
getStatus => report_status
vor 6 Jahren
Giuliano Zaro
709a6356f7
Remove obsolete test conditions (#12829 )
vor 6 Jahren
Luu Lac
bcf347403b
Fix M106 extruder & fan count (#12820 )
vor 6 Jahren
Marcio Teixeira
81e753064a
Fix ExtUI compile warnings and error (#12799 )
vor 6 Jahren
Ludy
14a7faf087
Fix compile warning comparison uint and int (#12788 )
vor 6 Jahren
Marcio Teixeira
60cb36bef3
Misc. improvements (#12747 )
* Make ExtUI respect MAXTEMP limits
- Temperatures are now clamped by MAXTEMP limits rather than arbitrary values.
* Speed up USB init, add status
- Speed up USB initialization
- Show status message if init failed
* Enable status messages for EXTENSIBLE_UI
* Adjust max limit to MAX_TEMP - 15
* Misc. tweaks to formatting, const, etc.
vor 6 Jahren
InsanityAutomation
4f2473053c
Fix M106 with SINGLENOZZLE
vor 6 Jahren
Ludy
814d93c7cf
Fix G33 sprintf output warning (#12738 )
vor 6 Jahren