Scott Lahteine
bfad23d3e2
(c) 2020
5 years ago
Robby Candra
48098b1675
Preserve CWD for write/remove file ( #16667 )
5 years ago
Jason Smith
c305c2cc6b
Fix some warnings, Melzi pins
5 years ago
InsanityAutomation
ffd8b595d1
Fix PLR cancel with ExtUI ( #16556 )
5 years ago
Dirk O. Kaar
d0e1166cce
Fix Visual Micro "Arduino IDE for Visual Studio" support ( #16418 )
5 years ago
Scott Lahteine
f3d64b7115
Cardreader read/write open methods
5 years ago
Scott Lahteine
ca6d00b862
Save some string flash
5 years ago
Marcio Teixeira
dc14d4a13c
Improvements and fixes to Lulzbot UI ( #15490 )
5 years ago
Scott Lahteine
2277c6dffc
Optimize SD card reader, sorting ( #15395 )
5 years ago
Scott Lahteine
665e45e0ba
Reduce string storage, use masking 'seen'
5 years ago
Robby Candra
98233b1de0
Add root flag to CardReader ( #15275 )
5 years ago
Scott Lahteine
d5f5203880
Use "mount" as card verb
5 years ago
Tanguy Pruvot
15bea5043c
Followup to SD menu optimization ( #15252 )
5 years ago
Scott Lahteine
70ce4f5b36
Move job recovery filename
5 years ago
Scott Lahteine
9ac348ef7b
SDPOWER => SDPOWER_PIN
5 years ago
Marcio Teixeira
27c487bab7
Print progress enhancements ( #14647 )
5 years ago
Tanguy Pruvot
8873c583d3
Prevent extra settings.load on boot ( #14499 )
5 years ago
Scott Lahteine
de462f2b8a
Revert "Sort out settings.load with SD EEPROM emulation ( #14458 )"
This reverts commit 108d0df565
.
5 years ago
Tanguy Pruvot
108d0df565
Sort out settings.load with SD EEPROM emulation ( #14458 )
5 years ago
Phr3d13
34c8204d25
STM32F1 SD EEPROM Emulation Fixes ( #14261 )
5 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
5 years ago
InsanityAutomation
5df051fdee
Fix Start SD Print bug ( #14354 )
Followup to the G-code parser injection update.
5 years ago
Scott Lahteine
bb0bcbaec0
Suppress compiler warning
5 years ago
Scott Lahteine
4c872a01f2
G-code queue singleton, front injection ( #14236 )
5 years ago
Robby Candra
5515f88452
Clarify SD longname string size ( #14148 )
6 years ago
Scott Lahteine
d3bb5b69ba
Apply NOLESS/NOMORE
6 years ago
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' ( #13944 )
6 years ago
Ludy
f96eaad1ea
Unused variable cleanup ( #13917 )
6 years ago
Robby Candra
79955f0c89
Fix PLR file delete bug ( #13860 )
6 years ago
Robby Candra
c369477cb0
Fix bug: diveToFile breaks M23 ( #13865 )
6 years ago
Msq001
455ee23499
Fix, improve Power Loss Recovery ( #13703 )
- Save and restore workspace offsets
- Add retract and purge (hidden) options
- Always restore axis relative modes
- Use added `G92.9` to do position restores
6 years ago
Scott Lahteine
20a41e2f7b
SDCARD_RATHERRECENTFIRST with SDCARD_SORT_ALPHA
6 years ago
Robby Candra
a3f67acd6d
Fix Power Loss Recovery file delete ( #13522 )
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
Scott Lahteine
cfdb38eda4
Allow SERIAL_ECHOPAIR to take up to 12 pairs ( #13311 )
6 years ago
Scott Lahteine
2c10222e87
card.transfer_port => transfer_port_index
6 years ago
Chris Pepper
4ab433d391
Fix binary protocol with one serial port ( #13270 )
- The `sdcard.transfer_port` variable is Marlin's internal serial port index, not the physical serial port number.
- Added packet number to "ok" response so hosts don't need to wait for the ACK.
- Renamed feature to `BINARY_FILE_TRANSFER`, as the speed up is only consequential to the ability to transfer binaries over serial.
6 years ago
Scott Lahteine
e15354e387
Simplify serial port redirect ( #13234 )
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
InsanityAutomation
a403d9a50c
Improve menu pause / resume ( #12876 )
6 years ago
Scott Lahteine
fb8111553e
getStatus => report_status
6 years ago
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.
6 years ago
Scott Lahteine
18fedafbc5
Refresh screen on SD Init
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
Ludy
e98d195901
Remove extra declarations in cardreader.cpp ( #12520 )
6 years ago
Scott Lahteine
643e0066a0
Followup to #12451
6 years ago
Marcio Teixeira
c1e17037e5
Various fixes for MarlinUI and ExtUI ( #12439 )
6 years ago
Scott Lahteine
66580f32c2
Make CardReader class static ( #12451 )
* Make CardReader a static class
* Make CardReader flags into bitfields
6 years ago
Scott Lahteine
d97e31db4c
Optimize Power-Loss Recovery ( #12440 )
6 years ago