mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-30 12:50:48 -07:00
GCode files are still written line by line, but python is instructed to use buffering. This greatly decreases the total time required to write large(ish) files to USB drives, while having minimal impact on memory use. CURA-2544 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| LinuxRemovableDrivePlugin.py | ||
| OSXRemovableDrivePlugin.py | ||
| RemovableDriveOutputDevice.py | ||
| RemovableDrivePlugin.py | ||
| WindowsRemovableDrivePlugin.py | ||