Belin Fieldson
|
465840e1fb
|
Loosen E on pause for fila-manipulation (#20346)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
pseudex
|
4258ff1a68
|
Allow cold Filament Load/Unload with M302 P1 (#20262)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Victor Oliveira
|
7a04df47f2
|
Fix Load Filament wait (#20243)
|
4 years ago |
Scott Lahteine
|
35b9e9b4a5
|
Tweak a host prompt call
|
4 years ago |
Scott Lahteine
|
eaf6777a66
|
Rename ultralcd => marlinui
|
4 years ago |
nb-rapidia
|
418b3e5ee2
|
Fix IDEX layer shift and DIR states (#19756)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
rlojek
|
72e3238c3f
|
Fix ADVANCED_PAUSE && !PREVENT_COLD_EXTRUSION (#19740)
|
4 years ago |
Scott Lahteine
|
98427ea92a
|
Save PLR on resume from pause (#19676)
Co-Authored-By: shahab <32130261+SHBnik@users.noreply.github.com>
|
4 years ago |
Ilya
|
e56295851f
|
No move on Park = No move on Resume (#19569)
|
4 years ago |
ellensp
|
979876e958
|
Improve temperature runaway, idle timeout (#19339)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Giuliano Zaro
|
b2ba9009d0
|
Fix "too cold" in M600 (#19332)
|
4 years ago |
Giuliano Zaro
|
828a582f4d
|
Make M600 heat up the nozzle. Reset runout on fail. (#19298)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
swissnorp
|
a12ac5e175
|
Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907)
|
4 years ago |
Robby Candra
|
1b097d0467
|
Wait for hotend temp before Resume move (#19009)
|
4 years ago |
ManuelMcLure
|
0bc8d315d8
|
Close host's Filament Change dialog (#18785)
|
4 years ago |
InsanityAutomation
|
e1191ded02
|
Fast Filament Change temperature check (#18738)
|
4 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
4 years ago |
chestwood96
|
1475fd312a
|
M600 R<resume temperature> (#17919)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
5 years ago |
Scott Lahteine
|
0eeb5e2a29
|
General cleanup: pause, MarlinCore
|
5 years ago |
Scott Lahteine
|
8b3c7dda75
|
Add HAS_FAN and others
|
5 years ago |
Ondřej Nový
|
d2a5d51f69
|
Add NOZZLE_PARK_Z_RAISE_MIN (#17624)
|
5 years ago |
Ondřej Nový
|
468b813bc1
|
Better ooze prevention during pause (#17625)
|
5 years ago |
Scott Lahteine
|
6d90d1e1f5
|
Apply TERN to compact code (#17619)
|
5 years ago |
Scott Lahteine
|
000ec9fc13
|
Ensure language.h include order
See #17604
|
5 years ago |
Desuuuu
|
2824e67d95
|
Add ExtUI::onStatusChanged_P (#17543)
|
5 years ago |
Scott Lahteine
|
0e06aaa2bc
|
Add millis helper macros
|
5 years ago |
Marcio T
|
be0e313c07
|
Touch UI additions, bug fixes (#17379)
|
5 years ago |
Scott Lahteine
|
765a9f3471
|
do_pause_e_move => unscaled_e_move
|
5 years ago |
Scott Lahteine
|
747b964295
|
Clean up user-wait, SD completion (#17315)
|
5 years ago |
Scott Lahteine
|
6bead0c1b0
|
Shorter paths to HAL, ExtUI (#17156)
|
5 years ago |
Scott Lahteine
|
77b82d300a
|
Add idle_no_sleep
|
5 years ago |
Scott Lahteine
|
5ebba4b19f
|
More serial strings
|
5 years ago |
Scott Lahteine
|
e78f607ef3
|
Use a STR_ prefix for non-translated strings
|
5 years ago |
Scott Lahteine
|
073e4443e8
|
Optimize "Dismiss" string
|
5 years ago |
Scott Lahteine
|
00ba053c90
|
Clean up host actions code (#16856)
|
5 years ago |
Scott Lahteine
|
bfad23d3e2
|
(c) 2020
|
5 years ago |
Scott Lahteine
|
9caf5c05e7
|
Refactor heater watch, job timer auto-start (#16725)
|
5 years ago |
Dirk O. Kaar
|
d0e1166cce
|
Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418)
|
5 years ago |
rado79
|
0be8b22d3c
|
Add FILAMENT_UNLOAD_PURGE_FEEDRATE (#16372)
|
5 years ago |
Tanguy Pruvot
|
f8065da48f
|
Reset runout.ran_out on resume (#16230)
|
5 years ago |
Scott Lahteine
|
303ddb862a
|
Tweak some config names
|
5 years ago |
Scott Lahteine
|
f83bc0aa13
|
Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
|
5 years ago |
Roman Moravčík
|
41b5d720e2
|
Fix filament Change heading on LCD (#15783)
|
5 years ago |
Marcio Teixeira
|
6a865a6146
|
Multi-language support (#15453)
|
5 years ago |
Scott Lahteine
|
6b945eb548
|
Show "FILAMENT CHANGE" during filament change
|
5 years ago |
Scott Lahteine
|
72d791a736
|
Standardize active/paused functions
|
5 years ago |
Timm
|
b198f321c8
|
Add missing motion inline methods (#15433)
|
5 years ago |
Scott Lahteine
|
50e4545255
|
Add custom types for position (#15204)
|
5 years ago |
InsanityAutomation
|
5221e2d991
|
Restore Host Prompt Info (#15387)
|
5 years ago |
Scott Lahteine
|
455dabb183
|
Add a feedRate_t data type (#15349)
|
5 years ago |