Cura/plugins/RemovableDriveOutputDevice
fieldOfView d04e6a6644 Use buffered writing for writing gcode to removable drives
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
2016-10-11 13:34:48 +02:00
..
__init__.py Bump API version of plugins that do not need extra porting 2016-05-30 15:29:10 +02:00
LinuxRemovableDrivePlugin.py RemovableDriveOutputDevice: Making output of uname command useful 2016-03-14 17:03:08 +01:00
OSXRemovableDrivePlugin.py Merge branch '2.1' of https://github.com/Ultimaker/Cura 2016-04-08 15:02:30 +02:00
RemovableDriveOutputDevice.py Use buffered writing for writing gcode to removable drives 2016-10-11 13:34:48 +02:00
RemovableDrivePlugin.py Move showing eject success message until after the safe to remove message is hidden 2016-09-26 16:10:57 +02:00
WindowsRemovableDrivePlugin.py Fix ctypes imports in WindowsRemovableDrivePlugin 2016-03-17 20:34:18 +01:00