Scott Lahteine
|
fbb30a2570
|
Serial macros cleanup
|
4 years ago |
Arjan Mels
|
fff95b7173
|
Fix M876 when called from EP (#21210)
|
4 years ago |
X-Ryl669
|
77f48d2bad
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
71be210795
|
Move some MarlinCore and MarlinUI code (#20832)
|
4 years ago |
Belin Fieldson
|
43bbf04764
|
Loosen E on pause for fila-manipulation (#20346)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
pseudex
|
6cca5a9f92
|
Allow cold Filament Load/Unload with M302 P1 (#20262)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Victor Oliveira
|
69b61fef67
|
Fix Load Filament wait (#20243)
|
4 years ago |
Scott Lahteine
|
a90b90e98d
|
Tweak a host prompt call
|
5 years ago |
Scott Lahteine
|
141f6825ce
|
Rename ultralcd => marlinui
|
5 years ago |
nb-rapidia
|
3becc3ad63
|
Fix IDEX layer shift and DIR states (#19756)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
5 years ago |
rlojek
|
57dc1a0649
|
Fix ADVANCED_PAUSE && !PREVENT_COLD_EXTRUSION (#19740)
|
5 years ago |
Scott Lahteine
|
2e01eb9189
|
Save PLR on resume from pause (#19676)
Co-Authored-By: shahab <32130261+SHBnik@users.noreply.github.com>
|
5 years ago |
Ilya
|
58ce9a85c1
|
No move on Park = No move on Resume (#19569)
|
5 years ago |
ellensp
|
4fdfdaf2e6
|
Improve temperature runaway, idle timeout (#19339)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
5 years ago |
Giuliano Zaro
|
3adb07aa00
|
Fix "too cold" in M600 (#19332)
|
5 years ago |
Giuliano Zaro
|
5fcfecc56e
|
Make M600 heat up the nozzle. Reset runout on fail. (#19298)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
5 years ago |
swissnorp
|
7d2e4481c7
|
Mark axes not-homed with HOME_AFTER_DEACTIVATE (#18907)
|
5 years ago |
Robby Candra
|
8258a76c9b
|
Wait for hotend temp before Resume move (#19009)
|
5 years ago |
ManuelMcLure
|
0bc8d315d8
|
Close host's Filament Change dialog (#18785)
|
5 years ago |
InsanityAutomation
|
e1191ded02
|
Fast Filament Change temperature check (#18738)
|
5 years ago |
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
5 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)
|
6 years ago |
Scott Lahteine
|
6b945eb548
|
Show "FILAMENT CHANGE" during filament change
|
6 years ago |
Scott Lahteine
|
72d791a736
|
Standardize active/paused functions
|
6 years ago |