Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.16k stars 2.07k forks source link

[3.3.1] Print stalls when xfce screen blank (power management) kicks in #3842

Closed VanessaE closed 1 year ago

VanessaE commented 6 years ago

If I have a print going, and my desktop's power manager kicks in to blank the screens, Cura starts stalling out while sending data to the printer, causing the printer to hang and stall and otherwise fail to operate smoothly, until I wake the screens back up.

I do not mean the computer "goes to sleep", nor some effect from a regular screensaver (as I don't run one).

Note that the print doesn't actually stop. It just goes in dribs and drabs until the screens turn back on.

The printer is not connected through a hub, nor to any of the monitors (which have mini-hubs in them).

No appreciable disk activity while the screens are off, and when I wake them up, my CPU graph history shows no unusually high activity, however, it does show tiny little spikes about once every second or two, for the duration of the screens' off time.

I'm guessing Cura is querying something about the video system and falling over when it doesn't get what it wants, making it hang at 100% CPU for juuuust long enough to induce a stall and put a little spike on the CPU graph, repeating every second or two.

Pronterface (with Cura's USB plugin disabled, of course) does not exhibit this problem, so I assume the hardware, drivers, OS, etc. are all working properly.

My bot does not have SD/LCD, so that's out. I do not have any other computers or computing devices to run the printer from, so it's USB from my main PC, or bust.

Application Version

3.3.1

Platform

Debian 9.3, XFCE 4.12 as provided by the standard Debian repositories.

Printer

Prusa i3 clone, running a recent-ish copy of Marlin bugfix-1.1.x.

Steps to Reproduce

Configure your power manager to turn off the screens after say 5 minutes. Start a print that runs for rather longer than that. Wait and watch.

Actual Results

Printing...Printing... [screens turn off] Prin...t.... st...all.... pri...nt.... sta...ll... pr...int.... stal..l... :smiley:

Expected results

The print proceeds without interruptions, whether the screens are on or not, so there. :smiley:

ChrisTerBeke commented 6 years ago

I don't think this is something Cura can fix. If the OS doesn't give Cura enough resources when sleeping, Cura can't send lines fast enough. This is one of the many reasons why USB printing is strongly discouraged.

ChrisTerBeke commented 6 years ago

@ianpaschal @Ghostkeeper agree?

VanessaE commented 6 years ago

But if Pronterface doesn't have a problem, doesn't that mean that the underlying system is fine?

ChrisTerBeke commented 6 years ago

I think it comes down to how a program (or the used language) integrate with the underlying OS. There's a lot of possible issues in that area. Given that we don't really support USB printing, I don't think it'll get fixed by Ultimaker developers.

VanessaE commented 6 years ago

Mind you, the system is not in any way "sleeping". Just the monitors turn off (DPMS I guess). Everything is at full capacity otherwise.

ChrisTerBeke commented 6 years ago

Is DPMS using a lot of CPU at that moment? We have some machines in the office as well with an external display dock and the Linux drivers for that are really really bad and slow down the system a lot (rendering even code editors unusable).

VanessaE commented 6 years ago

No. There is no significant CPU usage while the screens are powered down, other than those brief (milliseconds-long), periodic spikes that I assume are coming from Cura.

ChrisTerBeke commented 6 years ago

You have any logs from this time interval? Without the actual same hardware setup it'll be hard to reproduce in any case, but maybe those give some insight.

VanessaE commented 6 years ago

Nothing relevant in dmesg, /var/log/syslog, /var/log/messages, /var/log/Xorg.0.log, nor any other system logs that I can think of, for what I think was the right time.

I'll wait for the current print to finish (later this evening), attempt to repeat the problem, and see what Cura's logs say. There's nothing relevant there since I wiped everything related to Cura short of the Appimage, and started over from scratch (nothing of value was lost, since I've only been using Cura for several days).

ianpaschal commented 6 years ago

Hmm, if it really is a matter of the display being off then I'd agree that Cura should not behave that way and there's some bug going on.

My bigger concern is that with these kind of very specific hardware related questions that there's a 1% chance we're able to recreate the bug, which makes it basically impossible to code a fix. 🙁

But let us know.

VanessaE commented 6 years ago

I doubt my hardware has anything to do with it; I'm more inclined to believe it's just a bad interaction between Cura and XFCE. I wish there were an efficient and safe way (== no passwords or other secure info) to share a copy of my OS/desktop.

VanessaE commented 6 years ago

Sorry it took so long to get back to you, but I finally got a chance to reproduce this. stdout is blank, and stderr contains nothing relevant for the time in question. Here it is, nonetheless:

stderr.log (775 lines) ``` 2018-05-27 23:31:29,599 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,601 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin ConsoleLogger 2018-05-27 23:31:29,632 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [72]: Found CuraEngine at: /tmp/.mount_feaigr/usr/bin/CuraEngine 2018-05-27 23:31:29,633 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,635 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin CuraEngineBackend 2018-05-27 23:31:29,644 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,646 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin CuraProfileReader 2018-05-27 23:31:29,653 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,655 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin CuraProfileWriter 2018-05-27 23:31:29,664 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,666 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin OBJReader 2018-05-27 23:31:29,673 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,675 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin OBJWriter 2018-05-27 23:31:29,680 - WARNING - [MainThread] STLReader.STLReader. [25]: Could not find numpy-stl, falling back to slower code. 2018-05-27 23:31:29,683 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,685 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin STLReader 2018-05-27 23:31:29,693 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,695 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin STLWriter 2018-05-27 23:31:29,701 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,703 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin FileLogger 2018-05-27 23:31:29,810 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,812 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin FirmwareUpdateChecker 2018-05-27 23:31:29,823 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,825 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin GCodeGzReader 2018-05-27 23:31:29,832 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,834 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin GCodeGzWriter 2018-05-27 23:31:29,842 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,844 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin GCodeProfileReader 2018-05-27 23:31:29,864 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,866 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin GCodeReader 2018-05-27 23:31:29,875 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,877 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin GCodeWriter 2018-05-27 23:31:29,889 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,891 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin ImageReader 2018-05-27 23:31:29,899 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,901 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin LegacyProfileReader 2018-05-27 23:31:29,910 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,912 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin LocalContainerProvider 2018-05-27 23:31:29,928 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,931 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin LocalFileOutputDevice 2018-05-27 23:31:29,940 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,942 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin MachineSettingsAction 2018-05-27 23:31:29,952 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,954 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin ModelChecker 2018-05-27 23:31:29,964 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,966 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin MonitorStage 2018-05-27 23:31:29,988 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:29,990 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin PerObjectSettingsTool 2018-05-27 23:31:30,009 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,012 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin PluginBrowser 2018-05-27 23:31:30,026 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,028 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin PostProcessingPlugin 2018-05-27 23:31:30,036 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,038 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin PrepareStage 2018-05-27 23:31:30,053 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,056 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin RemovableDriveOutputDevice 2018-05-27 23:31:30,081 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,083 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin SimulationView 2018-05-27 23:31:30,096 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,098 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin SliceInfoPlugin 2018-05-27 23:31:30,107 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,109 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin SolidView 2018-05-27 23:31:30,119 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,121 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin SupportEraser 2018-05-27 23:31:30,131 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,133 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin CameraTool 2018-05-27 23:31:30,145 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,147 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin MirrorTool 2018-05-27 23:31:30,161 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,163 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin RotateTool 2018-05-27 23:31:30,180 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,182 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin ScaleTool 2018-05-27 23:31:30,190 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,192 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin SelectionTool 2018-05-27 23:31:30,204 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,206 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin TranslateTool 2018-05-27 23:31:30,226 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,228 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin UFPWriter 2018-05-27 23:31:30,242 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,245 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin UltimakerMachineActions 2018-05-27 23:31:30,341 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,343 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin UM3NetworkPrinting 2018-05-27 23:31:30,356 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,358 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin UpdateChecker 2018-05-27 23:31:30,358 - INFO - [Thread-3] UpdateChecker.UpdateCheckerJob.run [34]: Checking for new version of cura 2018-05-27 23:31:30,405 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugin [361]: Plugin USBPrinting was disabled 2018-05-27 23:31:30,413 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,415 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin UserAgreementPlugin 2018-05-27 23:31:30,433 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,435 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin VersionUpgrade21to22 2018-05-27 23:31:30,445 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,448 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin VersionUpgrade22to24 2018-05-27 23:31:30,459 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,461 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin VersionUpgrade25to26 2018-05-27 23:31:30,471 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,473 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin VersionUpgrade26to27 2018-05-27 23:31:30,483 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,485 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin VersionUpgrade27to30 2018-05-27 23:31:30,495 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,497 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin VersionUpgrade30to31 2018-05-27 23:31:30,507 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,510 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin VersionUpgrade32to33 2018-05-27 23:31:30,518 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,520 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin SimpleView 2018-05-27 23:31:30,542 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,545 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin X3DReader 2018-05-27 23:31:30,567 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,570 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin XmlMaterialProfile 2018-05-27 23:31:30,580 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,582 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin XRayView 2018-05-27 23:31:30,589 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,591 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin ZOffsetPlugin 2018-05-27 23:31:30,597 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:31:30,600 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin PrintTemperatureOffset 2018-05-27 23:31:30,602 - INFO - [MainThread] UM.Preferences.removePreference [48]: Preferences 'general/disabled_plugins' doesn't exist, nothing to remove. 2018-05-27 23:31:30,604 - INFO - [MainThread] UM.Preferences.removePreference [48]: Preferences 'general/plugins_to_remove' doesn't exist, nothing to remove. 2018-05-27 23:31:30,616 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [113]: Looking for old configuration files to upgrade. 2018-05-27 23:31:30,766 - WARNING - [MainThread] UM.Preferences.setValue [78]: Tried to set the value of non-existing setting general/plugins_to_remove. 2018-05-27 23:31:30,771 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [173]: Socket state changed to Listening 2018-05-27 23:31:30,785 - INFO - [MainThread] UM.Backend.Backend.startEngine [74]: Started engine process: /tmp/.mount_feaigr/usr/bin/CuraEngine 2018-05-27 23:31:30,788 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [90]: [Backend] Calling engine with: ['/tmp/.mount_feaigr/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/tmp/.mount_feaigr/usr/bin/resources/definitions/fdmprinter.def.json', ''] 2018-05-27 23:31:30,812 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [empty_definition_changes] added. 2018-05-27 23:31:30,815 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [empty_variant] added. 2018-05-27 23:31:30,817 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [empty_material] added. 2018-05-27 23:31:30,820 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [empty_quality] added. 2018-05-27 23:31:30,823 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [empty_quality_changes] added. 2018-05-27 23:31:30,849 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] 2018-05-27 23:31:30,852 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] Cura_SteamEngine version 3.3.1 2018-05-27 23:31:30,854 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] Copyright (C) 2018 Ultimaker 2018-05-27 23:31:30,857 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] 2018-05-27 23:31:30,859 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] This program is free software: you can redistribute it and/or modify 2018-05-27 23:31:30,862 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] it under the terms of the GNU Affero General Public License as published by 2018-05-27 23:31:30,864 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] the Free Software Foundation, either version 3 of the License, or 2018-05-27 23:31:30,866 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] (at your option) any later version. 2018-05-27 23:31:30,869 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] 2018-05-27 23:31:30,871 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] This program is distributed in the hope that it will be useful, 2018-05-27 23:31:30,873 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of 2018-05-27 23:31:30,875 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2018-05-27 23:31:30,877 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] GNU Affero General Public License for more details. 2018-05-27 23:31:30,880 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] 2018-05-27 23:31:30,882 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] You should have received a copy of the GNU Affero General Public License 2018-05-27 23:31:30,884 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] along with this program. If not, see . 2018-05-27 23:31:31,132 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [177]: Socket state changed to Connected 2018-05-27 23:31:31,134 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [167]: Backend connected on port 49674 2018-05-27 23:31:33,335 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [103]: Select build plate: 0 2018-05-27 23:31:33,338 - INFO - [MainThread] cura.CuraApplication.run [645]: Initializing variant manager 2018-05-27 23:31:33,344 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container ultimaker_s5_glass 2018-05-27 23:31:33,349 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [ultimaker_s5_glass] added. 2018-05-27 23:31:33,349 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container ultimaker_s5 2018-05-27 23:31:33,844 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [ultimaker_s5] added. 2018-05-27 23:31:33,850 - DEBUG - [MainThread] cura.Machines.VariantManager.initialize [66]: Exclude variant [empty_variant] 2018-05-27 23:31:33,853 - INFO - [MainThread] cura.CuraApplication.run [649]: Initializing material manager 2018-05-27 23:31:33,986 - INFO - [MainThread] cura.CuraApplication.run [654]: Initializing quality manager 2018-05-27 23:31:34,001 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [143]: Lookup tables updated. 2018-05-27 23:31:34,004 - INFO - [MainThread] cura.CuraApplication.run [659]: Initializing machine manager 2018-05-27 23:31:34,007 - INFO - [MainThread] cura.CuraApplication.run [662]: Initializing machine error checker 2018-05-27 23:31:34,026 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container Custom FDM printer 2018-05-27 23:31:34,029 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container Custom FDM printer_user 2018-05-27 23:31:34,035 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [Custom FDM printer_user] added. 2018-05-27 23:31:34,035 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:34,040 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:34,040 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container draft 2018-05-27 23:31:34,045 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [draft] added. 2018-05-27 23:31:34,045 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container Custom FDM printer_settings 2018-05-27 23:31:34,051 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [Custom FDM printer_settings] added. 2018-05-27 23:31:34,051 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom 2018-05-27 23:31:34,367 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom] added. 2018-05-27 23:31:34,371 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [Custom FDM printer] added. 2018-05-27 23:31:34,372 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container fdmprinter 2018-05-27 23:31:34,533 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [fdmprinter] added. 2018-05-27 23:31:34,812 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [BQ_PauseAtHeight] added. 2018-05-27 23:31:34,816 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [91189304] added. 2018-05-27 23:31:34,816 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: BQ_PauseAtHeight 2018-05-27 23:31:34,834 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [ChangeAtZ] added. 2018-05-27 23:31:34,837 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [92470120] added. 2018-05-27 23:31:34,838 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: ChangeAtZ 2018-05-27 23:31:34,843 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [ExampleScript] added. 2018-05-27 23:31:34,846 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [101669192] added. 2018-05-27 23:31:34,846 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: ExampleScript 2018-05-27 23:31:34,851 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [FilamentChange] added. 2018-05-27 23:31:34,855 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [99040376] added. 2018-05-27 23:31:34,855 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: FilamentChange 2018-05-27 23:31:34,865 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [PauseAtHeight] added. 2018-05-27 23:31:34,868 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [94331960] added. 2018-05-27 23:31:34,868 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: PauseAtHeight 2018-05-27 23:31:34,875 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [PauseAtHeightforRepetier] added. 2018-05-27 23:31:34,878 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [101538040] added. 2018-05-27 23:31:34,878 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: PauseAtHeightforRepetier 2018-05-27 23:31:34,882 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [SearchAndReplace] added. 2018-05-27 23:31:34,886 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [99488232] added. 2018-05-27 23:31:34,886 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: SearchAndReplace 2018-05-27 23:31:34,900 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [Stretch] added. 2018-05-27 23:31:34,903 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [95980936] added. 2018-05-27 23:31:34,903 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [155]: Begin loading of script: Stretch 2018-05-27 23:31:35,037 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_5 #2 2018-05-27 23:31:35,041 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_5 #2_user 2018-05-27 23:31:35,045 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_5 #2_user] added. 2018-05-27 23:31:35,046 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_5_#2_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:35,050 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_5_#2_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:35,051 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container generic_pla 2018-05-27 23:31:35,076 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_plus] added. 2018-05-27 23:31:35,079 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_plus_0.25_mm] added. 2018-05-27 23:31:35,081 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_plus_0.4_mm] added. 2018-05-27 23:31:35,084 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_plus_0.6_mm] added. 2018-05-27 23:31:35,086 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_plus_0.8_mm] added. 2018-05-27 23:31:35,089 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_extended_plus] added. 2018-05-27 23:31:35,091 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_extended_plus_0.25_mm] added. 2018-05-27 23:31:35,093 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_extended_plus_0.4_mm] added. 2018-05-27 23:31:35,096 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_extended_plus_0.6_mm] added. 2018-05-27 23:31:35,098 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_extended_plus_0.8_mm] added. 2018-05-27 23:31:35,101 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2] added. 2018-05-27 23:31:35,103 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_go] added. 2018-05-27 23:31:35,106 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker2_extended] added. 2018-05-27 23:31:35,108 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker_original] added. 2018-05-27 23:31:35,111 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3] added. 2018-05-27 23:31:35,113 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_BB_0.4] added. 2018-05-27 23:31:35,116 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_BB_0.8] added. 2018-05-27 23:31:35,118 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_AA_0.25] added. 2018-05-27 23:31:35,121 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_AA_0.4] added. 2018-05-27 23:31:35,123 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_AA_0.8] added. 2018-05-27 23:31:35,125 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_extended] added. 2018-05-27 23:31:35,128 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_extended_BB_0.4] added. 2018-05-27 23:31:35,130 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_extended_BB_0.8] added. 2018-05-27 23:31:35,133 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_extended_AA_0.25] added. 2018-05-27 23:31:35,135 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_extended_AA_0.4] added. 2018-05-27 23:31:35,138 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker3_extended_AA_0.8] added. 2018-05-27 23:31:35,140 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker_s5] added. 2018-05-27 23:31:35,142 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker_s5_BB_0.4] added. 2018-05-27 23:31:35,145 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker_s5_BB_0.8] added. 2018-05-27 23:31:35,147 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker_s5_AA_0.25] added. 2018-05-27 23:31:35,150 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker_s5_AA_0.4] added. 2018-05-27 23:31:35,152 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_ultimaker_s5_AA_0.8] added. 2018-05-27 23:31:35,154 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_imade3d_jellybox] added. 2018-05-27 23:31:35,157 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_imade3d_jellybox_0.4_mm] added. 2018-05-27 23:31:35,159 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla_imade3d_jellybox_0.4_mm_2-fans] added. 2018-05-27 23:31:35,162 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [generic_pla] added. 2018-05-27 23:31:35,163 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_5 #2_settings 2018-05-27 23:31:35,167 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_5 #2_settings] added. 2018-05-27 23:31:35,168 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_5 2018-05-27 23:31:35,179 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_5] added. 2018-05-27 23:31:35,182 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[custom_extruder_5 #2] added to [Custom FDM printer] at position [4] 2018-05-27 23:31:35,184 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,187 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_5 #2] added. 2018-05-27 23:31:35,188 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_3 #2 2018-05-27 23:31:35,191 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_3 #2_user 2018-05-27 23:31:35,195 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_3 #2_user] added. 2018-05-27 23:31:35,196 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_3_#2_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:35,200 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_3_#2_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:35,201 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_3 #2_settings 2018-05-27 23:31:35,205 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_3 #2_settings] added. 2018-05-27 23:31:35,206 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_3 2018-05-27 23:31:35,214 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_3] added. 2018-05-27 23:31:35,217 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[custom_extruder_3 #2] added to [Custom FDM printer] at position [2] 2018-05-27 23:31:35,219 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,222 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_3 #2] added. 2018-05-27 23:31:35,222 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_7 #2 2018-05-27 23:31:35,226 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_7 #2_user 2018-05-27 23:31:35,230 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_7 #2_user] added. 2018-05-27 23:31:35,231 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_7_#2_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:35,235 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_7_#2_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:35,236 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_7 #2_settings 2018-05-27 23:31:35,240 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_7 #2_settings] added. 2018-05-27 23:31:35,241 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_7 2018-05-27 23:31:35,250 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_7] added. 2018-05-27 23:31:35,253 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[custom_extruder_7 #2] added to [Custom FDM printer] at position [6] 2018-05-27 23:31:35,255 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,258 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_7 #2] added. 2018-05-27 23:31:35,258 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_1 #2 2018-05-27 23:31:35,262 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_1 #2_user 2018-05-27 23:31:35,266 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_1 #2_user] added. 2018-05-27 23:31:35,267 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_1_#2_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:35,275 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_1_#2_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:35,276 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_material #2 2018-05-27 23:31:35,283 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_material #2_cartesio] added. 2018-05-27 23:31:35,285 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_material #2_cartesio_0.25_mm] added. 2018-05-27 23:31:35,288 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_material #2_cartesio_0.4_mm] added. 2018-05-27 23:31:35,290 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_material #2_cartesio_0.8_mm] added. 2018-05-27 23:31:35,293 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_material #2_imade3d_jellybox] added. 2018-05-27 23:31:35,295 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_material #2_imade3d_jellybox_0.4_mm_2-fans] added. 2018-05-27 23:31:35,298 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_material #2_imade3d_jellybox_0.4_mm] added. 2018-05-27 23:31:35,300 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_material #2] added. 2018-05-27 23:31:35,301 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_1 #2_settings 2018-05-27 23:31:35,305 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_1 #2_settings] added. 2018-05-27 23:31:35,306 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_1 2018-05-27 23:31:35,317 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_1] added. 2018-05-27 23:31:35,319 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[custom_extruder_1 #2] added to [Custom FDM printer] at position [0] 2018-05-27 23:31:35,322 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,324 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_1 #2] added. 2018-05-27 23:31:35,325 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_6 #2 2018-05-27 23:31:35,328 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_6 #2_user 2018-05-27 23:31:35,333 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_6 #2_user] added. 2018-05-27 23:31:35,334 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_6_#2_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:35,338 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_6_#2_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:35,338 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_6 #2_settings 2018-05-27 23:31:35,342 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_6 #2_settings] added. 2018-05-27 23:31:35,343 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_6 2018-05-27 23:31:35,353 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_6] added. 2018-05-27 23:31:35,355 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[custom_extruder_6 #2] added to [Custom FDM printer] at position [5] 2018-05-27 23:31:35,358 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,360 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_6 #2] added. 2018-05-27 23:31:35,361 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_2 #2 2018-05-27 23:31:35,364 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_2 #2_user 2018-05-27 23:31:35,368 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_2 #2_user] added. 2018-05-27 23:31:35,369 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_2_#2_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:35,373 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_2_#2_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:35,374 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_2 #2_settings 2018-05-27 23:31:35,378 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_2 #2_settings] added. 2018-05-27 23:31:35,379 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_2 2018-05-27 23:31:35,388 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_2] added. 2018-05-27 23:31:35,391 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[custom_extruder_2 #2] added to [Custom FDM printer] at position [1] 2018-05-27 23:31:35,393 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,396 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_2 #2] added. 2018-05-27 23:31:35,396 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_8 #2 2018-05-27 23:31:35,400 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_8 #2_user 2018-05-27 23:31:35,404 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_8 #2_user] added. 2018-05-27 23:31:35,404 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_8_#2_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:35,411 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_8_#2_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:35,412 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_8 #2_settings 2018-05-27 23:31:35,416 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_8 #2_settings] added. 2018-05-27 23:31:35,416 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_8 2018-05-27 23:31:35,426 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_8] added. 2018-05-27 23:31:35,428 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[custom_extruder_8 #2] added to [Custom FDM printer] at position [7] 2018-05-27 23:31:35,431 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,433 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_8 #2] added. 2018-05-27 23:31:35,434 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_4 #2 2018-05-27 23:31:35,438 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_4 #2_user 2018-05-27 23:31:35,442 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_4 #2_user] added. 2018-05-27 23:31:35,443 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_4_#2_pla_-_max_60_mm/s,_0.2_mm_layers 2018-05-27 23:31:35,447 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_4_#2_pla_-_max_60_mm/s,_0.2_mm_layers] added. 2018-05-27 23:31:35,448 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_4 #2_settings 2018-05-27 23:31:35,452 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_4 #2_settings] added. 2018-05-27 23:31:35,453 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container custom_extruder_4 2018-05-27 23:31:35,462 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_4] added. 2018-05-27 23:31:35,465 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [74]: Extruder[custom_extruder_4 #2] added to [Custom FDM printer] at position [3] 2018-05-27 23:31:35,467 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,470 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [custom_extruder_4 #2] added. 2018-05-27 23:31:35,472 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [custom_extruder_5 #2] has already been added to this stack [Custom FDM printer] 2018-05-27 23:31:35,474 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,477 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [custom_extruder_5 #2] has already been registered on machine [Custom FDM printer], not doing anything 2018-05-27 23:31:35,479 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [custom_extruder_3 #2] has already been added to this stack [Custom FDM printer] 2018-05-27 23:31:35,481 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,484 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [custom_extruder_3 #2] has already been registered on machine [Custom FDM printer], not doing anything 2018-05-27 23:31:35,486 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [custom_extruder_7 #2] has already been added to this stack [Custom FDM printer] 2018-05-27 23:31:35,488 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,491 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [custom_extruder_7 #2] has already been registered on machine [Custom FDM printer], not doing anything 2018-05-27 23:31:35,493 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [custom_extruder_1 #2] has already been added to this stack [Custom FDM printer] 2018-05-27 23:31:35,495 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,498 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [custom_extruder_1 #2] has already been registered on machine [Custom FDM printer], not doing anything 2018-05-27 23:31:35,500 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [custom_extruder_6 #2] has already been added to this stack [Custom FDM printer] 2018-05-27 23:31:35,502 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,504 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [custom_extruder_6 #2] has already been registered on machine [Custom FDM printer], not doing anything 2018-05-27 23:31:35,507 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [custom_extruder_2 #2] has already been added to this stack [Custom FDM printer] 2018-05-27 23:31:35,509 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,511 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [custom_extruder_2 #2] has already been registered on machine [Custom FDM printer], not doing anything 2018-05-27 23:31:35,514 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [custom_extruder_8 #2] has already been added to this stack [Custom FDM printer] 2018-05-27 23:31:35,516 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,518 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [custom_extruder_8 #2] has already been registered on machine [Custom FDM printer], not doing anything 2018-05-27 23:31:35,521 - WARNING - [MainThread] cura.Settings.GlobalStack.addExtruder [70]: Extruder [custom_extruder_4 #2] has already been added to this stack [Custom FDM printer] 2018-05-27 23:31:35,523 - WARNING - [MainThread] UM.Settings.ContainerStack.addMetaDataEntry [167]: Meta data with key machine was already added. 2018-05-27 23:31:35,525 - WARNING - [MainThread] cura.Settings.ExtruderManager.registerExtruder [219]: Extruder [custom_extruder_4 #2] has already been registered on machine [Custom FDM printer], not doing anything 2018-05-27 23:31:35,884 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,887 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [draft] 2018-05-27 23:31:35,889 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_extruder_3_#2_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,892 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_extruder_7_#2_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,894 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_extruder_1_#2_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,896 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_extruder_5_#2_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,899 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_extruder_6_#2_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,901 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_extruder_4_#2_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,904 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_extruder_2_#2_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,906 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_extruder_8_#2_pla_-_max_60_mm/s,_0.2_mm_layers] 2018-05-27 23:31:35,909 - INFO - [MainThread] cura.Settings.MachineManager._initMachineState [326]: Machine 'Prusa i3' quality changes set to 'PLA - max 60 mm/s, 0.2 mm layers' 2018-05-27 23:31:36,247 - INFO - [MainThread] cura.Machines.MaterialManager._updateMaps [221]: Updating material lookup data ... 2018-05-27 23:31:36,321 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [generic_pla] 2018-05-27 23:31:36,324 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:31:36,326 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:31:36,328 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:31:36,331 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:36,333 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:31:36,335 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:36,337 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:36,339 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:31:36,342 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2] 2018-05-27 23:31:36,345 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1128]: Updating quality/quality_changes due to material change 2018-05-27 23:31:36,347 - DEBUG - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1135]: Current quality type = [draft] 2018-05-27 23:31:36,350 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1149]: Current available quality type [draft] is available, applying changes. 2018-05-27 23:31:36,408 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [143]: Lookup tables updated. 2018-05-27 23:31:36,426 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [129]: New error check scheduled. 2018-05-27 23:31:36,428 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:31:36,430 - DEBUG - [MainThread] UM.Controller.setActiveView [96]: Setting active view to SolidView 2018-05-27 23:31:37,752 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [256]: Creating post processing plugin view. 2018-05-27 23:31:38,019 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [172]: Loading theme file: /tmp/.mount_feaigr/usr/bin/resources/themes/cura-light/theme.json 2018-05-27 23:31:38,184 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [244]: Loaded theme /tmp/.mount_feaigr/usr/bin/resources/themes/cura-light 2018-05-27 23:31:38,263 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [263]: Post processing view created. 2018-05-27 23:31:38,599 - DEBUG - [MainThread] UM.Controller.setActiveView [96]: Setting active view to SolidView 2018-05-27 23:31:38,613 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel. 2018-05-27 23:31:38,615 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [50]: Updating QualityProfilesDropDownMenuModel. 2018-05-27 23:31:38,618 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [coarse] 2018-05-27 23:31:38,619 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container coarse 2018-05-27 23:31:38,624 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [coarse] added. 2018-05-27 23:31:38,646 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [draft] 2018-05-27 23:31:38,648 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [extra_coarse] 2018-05-27 23:31:38,649 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container extra_coarse 2018-05-27 23:31:38,653 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [extra_coarse] added. 2018-05-27 23:31:38,675 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [fast] 2018-05-27 23:31:38,675 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container fast 2018-05-27 23:31:38,680 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [fast] added. 2018-05-27 23:31:38,737 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [high] 2018-05-27 23:31:38,738 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container high 2018-05-27 23:31:38,742 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [high] added. 2018-05-27 23:31:38,767 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [normal] 2018-05-27 23:31:38,767 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container normal 2018-05-27 23:31:38,772 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [normal] added. 2018-05-27 23:31:39,043 - DEBUG - [MainThread] UM3NetworkPrinting.DiscoverUM3Action._createAdditionalComponentsView [165]: Creating additional ui components for UM3. 2018-05-27 23:31:39,100 - DEBUG - [MainThread] UM3NetworkPrinting.DiscoverUM3Action.startDiscovery [39]: Starting device discovery. 2018-05-27 23:31:39,148 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:31:39,439 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-05-27 23:31:39,442 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:31:39,444 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:31:39,446 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:31:39,448 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:39,450 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:31:39,452 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:39,455 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:39,457 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:31:39,459 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [70]: Updating BrandMaterialsModel. 2018-05-27 23:31:39,462 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:31:39,464 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:31:39,466 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:31:39,468 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:39,470 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:31:39,473 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:39,475 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:39,477 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:31:39,480 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [32]: Updating NozzleModel. 2018-05-27 23:31:39,608 - DEBUG - [MainThread] cura.Machines.Models.BuildPlateModel._update [33]: Updating BuildPlateModel. 2018-05-27 23:31:39,670 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/SidebarHeader.qml:536:9: QML : Binding loop detected for property "width" 2018-05-27 23:31:39,734 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [97]: Creating model checker view. 2018-05-27 23:31:39,747 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [106]: Model checker view created. 2018-05-27 23:31:39,749 - DEBUG - [MainThread] cura.CuraApplication.run [701]: Booting Cura took 10.810986995697021 seconds 2018-05-27 23:31:41,718 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [32]: Updating NozzleModel. 2018-05-27 23:31:41,720 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-05-27 23:31:41,723 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:31:41,725 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:31:41,728 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:31:41,730 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:41,732 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:31:41,734 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:41,737 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:41,739 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:31:41,741 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [70]: Updating BrandMaterialsModel. 2018-05-27 23:31:41,744 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:31:41,746 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:31:41,748 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:31:41,751 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:41,753 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:31:41,755 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:41,757 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:31:41,760 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:31:41,909 - DEBUG - [MainThread] cura.Machines.QualityManager.initialize [143]: Lookup tables updated. 2018-05-27 23:31:41,911 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel. 2018-05-27 23:31:41,915 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [50]: Updating QualityProfilesDropDownMenuModel. 2018-05-27 23:31:41,918 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [coarse] 2018-05-27 23:31:41,921 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [draft] 2018-05-27 23:31:41,923 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [extra_coarse] 2018-05-27 23:31:41,926 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [fast] 2018-05-27 23:31:41,928 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [high] 2018-05-27 23:31:41,931 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [normal] 2018-05-27 23:31:43,132 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [184]: Support for Vertex Array Objects: True 2018-05-27 23:31:43,146 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [92]: Initialized OpenGL subsystems. 2018-05-27 23:31:43,148 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [93]: OpenGL Version: 4.3 (Core Profile) Mesa 13.0.6 2018-05-27 23:31:43,150 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [94]: OpenGL Vendor: X.Org 2018-05-27 23:31:43,153 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [95]: OpenGL Renderer: Gallium 0.4 on AMD TAHITI (DRM 2.49.0 / 4.9.0-6-amd64, LLVM 3.9.1) 2018-05-27 23:31:43,157 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/default.shader]... 2018-05-27 23:31:43,163 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/selection.shader]... 2018-05-27 23:31:43,168 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/default.shader]... 2018-05-27 23:31:43,173 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/composite.shader]... 2018-05-27 23:31:43,185 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/overhang.shader]... 2018-05-27 23:31:43,193 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/striped.shader]... 2018-05-27 23:31:43,204 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/transparent_object.shader]... 2018-05-27 23:31:43,211 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/striped.shader]... 2018-05-27 23:31:43,221 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/default.shader]... 2018-05-27 23:31:43,226 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/grid.shader]... 2018-05-27 23:31:43,232 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/platform.shader]... 2018-05-27 23:31:43,335 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._checkStack [133]: Need to check for errors again. Discard the current progress and reschedule a check. 2018-05-27 23:31:43,477 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [129]: New error check scheduled. 2018-05-27 23:31:46,550 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:31:46,702 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" 2018-05-27 23:31:49,436 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:31:51,923 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [181]: Error check finished, result = False, time = 8.4s 2018-05-27 23:31:52,835 - INFO - [MainThread] PluginBrowser.PluginBrowser.requestPluginList [131]: Requesting plugin list 2018-05-27 23:31:52,916 - DEBUG - [MainThread] PluginBrowser.PluginBrowser._createDialog [138]: Creating dialog [PluginBrowser.qml] 2018-05-27 23:31:53,049 - DEBUG - [MainThread] AutoSave.AutoSave._onTimeout [71]: Autosaving preferences, instances and profiles 2018-05-27 23:31:56,869 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugin [361]: Plugin USBPrinting was disabled 2018-05-27 23:31:56,869 - WARNING - [MainThread] PluginBrowser.PluginBrowser._checkCanUpgrade [316]: Could not find plugin USBPrinting 2018-05-27 23:32:00,083 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/plugins/plugins/PluginBrowser/PluginEntry.qml:26: TypeError: Cannot read property of null 2018-05-27 23:32:00,085 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/plugins/plugins/PluginBrowser/PluginEntry.qml:24: TypeError: Cannot read property of null 2018-05-27 23:32:01,725 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:32:01,735 - DEBUG - [MainThread] UM.PluginRegistry._savePluginData [122]: Saving plugin data to file '/home/vanessa/.config/cura/3.3/plugins.json' 2018-05-27 23:32:01,738 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [404]: Loaded plugin USBPrinting 2018-05-27 23:32:01,765 - INFO - [MainThread] PluginBrowser.PluginBrowser.enablePlugin [242]: was set as 'active' 2018-05-27 23:32:01,777 - DEBUG - [Thread-5] USBPrinting.AutoDetectBaudJob.run [23]: Auto detect baud rate started. 2018-05-27 23:32:02,400 - DEBUG - [Thread-5] USBPrinting.AutoDetectBaudJob.run [37]: Checking /dev/ttyACM1 if baud rate 115200 works 2018-05-27 23:32:04,009 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/SidebarHeader.qml:20: TypeError: Cannot read property 'length' of undefined 2018-05-27 23:32:07,726 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:32:07,758 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" 2018-05-27 23:32:15,509 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:32:23,103 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:32:23,180 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" 2018-05-27 23:32:28,259 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:32:43,380 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/qt/qml/QtQuick/Controls/TextField.qml:638:5: QML TextInputWithHandles: Binding loop detected for property "text" ./bin/lib/python3.5/UM/Mesh/MeshData.py:439: RuntimeWarning: invalid value encountered in true_divide ./bin/lib/python3.5/UM/Mesh/MeshData.py:440: RuntimeWarning: invalid value encountered in true_divide ./bin/lib/python3.5/UM/Mesh/MeshData.py:441: RuntimeWarning: invalid value encountered in true_divide 2018-05-27 23:32:43,395 - DEBUG - [Thread-6] UM.Mesh.MeshData.calculateNormalsFromVertices [447]: Calculating normals took 0.002096414566040039 seconds 2018-05-27 23:32:43,396 - DEBUG - [Thread-6] STLReader.STLReader.read [79]: Loaded a mesh with 2232 vertices 2018-05-27 23:32:43,407 - DEBUG - [Thread-6] UM.Mesh.MeshData.approximateConvexHull [403]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.008318901062011719 seconds. 47 input vertices. 47 output vertices. 2018-05-27 23:32:43,415 - DEBUG - [Thread-6] UM.FileHandler.ReadFileJob.run [64]: Loading file took 0.0 seconds 2018-05-27 23:32:43,420 - DEBUG - [MainThread] UM.Mesh.MeshData.approximateConvexHull [403]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.0023298263549804688 seconds. 47 input vertices. 47 output vertices. 2018-05-27 23:32:43,443 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [per_object_stack_191012024] added. 2018-05-27 23:32:43,470 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [per_object_stack_189499736] added. 2018-05-27 23:32:43,493 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/transparent_object.shader]... 2018-05-27 23:32:44,367 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [129]: New error check scheduled. 2018-05-27 23:32:50,432 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [181]: Error check finished, result = False, time = 6.1s 2018-05-27 23:32:51,733 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [210]: Starting to slice... 2018-05-27 23:32:51,734 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [227]: Going to slice build plate [0]! 2018-05-27 23:32:54,028 - DEBUG - [MainThread] AutoSave.AutoSave._onTimeout [71]: Autosaving preferences, instances and profiles 2018-05-27 23:32:56,944 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onStartSliceCompleted [401]: Sending slice message took 5.210123538970947 seconds 2018-05-27 23:32:57,239 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting initial_extruder_nr to 0 2018-05-27 23:32:57,241 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting date to 27-05-2018 2018-05-27 23:32:57,243 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting day to Sun 2018-05-27 23:32:57,246 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting printing_temperature_offset to 0 2018-05-27 23:32:57,248 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting time to 23:32:52 2018-05-27 23:32:57,250 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting print_bed_temperature to 70.0 2018-05-27 23:32:57,253 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting adhesion_z_offset to 0 2018-05-27 23:32:57,255 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting print_temperature to 210 2018-05-27 23:32:57,257 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] -s print_temperature="210" -s support_interface_line_width="0.4" -s resolution="0" -s cooling="0" -s wall_line_width="0.4" -s jerk_print="20" -s travel_compensate_overlapping_walls_enabled="True" -s jerk_layer_0="20" -s skin_preshrink="0.8" -s support_skip_zag_per_mm="20" -s wireframe_printspeed="5" -s raft_fan_speed="0" -s support_interface_pattern="concentric" -s wall_extruder_nr="-1" -s support_tree_wall_thickness="0.4" -s speed_support_interface="30" -s max_skin_angle_for_expansion="90" -s infill="0" -s raft_acceleration="3000" -s jerk_wall="20" -s infill_sparse_density="20" -s adhesion_z_offset="0" -s bottom_thickness="0.8" -s support_bottom_density="100" -s machine_settings="0" -s command_line_settings="0" -s print_bed_temperature="70.0" -s wireframe_flow="100" -s acceleration_support_interface="3000" -s time="23:32:52" -s support_interface_enable="True" -s support_z_distance="0.2" -s acceleration_wall="3000" -s meshfix="0" -s raft_speed="30.0" -s skin_overlap="5" -s date="27-05-2018" -s support_extruder_nr="0" -s switch_extruder_retraction_speeds="20" -s brim_width="8.0" -s speed_support="60" -s support_roof_density="100" -s speed_wall="30.0" -s speed_print="60" -s experimental="0" -s line_width="0.4" -s top_thickness="0.8" -s machine_head_polygon="[[-1, 1], [-1, -1], [1, -1], [1, 1]]" -s acceleration_print="3000" -s speed="0" -s top_bottom_thickness="0.8" -s shell="0" -s mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]" -s mesh_position_z="0" -s mesh_position_x="0" -s center_object="False" -s wall_try_line_thickness="False" -s bridge_fan_speed_3="0" -s bridge_skin_density_3="80" -s bridge_skin_material_flow_3="110" -s bridge_fan_speed_2="0" -s bridge_skin_speed_2="15.0" -s bridge_enable_more_layers="True" -s bridge_skin_speed="15.0" -s jerk_travel="30" -s machine_steps_per_mm_y="50" -s jerk_roofing="20" -s support_bottom_distance="0" -s jerk_wall_x="20" -s speed_layer_0="30.0" -s jerk_wall_0="20" -s machine_max_jerk_e="5.0" -s jerk_enabled="False" -s bridge_wall_material_flow="50" -s blackmagic="0" -s acceleration_support_roof="3000" -s prime_tower_enable="False" -s acceleration_wall_x="3000" -s support_bottom_line_width="0.4" -s max_feedrate_z_override="0" -s skirt_brim_minimal_length="250" -s raft_smoothing="5" -s cool_fan_full_at_height="0.2" -s conical_overhang_angle="50" -s skin_no_small_gaps_heuristic="True" -s speed_wall_x="60.0" -s jerk_prime_tower="20" -s start_layers_at_same_position="False" -s speed_wall_0="30.0" -s jerk_support_roof="20" -s speed_infill="60" -s switch_extruder_retraction_amount="16" -s spaghetti_infill_stepped="True" -s prime_tower_size="20" -s retraction_retract_speed="25" -s machine_nozzle_heat_up_speed="2.0" -s extruder_prime_pos_x="0" -s material_surface_energy="100" -s jerk_ironing="20" -s retraction_extra_prime_amount="0" -s cross_infill_pocket_size="4.0" -s material_print_temperature_layer_0="210" -s material_print_temperature="210" -s jerk_topbottom="20" -s draft_shield_height="10" -s bridge_skin_density="100" -s bridge_wall_coast="100" -s flow_rate_extrusion_offset_factor="100" -s bottom_skin_preshrink="0.8" -s extruder_prime_pos_abs="False" -s top_skin_preshrink="0.8" -s adhesion_extruder_nr="0" -s infill_before_walls="True" -s gradual_infill_steps="0" -s infill_sparse_thickness="0.2" -s skin_overlap_mm="0.02" -s speed_equalize_flow_enabled="False" -s mold_angle="40" -s acceleration_layer_0="3000" -s machine_start_gcode="M900 K0.08 2018-05-27 23:32:57,260 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] M205 E5 2018-05-27 23:32:57,262 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] M107 ; turn off layer fans 2018-05-27 23:32:57,265 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] M209 S0 ; disable auto-retract 2018-05-27 23:32:57,267 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G28 ; home 2018-05-27 23:32:57,270 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G29 ; level 2018-05-27 23:32:57,272 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G1 Z10 F1800 2018-05-27 23:32:57,275 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G1 X5 Y10 Z0.2 F18000 2018-05-27 23:32:57,277 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G92 E0 2018-05-27 23:32:57,280 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G1 X30 Y10 E5 F500 2018-05-27 23:32:57,282 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G92 E0" -s wireframe_up_half_speed="0.3" -s machine_firmware_retract="False" -s infill_overlap_mm="0.04" -s outer_inset_first="False" -s raft_interface_line_spacing="1.0" -s infill_offset_x="0" -s magic_fuzzy_skin_enabled="False" -s infill_angles="[ ]" -s cross_infill_apply_pockets_alternatingly="True" -s zig_zaggify_infill="False" -s retraction_amount="6.5" -s z_seam_corner="z_seam_corner_inner" -s machine_max_jerk_z="0.4" -s infill_wipe_dist="0.1" -s ironing_pattern="zigzag" -s ironing_only_highest_layer="False" -s retraction_extrusion_window="6.5" -s infill_mesh="False" -s retraction_enable="True" -s skin_outline_count="1" -s speed_support_roof="30" -s wireframe_top_delay="0" -s acceleration_skirt_brim="3000" -s travel_compensate_overlapping_walls_0_enabled="True" -s support="0" -s material_bed_temp_prepend="True" -s optimize_wall_printing_order="False" -s acceleration_travel_layer_0="5000.0" -s layer_height="0.2" -s prime_tower_purge_volume="0" -s sub_div_rad_add="0.4" -s machine_max_feedrate_x="500" -s material_adhesion_tendency="10" -s support_roof_line_width="0.4" -s machine_max_feedrate_y="500" -s meshfix_maximum_resolution="0.01" -s machine_max_acceleration_y="9000" -s machine_show_variants="False" -s gradual_support_infill_step_height="1" -s alternate_extra_perimeter="False" -s material_flow_layer_0="100" -s machine_nozzle_size="0.4" -s machine_heat_zone_length="16" -s ironing_flow="10.0" -s ooze_shield_dist="2" -s support_zag_skip_count="7" -s cutting_mesh="False" -s machine_endstop_positive_direction_y="False" -s roofing_layer_count="0" -s material_shrinkage_percentage="0" -s wireframe_drag_along="0.6" -s roofing_extruder_nr="-1" -s switch_extruder_retraction_speed="20" -s gantry_height="2" -s ironing_inset="0.2" -s layer_0_z_overlap="0.15" -s wireframe_bottom_delay="0" -s machine_filament_park_distance="16" -s machine_nozzle_cool_down_speed="2.0" -s acceleration_wall_0="3000" -s retraction_prime_speed="25" -s machine_nozzle_temp_enabled="True" -s gradual_infill_step_height="1.5" -s meshfix_keep_open_polygons="False" -s material_print_temp_prepend="True" -s jerk_print_layer_0="20" -s machine_buildplate_type="glass" -s prime_tower_min_volume="8.48" -s raft_surface_layers="2" -s machine_width="200" -s top_layers="4" -s bridge_skin_density_2="75" -s machine_nozzle_id="unknown" -s layer_height_0="0.2" -s support_conical_min_width="5.0" -s acceleration_ironing="3000" -s extruder_prime_pos_z="0" -s acceleration_travel="5000" -s raft_surface_jerk="20" -s multiple_mesh_overlap="0.15" -s fill_outline_gaps="False" -s infill_line_width="0.4" -s day="Sun" -s material_bed_temperature_layer_0="70.0" -s machine_max_acceleration_e="10000" -s support_bottom_height="2" -s material_diameter="2.85" -s top_bottom_extruder_nr="-1" -s machine_max_acceleration_z="100" -s travel_avoid_distance="0.625" -s support_bottom_pattern="concentric" -s machine_depth="200" -s machine_nozzle_tip_outer_diameter="1" -s wall_thickness="0.8" -s min_infill_area="0" -s machine_height="200" -s support_connect_zigzags="True" -s wall_x_extruder_nr="-1" -s brim_outside_only="True" -s speed_support_infill="60" -s ironing_enabled="False" -s machine_extruder_count="1" -s retract_at_layer_change="False" -s min_skin_width_for_expansion="4.898587196589413e-17" -s extruders_enabled_count="1" -s machine_head_with_fans_polygon="[[-20, 10], [10, 10], [10, -10], [-20, -10]]" -s jerk_support_infill="20" -s infill_line_distance="4.0" -s machine_end_gcode="G92 E0 2018-05-27 23:32:57,285 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G91 2018-05-27 23:32:57,287 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G1 E-2 F4800 2018-05-27 23:32:57,290 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G90 2018-05-27 23:32:57,292 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G92 E0 2018-05-27 23:32:57,295 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G1 X0 Y215 F15000 2018-05-27 23:32:57,297 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G91 2018-05-27 23:32:57,300 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G1 Z20 F1800 2018-05-27 23:32:57,304 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] G90 2018-05-27 23:32:57,306 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] M104 S0 2018-05-27 23:32:57,309 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] M140 S0 2018-05-27 23:32:57,311 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] M107 2018-05-27 23:32:57,314 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] M84 XYE" -s skirt_brim_line_width="0.4" -s acceleration_support="3000" -s brim_line_count="20" -s machine_max_acceleration_x="9000" -s slicing_tolerance="middle" -s acceleration_topbottom="3000" -s material_extrusion_cool_down_speed="0.7" -s infill_pattern="grid" -s speed_equalize_flow_max="150" -s coasting_speed="90" -s support_tower_roof_angle="65" -s adaptive_layer_height_enabled="False" -s machine_steps_per_mm_x="50" -s machine_heated_bed="True" -s machine_use_extruder_offset_to_offset_coords="True" -s machine_max_feedrate_z="5" -s retraction_hop="1" -s machine_max_feedrate_e="299792458000" -s travel_compensate_overlapping_walls_x_enabled="True" -s cool_fan_enabled="True" -s support_enable="False" -s bridge_skin_material_flow="60" -s speed_travel_layer_0="60.0" -s wireframe_roof_outer_delay="0.2" -s top_skin_expand_distance="0.8" -s speed_prime_tower="60" -s machine_endstop_positive_direction_z="True" -s acceleration_print_layer_0="3000" -s default_material_bed_temperature="70.0" -s speed_roofing="30.0" -s material_standby_temperature="150" -s infill_extruder_nr="-1" -s skin_angles="[ ]" -s jerk_infill="20" -s acceleration_infill="3000" -s travel_retract_before_outer_wall="True" -s switch_extruder_prime_speed="20" -s raft_base_acceleration="3000" -s dual="0" -s initial_extruder_nr="0" -s cool_min_speed="10" -s material_initial_print_temperature="200" -s layer_start_y="0.0" -s wireframe_flow_connection="100" -s machine_max_jerk_xy="20.0" -s wall_line_width_0="0.4" -s acceleration_enabled="True" -s skin_alternate_rotation="False" -s machine_shape="rectangular" -s cool_fan_speed="100.0" -s speed_travel="120" -s alternate_carve_order="True" -s spaghetti_inset="0.2" -s cool_fan_full_layer="2" -s retraction_count_max="90" -s magic_fuzzy_skin_point_dist="0.8" -s material_bed_temp_wait="True" -s bottom_layers="4" -s machine_feeder_wheel_diameter="10.0" -s material_bed_temperature="70.0" -s prime_tower_line_width="0.4" -s machine_gcode_flavor="RepRap (Marlin/Sprinter)" -s wall_0_extruder_nr="-1" -s retraction_hop_after_extruder_switch="True" -s travel="0" -s material_flow_temp_graph="[[3.5,200],[7.0,240]]" -s material_print_temp_wait="True" -s wall_line_count="2" -s machine_minimum_feedrate="0.0" -s machine_name="Unknown" -s wall_line_width_x="0.4" -s raft_surface_line_width="0.4" -s bridge_wall_speed="15.0" -s wall_0_wipe_dist="0.2" -s machine_nozzle_expansion_angle="45" -s top_bottom_pattern="lines" -s support_line_width="0.4" -s machine_acceleration="4000" -s wall_0_inset="0" -s machine_center_is_zero="False" -s smooth_spiralized_contours="True" -s skin_line_width="0.4" -s raft_interface_jerk="20" -s raft_base_line_width="0.8" -s support_top_distance="0.2" -s machine_min_cool_heat_time_window="50.0" -s spaghetti_infill_extra_volume="0" -s xy_offset="0" -s carve_multiple_volumes="False" -s jerk_support="20" -s ironing_line_spacing="0.1" -s skirt_brim_speed="30" -s material_flow="100" -s xy_offset_layer_0="0" -s z_seam_y="600" -s retraction_min_travel="0.8" -s z_seam_relative="False" -s jerk_skirt_brim="20" -s travel_avoid_other_parts="True" -s layer_start_x="0.0" -s retraction_hop_enabled="False" -s retraction_hop_only_when_collides="False" -s support_interface_extruder_nr="0" -s default_material_print_temperature="210" -s wireframe_fall_down="0.5" -s magic_fuzzy_skin_point_density="1.25" -s wireframe_enabled="False" -s cool_min_layer_time_fan_speed_max="10" -s ooze_shield_angle="60" -s cool_lift_head="False" -s fill_perimeter_gaps="everywhere" -s support_infill_extruder_nr="0" -s printing_temperature_offset="0" -s speed_support_bottom="30" -s support_extruder_nr_layer_0="0" -s skirt_line_count="1" -s filter_out_tiny_gaps="True" -s support_tree_branch_diameter_angle="5" -s raft_surface_line_spacing="0.4" -s infill_hollow="False" -s top_bottom_pattern_0="lines" -s support_roof_extruder_nr="0" -s jerk_travel_layer_0="30.0" -s support_bottom_extruder_nr="0" -s support_type="buildplate" -s nozzle_disallowed_areas="[]" -s support_angle="65" -s support_pattern="zigzag" -s support_line_distance="3" -s cool_min_layer_time="5" -s wireframe_roof_inset="3" -s support_interface_height="2" -s initial_layer_line_width_factor="100.0" -s support_xy_distance="0.7" -s support_xy_overrides_z="z_overrides_xy" -s support_bottom_stair_step_height="0.3" -s zig_zaggify_support="False" -s support_bottom_stair_step_width="5.0" -s jerk_support_interface="20" -s machine_disallowed_areas="[]" -s acceleration_prime_tower="3000" -s support_infill_sparse_thickness="0.2" -s dual_pre_wipe="True" -s mold_width="5" -s gradual_support_infill_steps="0" -s support_roof_enable="True" -s bridge_skin_speed_3="15.0" -s support_bottom_enable="True" -s retraction_speed="25" -s support_roof_height="2" -s bridge_settings_enabled="True" -s support_interface_skip_height="0.3" -s support_roof_line_distance="0.4" -s support_tree_branch_diameter="2" -s infill_overlap="10" -s support_bottom_line_distance="0.4" -s material="0" -s support_roof_pattern="concentric" -s prime_tower_wipe_enabled="True" -s support_tower_diameter="5" -s support_join_distance="2.0" -s remove_empty_first_layers="True" -s support_minimal_diameter="2" -s infill_mesh_order="0" -s cool_fan_speed_max="100.0" -s support_mesh_drop_down="True" -s bottom_skin_expand_distance="0.8" -s prime_blob_enable="True" -s extruder_prime_pos_y="0" -s support_infill_rate="15" -s adhesion_type="skirt" -s bridge_fan_speed="100" -s skirt_gap="3" -s support_interface_density="100" -s prime_tower_position_x="194.4" -s cool_fan_speed_0="0" -s raft_airgap="0.3" -s support_mesh="False" -s support_xy_distance_overhang="0.3" -s raft_surface_thickness="0.2" -s prime_tower_flow="100" -s raft_interface_thickness="0.30000000000000004" -s z_seam_type="sharpest_corner" -s raft_interface_line_width="0.8" -s raft_base_thickness="0.24" -s raft_base_line_spacing="1.6" -s prime_tower_position_y="174.4" -s wireframe_printspeed_down="5" -s z_seam_x="100.0" -s raft_surface_speed="30.0" -s raft_interface_speed="22.5" -s support_offset="1" -s raft_base_speed="22.5" -s raft_surface_acceleration="3000" -s platform_adhesion="0" -s speed_print_layer_0="30.0" -s machine_endstop_positive_direction_x="False" -s raft_interface_acceleration="3000" -s raft_base_jerk="20" -s raft_surface_fan_speed="0" -s adaptive_layer_height_variation_step="0.01" -s draft_shield_dist="10" -s raft_interface_fan_speed="0" -s support_skip_some_zags="False" -s support_tree_enable="False" -s cool_fan_speed_min="100.0" -s prime_tower_circular="True" -s meshfix_union_all="True" -s acceleration_support_infill="3000" -s meshfix_union_all_remove_holes="False" -s machine_steps_per_mm_e="1600" -s mold_enabled="False" -s mold_roof_height="0.5" -s magic_mesh_surface_mode="normal" -s anti_overhang_mesh="False" -s relative_extrusion="False" -s support_tree_angle="40" -s expand_skins_expand_distance="0.8" -s support_tree_branch_distance="4" -s support_tree_collision_resolution="0.2" -s support_tree_wall_count="1" -s roofing_line_width="0.4" -s acceleration_support_bottom="3000" -s roofing_pattern="lines" -s infill_offset_y="0" -s roofing_angles="[ ]" -s raft_margin="15" -s infill_enable_travel_optimization="False" -s mesh_position_y="0" -s material_flow_dependent_temperature="False" -s conical_overhang_enabled="False" -s draft_shield_enabled="False" -s draft_shield_height_limitation="full" -s coasting_min_volume="0.8" -s spaghetti_infill_enabled="False" -s spaghetti_max_infill_angle="10" -s speed_topbottom="30.0" -s magic_spiralize="False" -s spaghetti_max_height="2.0" -s spaghetti_flow="20" -s bridge_skin_material_flow_2="100" -s machine_nozzle_head_distance="3" -s support_conical_enabled="False" -s support_conical_angle="30" -s raft_jerk="20" -s retraction_combing="all" -s bridge_wall_min_length="5" -s jerk_support_bottom="20" -s magic_fuzzy_skin_thickness="0.3" -s acceleration_roofing="3000" -s flow_rate_max_extrusion_offset="0" -s wireframe_height="3" -s prime_tower_wall_thickness="0.8" -s ooze_shield_enabled="False" -s coasting_enable="False" -s wireframe_printspeed_bottom="5" -s wireframe_printspeed_up="5" -s raft_base_fan_speed="0" -s wireframe_printspeed_flat="5" -s wireframe_flow_flat="100" -s wireframe_flat_delay="0.1" -s machine_steps_per_mm_z="50" -s wireframe_top_jump="0.6" -s coasting_volume="0.064" -s wireframe_strategy="compensate" -s wireframe_straight_before_down="20" -s print_sequence="all_at_once" -s support_use_towers="True" -s wireframe_roof_fall_down="2" -s speed_slowdown_layers="2" -s material_final_print_temperature="195" -s wireframe_roof_drag_along="0.8" -s wireframe_nozzle_clearance="1" -s bridge_skin_support_threshold="50" -s meshfix_extensive_stitching="False" -s adaptive_layer_height_variation="0.1" -s adaptive_layer_height_threshold="200.0" -s speed_ironing="20.0" -s bridge_wall_max_overhang="100" -g -e0 -s material_adhesion_tendency="0" -s acceleration_wall_0="1000" -s mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]" -s mold_roof_height="0.5" -s support_tree_branch_distance="4" -s speed_ironing="40.0" -s infill_sparse_thickness="0.2" -s support_bottom_line_distance="0.4" -s wall_line_width="0.4" -s machine_steps_per_mm_x="50" -s raft_surface_speed="30.0" -s top_bottom_pattern_0="zigzag" -s cool_fan_speed_0="0" -s roofing_angles="[ ]" -s jerk_support_bottom="20" -s min_infill_area="5" -s coasting_min_volume="0.8" -s machine_feeder_wheel_diameter="10.0" -s prime_blob_enable="True" -s raft_airgap="0.3" -s acceleration_support_bottom="3000" -s support_xy_distance="0.7" -s xy_offset_layer_0="0" -s speed_equalize_flow_max="150" -s support_angle="65" -s jerk_wall_x="20" -s machine_endstop_positive_direction_x="False" -s optimize_wall_printing_order="True" -s infill_hollow="False" -s raft_surface_line_spacing="0.4" -s skirt_line_count="1" -s skin_preshrink="0.8" -s jerk_support_infill="20" -s wall_0_wipe_dist="0.2" -s support_bottom_height="2" -s jerk_support_roof="20" -s z_seam_x="100.0" -s raft_base_line_width="0.8" -s cool_min_layer_time="1" -s slicing_tolerance="middle" -s acceleration_support="3000" -s retraction_prime_speed="40.0" -s acceleration_infill="3000" -s raft_surface_thickness="0.2" -s infill_line_distance="1.5" -s expand_skins_expand_distance="1.0" -s cool_min_layer_time_fan_speed_max="10" -s raft_fan_speed="0" -s retraction_hop_enabled="False" -s resolution="0" -s coasting_speed="90" -s infill_pattern="zigzag" -s jerk_support_interface="20" -s wall_0_inset="0" -s material_flow="100" -s wall_thickness="1" -s blackmagic="0" -s spaghetti_infill_enabled="False" -s prime_tower_flow="100" -s sub_div_rad_add="0.6" -s coasting_enable="False" -s speed_print_layer_0="30" -s machine_nozzle_tip_outer_diameter="1" -s speed_travel="200" -s cool_fan_full_layer="11" -s top_skin_preshrink="0.8" -s layer_start_x="0.0" -s brim_width="8.0" -s speed_support_interface="30" -s machine_endstop_positive_direction_y="False" -s roofing_layer_count="1" -s max_skin_angle_for_expansion="90" -s roofing_pattern="zigzag" -s infill="0" -s raft_acceleration="3000" -s material_print_temperature_layer_0="210" -s extruder_prime_pos_abs="False" -s material_shrinkage_percentage="0" -s spaghetti_max_infill_angle="10" -s raft_interface_line_width="0.8" -s travel_avoid_other_parts="True" -s support_bottom_enable="True" -s support_roof_height="2" -s support_interface_pattern="concentric" -s infill_sparse_density="40" -s machine_nozzle_temp_enabled="True" -s alternate_extra_perimeter="False" -s jerk_wall_0="20" -s platform_adhesion="0" -s acceleration_skirt_brim="3000" -s cool_fan_speed="1" -s bottom_thickness="1" -s mold_width="5" -s support_infill_sparse_thickness="0.2" -s raft_base_speed="22.5" -s acceleration_wall_x="2000" -s dual="0" -s travel_compensate_overlapping_walls_enabled="True" -s infill_before_walls="False" -s support_bottom_density="100" -s machine_settings="0" -s retraction_hop_only_when_collides="False" -s retraction_hop_after_extruder_switch="True" -s material_flow_temp_graph="[[3.5,200],[7.0,240]]" -s jerk_travel_layer_0="30.0" -s initial_layer_line_width_factor="100.0" -s raft_surface_fan_speed="0" -s support_xy_overrides_z="z_overrides_xy" -s support_roof_enable="True" -s support_interface_skip_height="0.3" -s top_thickness="1" -s bridge_wall_material_flow="100" -s acceleration_travel_layer_0="3000.0" -s infill_overlap_mm="0.06" -s outer_inset_first="False" -s raft_interface_line_spacing="1.0" -s infill_offset_y="0" -s travel_compensate_overlapping_walls_0_enabled="True" -s bridge_skin_speed_2="20" -s material_surface_energy="100" -s prime_tower_min_volume="8.48" -s jerk_prime_tower="20" -s raft_base_jerk="20" -s acceleration_print_layer_0="3000" -s support_tree_wall_thickness="0.4" -s machine_endstop_positive_direction_z="True" -s speed_travel_layer_0="200" -s raft_interface_thickness="0.30000000000000004" -s raft_base_fan_speed="0" -s support_roof_density="100" -s magic_mesh_surface_mode="normal" -s support_line_distance="3" -s dual_pre_wipe="True" -s retraction_min_travel="0.8" -s max_feedrate_z_override="0" -s material_guid="ae4a55e1-0f21-4eba-ae9d-678277bbf9cf" -s skirt_gap="3" -s jerk_print="20" -s bridge_skin_support_threshold="50" -s support_interface_height="2" -s speed_prime_tower="60" -s mold_enabled="False" -s support_tower_diameter="5" -s acceleration_prime_tower="3000" -s mesh_position_y="0" -s retraction_extra_prime_amount="0" -s cross_infill_pocket_size="1.5" -s material_final_print_temperature="185" -s travel_avoid_distance="1" -s jerk_ironing="20" -s retraction_enable="True" -s support_bottom_stair_step_width="5.0" -s support_minimal_diameter="2" -s support_roof_line_width="0.4" -s meshfix_maximum_resolution="0.01" -s support_tower_roof_angle="65" -s gradual_infill_steps="2" -s bridge_skin_material_flow_2="100" -s support_conical_enabled="False" -s bridge_skin_material_flow_3="110" -s coasting_volume="0.064" -s retraction_amount="2.0" -s bridge_skin_density_2="75" -s cool_lift_head="False" -s line_width="0.4" -s machine_extruder_end_pos_y="0" -s machine_nozzle_offset_x="0" -s speed_topbottom="60" -s magic_fuzzy_skin_thickness="0.3" -s mold_angle="40" -s skin_overlap_mm="0.03" -s speed_equalize_flow_enabled="False" -s travel_compensate_overlapping_walls_x_enabled="True" -s acceleration_support_roof="3000" -s default_material_print_temperature="200" -s material="0" -s speed_wall_0="30" -s speed_wall="30.0" -s travel="0" -s z_seam_type="sharpest_corner" -s machine_extruder_end_pos_abs="False" -s acceleration_ironing="3000" -s extruder_prime_pos_z="0" -s roofing_line_width="0.6" -s wall_try_line_thickness="True" -s retraction_hop="1" -s conical_overhang_enabled="False" -s ironing_pattern="zigzag" -s machine_extruder_end_pos_x="0" -s extruder_prime_pos_y="0" -s prime_tower_wipe_enabled="True" -s support_interface_density="100" -s bridge_fan_speed="100" -s support_use_towers="True" -s raft_surface_acceleration="3000" -s meshfix_union_all="True" -s raft_margin="15" -s raft_speed="30.0" -s bridge_skin_density_3="80" -s machine_nozzle_offset_y="0" -s experimental="0" -s top_skin_expand_distance="1.0" -s speed_support="60" -s bridge_skin_material_flow="100" -s support_roof_pattern="concentric" -s support_conical_angle="30" -s bridge_wall_min_length="0" -s material_diameter="1.75" -s support_join_distance="2.0" -s support_pattern="zigzag" -s machine_extruder_start_pos_x="0" -s machine_min_cool_heat_time_window="50.0" -s spaghetti_infill_extra_volume="0" -s support_tree_collision_resolution="0.2" -s bridge_skin_speed_3="30" -s magic_fuzzy_skin_enabled="False" -s infill_offset_x="0" -s mesh_position_x="0" -s meshfix_keep_open_polygons="False" -s gradual_infill_step_height="1" -s gradual_support_infill_steps="0" -s speed_infill="60" -s retraction_speed="40.0" -s machine_nozzle_size="0.4" -s switch_extruder_retraction_speed="20" -s extruder_nr="0" -s mesh_position_z="0" -s support_interface_enable="True" -s machine_extruder_start_pos_y="0" -s jerk_print_layer_0="20" -s raft_base_thickness="0.24" -s machine_extruder_start_pos_abs="False" -s material_flow_dependent_temperature="False" -s skin_line_width="0.6" -s raft_interface_jerk="20" -s cool_fan_speed_max="1" -s top_bottom_pattern="zigzag" -s bridge_fan_speed_2="0" -s infill_wipe_dist="0.15" -s ironing_line_spacing="0.1" -s speed="0" -s spaghetti_max_height="2.0" -s support_bottom_stair_step_height="0.3" -s support="0" -s acceleration_topbottom="3000" -s material_extrusion_cool_down_speed="0.7" -s machine_heat_zone_length="16" -s shell="0" -s switch_extruder_prime_speed="20" -s command_line_settings="0" -s raft_base_acceleration="3000" -s infill_enable_travel_optimization="True" -s xy_offset="0" -s jerk_layer_0="20" -s support_conical_min_width="5.0" -s machine_nozzle_id="unknown" -s top_bottom_thickness="1" -s acceleration_print="3000" -s acceleration_travel="3000" -s multiple_mesh_overlap="0.15" -s raft_surface_jerk="20" -s support_tree_wall_count="1" -s raft_jerk="20" -s speed_support_bottom="30" -s bridge_wall_speed="10" -s wall_line_width_x="0.6" -s raft_surface_line_width="0.4" -s support_bottom_pattern="concentric" -s support_bottom_line_width="0.4" -s cool_min_speed="1" -s ironing_only_highest_layer="False" -s meshfix="0" -s bottom_skin_expand_distance="1.0" -s speed_layer_0="30.0" -s jerk_travel="30" -s machine_steps_per_mm_y="50" -s support_tree_branch_diameter_angle="5" -s support_infill_rate="15" -s speed_support_roof="30" -s jerk_support="20" -s machine_nozzle_heat_up_speed="2.0" -s retraction_retract_speed="40.0" -s acceleration_support_interface="3000" -s extruder_prime_pos_x="0" -s bottom_skin_preshrink="0.8" -s support_xy_distance_overhang="0.3" -s support_line_width="0.4" -s fill_perimeter_gaps="everywhere" -s support_top_distance="0.2" -s meshfix_extensive_stitching="False" -s infill_line_width="0.6" -s spaghetti_flow="20" -s switch_extruder_retraction_amount="16" -s switch_extruder_retraction_speeds="20" -s layer_0_z_overlap="0.15" -s jerk_infill="20" -s skin_angles="[ ]" -s material_standby_temperature="175" -s infill_overlap="10" -s skin_no_small_gaps_heuristic="True" -s speed_print="60" -s speed_roofing="30" -s top_layers="5" -s wall_line_width_0="0.4" -s skin_alternate_rotation="False" -s speed_wall_x="60" -s bottom_layers="5" -s machine_steps_per_mm_e="1600" -s cool_fan_enabled="True" -s magic_fuzzy_skin_point_dist="0.8" -s retraction_count_max="90" -s support_connect_zigzags="True" -s spaghetti_inset="0.2" -s cool_fan_full_at_height="2" -s skin_outline_count="1" -s raft_surface_layers="2" -s jerk_topbottom="20" -s material_print_temperature="200" -s support_zag_skip_count="7" -s bridge_wall_coast="100" -s magic_fuzzy_skin_point_density="1.25" -s acceleration_support_infill="3000" -s raft_base_line_spacing="1.6" -s z_seam_y="600" -s fill_outline_gaps="True" -s ironing_flow="10.0" -s spaghetti_infill_stepped="True" -s jerk_roofing="20" -s support_bottom_distance="0" -s support_offset="1" -s center_object="False" -s ironing_enabled="False" -s retraction_extrusion_window="2.0" -s cool_fan_speed_min="1" -s z_seam_corner="z_seam_corner_inner" -s material_flow_layer_0="100" -s gradual_support_infill_step_height="1" -s acceleration_roofing="3000" -s ironing_inset="0.2" -s support_z_distance="0.2" -s machine_filament_park_distance="16" -s skin_overlap="5" -s machine_steps_per_mm_z="50" -s machine_nozzle_cool_down_speed="2.0" -s skirt_brim_speed="30" -s min_skin_width_for_expansion="6.123233995736766e-17" -s bridge_wall_max_overhang="95" -s acceleration_layer_0="3000" -s support_interface_line_width="0.4" -s skirt_brim_line_width="0.6" -s brim_line_count="14" -s layer_start_y="0.0" -s material_initial_print_temperature="190" -s support_roof_line_distance="0.4" -s support_tree_branch_diameter="2" -s retract_at_layer_change="False" -s acceleration_wall="3000" -s zig_zaggify_support="False" -s bridge_skin_speed="10" -s bridge_fan_speed_3="0" -s raft_interface_acceleration="3000" -s jerk_wall="20" -s skirt_brim_minimal_length="750" -s conical_overhang_angle="50" -s speed_support_infill="60" -s raft_smoothing="5" -s z_seam_relative="False" -s jerk_skirt_brim="20" -s bridge_skin_density="90" -s support_tree_angle="40" -s wall_line_count="2" -s raft_interface_speed="22.5" -s machine_nozzle_head_distance="3" -s cooling="0" -s raft_interface_fan_speed="0" -s support_skip_some_zags="False" -s infill_angles="[ ]" -s cross_infill_apply_pockets_alternatingly="True" -s bridge_enable_more_layers="True" -s zig_zaggify_infill="True" -s brim_outside_only="True" -s prime_tower_line_width="0.4" -s meshfix_union_all_remove_holes="False" -s filter_out_tiny_gaps="True" -s support_skip_zag_per_mm="20" -s prime_tower_purge_volume="0" -e0 -l "0" 2018-05-27 23:32:57,864 - DEBUG - [Thread-11] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] There are empty layers (or layers with empty extruder plans) in the print! Temperature control and cross layer travel moves might suffer. 2018-05-27 23:32:58,489 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [611]: Slicing took 6.754708766937256 seconds 2018-05-27 23:32:58,489 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [612]: Number of models per buildplate: {0: 1} 2018-05-27 23:32:58,489 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [626]: See if there is more to slice... 2018-05-27 23:32:58,492 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [181]: Socket state changed to Closing 2018-05-27 23:32:58,495 - DEBUG - [MainThread] UM.Backend.Backend._onSocketError [203]: Socket debug: Arcus Error (13): Closing socket because other side requested close. 2018-05-27 23:32:58,497 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [183]: Socket state changed to Closed 2018-05-27 23:32:58,497 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onBackendQuit [765]: Backend quit with return code 0. Resetting process and socket. 2018-05-27 23:33:03,490 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:33:03,523 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" 2018-05-27 23:33:06,628 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:33:09,048 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:33:09,080 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" 2018-05-27 23:36:21,515 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:36:22,956 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:36:22,986 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" 2018-05-27 23:41:17,245 - DEBUG - [MainThread] cura.Machines.Models.QualityManagementModel._update [38]: Updating QualityManagementModel. 2018-05-27 23:41:17,299 - DEBUG - [MainThread] cura.Machines.Models.QualitySettingsModel._update [73]: Updating QualitySettingsModel. 2018-05-27 23:41:17,302 - DEBUG - [MainThread] cura.Machines.Models.QualitySettingsModel._update [73]: Updating QualitySettingsModel. 2018-05-27 23:41:18,845 - DEBUG - [MainThread] cura.Machines.Models.MaterialManagementModel._update [64]: Updating MaterialManagementModel. 2018-05-27 23:41:18,848 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:41:18,850 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:41:18,852 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:41:18,854 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:41:18,857 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:41:18,859 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:41:18,862 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:41:18,864 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:41:18,880 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [569]: Could not find plugin extruder_stack 2018-05-27 23:41:18,883 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [569]: Could not find plugin global_stack 2018-05-27 23:41:27,049 - DEBUG - [MainThread] AutoSave.AutoSave._onTimeout [71]: Autosaving preferences, instances and profiles 2018-05-27 23:41:42,049 - DEBUG - [MainThread] AutoSave.AutoSave._onTimeout [71]: Autosaving preferences, instances and profiles 2018-05-27 23:42:20,239 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:42:25,564 - DEBUG - [MainThread] cura.Machines.Models.QualityManagementModel._update [38]: Updating QualityManagementModel. 2018-05-27 23:42:25,601 - DEBUG - [MainThread] cura.Machines.Models.QualitySettingsModel._update [73]: Updating QualitySettingsModel. 2018-05-27 23:42:25,604 - DEBUG - [MainThread] cura.Machines.Models.QualitySettingsModel._update [73]: Updating QualitySettingsModel. 2018-05-27 23:42:26,731 - DEBUG - [MainThread] cura.Machines.Models.MaterialManagementModel._update [64]: Updating MaterialManagementModel. 2018-05-27 23:42:26,734 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:42:26,736 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:42:26,739 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:42:26,741 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:42:26,743 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:42:26,746 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:42:26,748 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:42:26,750 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:42:35,050 - DEBUG - [MainThread] AutoSave.AutoSave._onTimeout [71]: Autosaving preferences, instances and profiles 2018-05-27 23:42:59,010 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container imade3d_jellybox 2018-05-27 23:42:59,343 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [imade3d_jellybox] added. 2018-05-27 23:42:59,358 - DEBUG - [MainThread] LocalContainerProvider.LocalContainerProvider.loadContainer [53]: Loading container cartesio 2018-05-27 23:42:59,848 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.addContainer [355]: Container [cartesio] added. 2018-05-27 23:42:59,936 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2] 2018-05-27 23:42:59,939 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2_imade3d_jellybox] 2018-05-27 23:42:59,942 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2_cartesio] 2018-05-27 23:42:59,945 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2_cartesio_0.8_mm] 2018-05-27 23:42:59,948 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2_cartesio_0.4_mm] 2018-05-27 23:42:59,951 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2_imade3d_jellybox_0.4_mm_2-fans] 2018-05-27 23:42:59,954 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2_cartesio_0.25_mm] 2018-05-27 23:42:59,957 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2_imade3d_jellybox_0.4_mm] 2018-05-27 23:43:00,158 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [32]: Updating NozzleModel. 2018-05-27 23:43:00,161 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-05-27 23:43:00,164 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:43:00,166 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:43:00,168 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:43:00,171 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,173 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:43:00,176 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,178 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,181 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:43:00,184 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [70]: Updating BrandMaterialsModel. 2018-05-27 23:43:00,186 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:43:00,188 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:43:00,191 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:43:00,193 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,196 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:43:00,198 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,201 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,203 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:43:00,451 - INFO - [MainThread] cura.Machines.MaterialManager._updateMaps [221]: Updating material lookup data ... 2018-05-27 23:43:00,533 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [generic_pla] 2018-05-27 23:43:00,537 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:43:00,539 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:43:00,541 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:43:00,544 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,546 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:43:00,548 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,551 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,553 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:43:00,555 - INFO - [MainThread] cura.Machines.ContainerNode.getContainer [39]: Lazy-loading container [custom_material #2] 2018-05-27 23:43:00,559 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1128]: Updating quality/quality_changes due to material change 2018-05-27 23:43:00,562 - DEBUG - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1135]: Current quality type = [draft] 2018-05-27 23:43:00,564 - INFO - [MainThread] cura.Settings.MachineManager._updateQualityWithMaterial [1149]: Current available quality type [draft] is available, applying changes. 2018-05-27 23:43:00,567 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [15]: Updating CustomQualityProfilesDropDownMenuModel. 2018-05-27 23:43:00,571 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [50]: Updating QualityProfilesDropDownMenuModel. 2018-05-27 23:43:00,580 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-05-27 23:43:00,582 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:43:00,584 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:43:00,587 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:43:00,589 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,591 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:43:00,593 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,596 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,598 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:43:00,601 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [70]: Updating BrandMaterialsModel. 2018-05-27 23:43:00,604 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:43:00,606 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:43:00,608 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:43:00,611 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,613 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:43:00,615 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,618 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,620 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:43:00,646 - DEBUG - [MainThread] cura.Machines.Models.GenericMaterialsModel._update [23]: Updating GenericMaterialsModel. 2018-05-27 23:43:00,648 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:43:00,651 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:43:00,653 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:43:00,655 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,658 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:43:00,660 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,662 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,664 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:43:00,668 - DEBUG - [MainThread] cura.Machines.Models.BrandMaterialsModel._update [70]: Updating BrandMaterialsModel. 2018-05-27 23:43:00,670 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [Innoflex 60] does not have a fallback material 2018-05-27 23:43:00,672 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [BVOH] does not have a fallback material 2018-05-27 23:43:00,675 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PET] does not have a fallback material 2018-05-27 23:43:00,677 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,679 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPC] does not have a fallback material 2018-05-27 23:43:00,681 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,684 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [TPU] does not have a fallback material 2018-05-27 23:43:00,686 - WARNING - [MainThread] cura.Machines.MaterialManager.getFallbackMaterialIdByMaterialType [391]: The material type [PA copolymer] does not have a fallback material 2018-05-27 23:43:00,747 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [129]: New error check scheduled. 2018-05-27 23:43:01,869 - DEBUG - [MainThread] UM.Controller.setActiveView [96]: Setting active view to SimulationView 2018-05-27 23:43:01,916 - DEBUG - [MainThread] UM.Mesh.MeshData.calculateNormalsFromVertices [447]: Calculating normals took 0.0006461143493652344 seconds 2018-05-27 23:43:01,934 - DEBUG - [MainThread] UM.Mesh.MeshData.approximateConvexHull [403]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.014635801315307617 seconds. 351 input vertices. 351 output vertices. 2018-05-27 23:43:01,935 - DEBUG - [MainThread] STLReader.STLReader.read [79]: Loaded a mesh with 12612 vertices 2018-05-27 23:43:01,939 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/plugins/plugins/SimulationView/simulationview_composite.shader]... 2018-05-27 23:43:02,122 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/color.shader]... 2018-05-27 23:43:02,135 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/plugins/plugins/SimulationView/layers3d.shader]... 2018-05-27 23:43:02,180 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/plugins/plugins/SimulationView/layers3d_shadow.shader]... 2018-05-27 23:43:02,222 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/toolhandle.shader]... 2018-05-27 23:43:02,229 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [55]: Loading shader file [/tmp/.mount_feaigr/usr/bin/resources/shaders/color.shader]... 2018-05-27 23:43:05,716 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [181]: Error check finished, result = False, time = 5.0s 2018-05-27 23:43:11,481 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:43:11,515 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" 2018-05-27 23:43:15,049 - DEBUG - [MainThread] AutoSave.AutoSave._onTimeout [71]: Autosaving preferences, instances and profiles 2018-05-27 23:43:25,561 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:43:27,407 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [210]: Starting to slice... 2018-05-27 23:43:27,407 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [227]: Going to slice build plate [0]! 2018-05-27 23:43:27,412 - DEBUG - [MainThread] UM.Backend.Backend._createSocket [213]: Previous socket existed. Closing that first. 2018-05-27 23:43:27,743 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [173]: Socket state changed to Listening 2018-05-27 23:43:30,140 - INFO - [MainThread] UM.Backend.Backend.startEngine [74]: Started engine process: /tmp/.mount_feaigr/usr/bin/CuraEngine 2018-05-27 23:43:30,144 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [90]: [Backend] Calling engine with: ['/tmp/.mount_feaigr/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/tmp/.mount_feaigr/usr/bin/resources/definitions/fdmprinter.def.json', ''] 2018-05-27 23:43:30,148 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] 2018-05-27 23:43:30,154 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] Cura_SteamEngine version 3.3.1 2018-05-27 23:43:30,157 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] Copyright (C) 2018 Ultimaker 2018-05-27 23:43:30,162 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] 2018-05-27 23:43:30,165 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] This program is free software: you can redistribute it and/or modify 2018-05-27 23:43:30,168 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] it under the terms of the GNU Affero General Public License as published by 2018-05-27 23:43:30,170 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] the Free Software Foundation, either version 3 of the License, or 2018-05-27 23:43:30,173 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] (at your option) any later version. 2018-05-27 23:43:30,175 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] 2018-05-27 23:43:30,178 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] This program is distributed in the hope that it will be useful, 2018-05-27 23:43:30,180 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of 2018-05-27 23:43:30,182 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 2018-05-27 23:43:30,185 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] GNU Affero General Public License for more details. 2018-05-27 23:43:30,187 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] 2018-05-27 23:43:30,189 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] You should have received a copy of the GNU Affero General Public License 2018-05-27 23:43:30,193 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] along with this program. If not, see . 2018-05-27 23:43:30,204 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [177]: Socket state changed to Connected 2018-05-27 23:43:30,207 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [167]: Backend connected on port 49674 2018-05-27 23:43:32,672 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onStartSliceCompleted [401]: Sending slice message took 5.264739036560059 seconds 2018-05-27 23:43:32,965 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting initial_extruder_nr to 0 2018-05-27 23:43:32,968 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting date to 27-05-2018 2018-05-27 23:43:32,970 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting day to Sun 2018-05-27 23:43:32,972 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting printing_temperature_offset to 0 2018-05-27 23:43:32,975 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting time to 23:43:27 2018-05-27 23:43:32,977 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting print_bed_temperature to 70.0 2018-05-27 23:43:32,980 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting adhesion_z_offset to 0 2018-05-27 23:43:32,982 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] Setting an unregistered setting print_temperature to 210 2018-05-27 23:43:32,984 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] -s print_temperature="210" -s support_interface_line_width="0.4" -s resolution="0" -s cooling="0" -s wall_line_width="0.4" -s jerk_print="20" -s travel_compensate_overlapping_walls_enabled="True" -s jerk_layer_0="20" -s skin_preshrink="0.8" -s support_skip_zag_per_mm="20" -s wireframe_printspeed="5" -s raft_fan_speed="0" -s support_interface_pattern="concentric" -s wall_extruder_nr="-1" -s support_tree_wall_thickness="0.4" -s speed_support_interface="30" -s max_skin_angle_for_expansion="90" -s infill="0" -s raft_acceleration="3000" -s jerk_wall="20" -s infill_sparse_density="20" -s adhesion_z_offset="0" -s bottom_thickness="0.8" -s support_bottom_density="100" -s machine_settings="0" -s command_line_settings="0" -s print_bed_temperature="70.0" -s wireframe_flow="100" -s acceleration_support_interface="3000" -s time="23:43:27" -s support_interface_enable="True" -s support_z_distance="0.2" -s acceleration_wall="3000" -s meshfix="0" -s raft_speed="30.0" -s skin_overlap="5" -s date="27-05-2018" -s support_extruder_nr="0" -s switch_extruder_retraction_speeds="20" -s brim_width="8.0" -s speed_support="60" -s support_roof_density="100" -s speed_wall="30.0" -s speed_print="60" -s experimental="0" -s line_width="0.4" -s top_thickness="0.8" -s machine_head_polygon="[[-1, 1], [-1, -1], [1, -1], [1, 1]]" -s acceleration_print="3000" -s speed="0" -s top_bottom_thickness="0.8" -s shell="0" -s mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]" -s mesh_position_z="0" -s mesh_position_x="0" -s center_object="False" -s wall_try_line_thickness="False" -s bridge_fan_speed_3="0" -s bridge_skin_density_3="80" -s bridge_skin_material_flow_3="110" -s bridge_fan_speed_2="0" -s bridge_skin_speed_2="15.0" -s bridge_enable_more_layers="True" -s bridge_skin_speed="15.0" -s jerk_travel="30" -s machine_steps_per_mm_y="50" -s jerk_roofing="20" -s support_bottom_distance="0" -s jerk_wall_x="20" -s speed_layer_0="30.0" -s jerk_wall_0="20" -s machine_max_jerk_e="5.0" -s jerk_enabled="False" -s bridge_wall_material_flow="50" -s blackmagic="0" -s acceleration_support_roof="3000" -s prime_tower_enable="False" -s acceleration_wall_x="3000" -s support_bottom_line_width="0.4" -s max_feedrate_z_override="0" -s skirt_brim_minimal_length="250" -s raft_smoothing="5" -s cool_fan_full_at_height="0.2" -s conical_overhang_angle="50" -s skin_no_small_gaps_heuristic="True" -s speed_wall_x="60.0" -s jerk_prime_tower="20" -s start_layers_at_same_position="False" -s speed_wall_0="30.0" -s jerk_support_roof="20" -s speed_infill="60" -s switch_extruder_retraction_amount="16" -s spaghetti_infill_stepped="True" -s prime_tower_size="20" -s retraction_retract_speed="25" -s machine_nozzle_heat_up_speed="2.0" -s extruder_prime_pos_x="0" -s material_surface_energy="100" -s jerk_ironing="20" -s retraction_extra_prime_amount="0" -s cross_infill_pocket_size="4.0" -s material_print_temperature_layer_0="210" -s material_print_temperature="210" -s jerk_topbottom="20" -s draft_shield_height="10" -s bridge_skin_density="100" -s bridge_wall_coast="100" -s flow_rate_extrusion_offset_factor="100" -s bottom_skin_preshrink="0.8" -s extruder_prime_pos_abs="False" -s top_skin_preshrink="0.8" -s adhesion_extruder_nr="0" -s infill_before_walls="True" -s gradual_infill_steps="0" -s infill_sparse_thickness="0.2" -s skin_overlap_mm="0.02" -s speed_equalize_flow_enabled="False" -s mold_angle="40" -s acceleration_layer_0="3000" -s machine_start_gcode="M900 K0.08 2018-05-27 23:43:32,987 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] M205 E5 2018-05-27 23:43:32,989 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] M107 ; turn off layer fans 2018-05-27 23:43:32,991 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] M209 S0 ; disable auto-retract 2018-05-27 23:43:32,994 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G28 ; home 2018-05-27 23:43:32,996 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G29 ; level 2018-05-27 23:43:32,998 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G1 Z10 F1800 2018-05-27 23:43:33,001 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G1 X5 Y10 Z0.2 F18000 2018-05-27 23:43:33,003 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G92 E0 2018-05-27 23:43:33,006 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G1 X30 Y10 E5 F500 2018-05-27 23:43:33,009 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G92 E0" -s wireframe_up_half_speed="0.3" -s machine_firmware_retract="False" -s infill_overlap_mm="0.04" -s outer_inset_first="False" -s raft_interface_line_spacing="1.0" -s infill_offset_x="0" -s magic_fuzzy_skin_enabled="False" -s infill_angles="[ ]" -s cross_infill_apply_pockets_alternatingly="True" -s zig_zaggify_infill="False" -s retraction_amount="6.5" -s z_seam_corner="z_seam_corner_inner" -s machine_max_jerk_z="0.4" -s infill_wipe_dist="0.1" -s ironing_pattern="zigzag" -s ironing_only_highest_layer="False" -s retraction_extrusion_window="6.5" -s infill_mesh="False" -s retraction_enable="True" -s skin_outline_count="1" -s speed_support_roof="30" -s wireframe_top_delay="0" -s acceleration_skirt_brim="3000" -s travel_compensate_overlapping_walls_0_enabled="True" -s support="0" -s material_bed_temp_prepend="True" -s optimize_wall_printing_order="False" -s acceleration_travel_layer_0="5000.0" -s layer_height="0.2" -s prime_tower_purge_volume="0" -s sub_div_rad_add="0.4" -s machine_max_feedrate_x="500" -s material_adhesion_tendency="10" -s support_roof_line_width="0.4" -s machine_max_feedrate_y="500" -s meshfix_maximum_resolution="0.01" -s machine_max_acceleration_y="9000" -s machine_show_variants="False" -s gradual_support_infill_step_height="1" -s alternate_extra_perimeter="False" -s material_flow_layer_0="100" -s machine_nozzle_size="0.4" -s machine_heat_zone_length="16" -s ironing_flow="10.0" -s ooze_shield_dist="2" -s support_zag_skip_count="7" -s cutting_mesh="False" -s machine_endstop_positive_direction_y="False" -s roofing_layer_count="0" -s material_shrinkage_percentage="0" -s wireframe_drag_along="0.6" -s roofing_extruder_nr="-1" -s switch_extruder_retraction_speed="20" -s gantry_height="2" -s ironing_inset="0.2" -s layer_0_z_overlap="0.15" -s wireframe_bottom_delay="0" -s machine_filament_park_distance="16" -s machine_nozzle_cool_down_speed="2.0" -s acceleration_wall_0="3000" -s retraction_prime_speed="25" -s machine_nozzle_temp_enabled="True" -s gradual_infill_step_height="1.5" -s meshfix_keep_open_polygons="False" -s material_print_temp_prepend="True" -s jerk_print_layer_0="20" -s machine_buildplate_type="glass" -s prime_tower_min_volume="8.48" -s raft_surface_layers="2" -s machine_width="200" -s top_layers="4" -s bridge_skin_density_2="75" -s machine_nozzle_id="unknown" -s layer_height_0="0.2" -s support_conical_min_width="5.0" -s acceleration_ironing="3000" -s extruder_prime_pos_z="0" -s acceleration_travel="5000" -s raft_surface_jerk="20" -s multiple_mesh_overlap="0.15" -s fill_outline_gaps="False" -s infill_line_width="0.4" -s day="Sun" -s material_bed_temperature_layer_0="70.0" -s machine_max_acceleration_e="10000" -s support_bottom_height="2" -s material_diameter="2.85" -s top_bottom_extruder_nr="-1" -s machine_max_acceleration_z="100" -s travel_avoid_distance="0.625" -s support_bottom_pattern="concentric" -s machine_depth="200" -s machine_nozzle_tip_outer_diameter="1" -s wall_thickness="0.8" -s min_infill_area="0" -s machine_height="200" -s support_connect_zigzags="True" -s wall_x_extruder_nr="-1" -s brim_outside_only="True" -s speed_support_infill="60" -s ironing_enabled="False" -s machine_extruder_count="1" -s retract_at_layer_change="False" -s min_skin_width_for_expansion="4.898587196589413e-17" -s extruders_enabled_count="1" -s machine_head_with_fans_polygon="[[-20, 10], [10, 10], [10, -10], [-20, -10]]" -s jerk_support_infill="20" -s infill_line_distance="4.0" -s machine_end_gcode="G92 E0 2018-05-27 23:43:33,011 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G91 2018-05-27 23:43:33,014 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G1 E-2 F4800 2018-05-27 23:43:33,016 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G90 2018-05-27 23:43:33,019 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G92 E0 2018-05-27 23:43:33,021 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G1 X0 Y215 F15000 2018-05-27 23:43:33,023 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G91 2018-05-27 23:43:33,026 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G1 Z20 F1800 2018-05-27 23:43:33,028 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] G90 2018-05-27 23:43:33,031 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] M104 S0 2018-05-27 23:43:33,033 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] M140 S0 2018-05-27 23:43:33,036 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] M107 2018-05-27 23:43:33,038 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] M84 XYE" -s skirt_brim_line_width="0.4" -s acceleration_support="3000" -s brim_line_count="20" -s machine_max_acceleration_x="9000" -s slicing_tolerance="middle" -s acceleration_topbottom="3000" -s material_extrusion_cool_down_speed="0.7" -s infill_pattern="grid" -s speed_equalize_flow_max="150" -s coasting_speed="90" -s support_tower_roof_angle="65" -s adaptive_layer_height_enabled="False" -s machine_steps_per_mm_x="50" -s machine_heated_bed="True" -s machine_use_extruder_offset_to_offset_coords="True" -s machine_max_feedrate_z="5" -s retraction_hop="1" -s machine_max_feedrate_e="299792458000" -s travel_compensate_overlapping_walls_x_enabled="True" -s cool_fan_enabled="True" -s support_enable="False" -s bridge_skin_material_flow="60" -s speed_travel_layer_0="60.0" -s wireframe_roof_outer_delay="0.2" -s top_skin_expand_distance="0.8" -s speed_prime_tower="60" -s machine_endstop_positive_direction_z="True" -s acceleration_print_layer_0="3000" -s default_material_bed_temperature="70.0" -s speed_roofing="30.0" -s material_standby_temperature="150" -s infill_extruder_nr="-1" -s skin_angles="[ ]" -s jerk_infill="20" -s acceleration_infill="3000" -s travel_retract_before_outer_wall="True" -s switch_extruder_prime_speed="20" -s raft_base_acceleration="3000" -s dual="0" -s initial_extruder_nr="0" -s cool_min_speed="10" -s material_initial_print_temperature="200" -s layer_start_y="0.0" -s wireframe_flow_connection="100" -s machine_max_jerk_xy="20.0" -s wall_line_width_0="0.4" -s acceleration_enabled="True" -s skin_alternate_rotation="False" -s machine_shape="rectangular" -s cool_fan_speed="100.0" -s speed_travel="120" -s alternate_carve_order="True" -s spaghetti_inset="0.2" -s cool_fan_full_layer="2" -s retraction_count_max="90" -s magic_fuzzy_skin_point_dist="0.8" -s material_bed_temp_wait="True" -s bottom_layers="4" -s machine_feeder_wheel_diameter="10.0" -s material_bed_temperature="70.0" -s prime_tower_line_width="0.4" -s machine_gcode_flavor="RepRap (Marlin/Sprinter)" -s wall_0_extruder_nr="-1" -s retraction_hop_after_extruder_switch="True" -s travel="0" -s material_flow_temp_graph="[[3.5,200],[7.0,240]]" -s material_print_temp_wait="True" -s wall_line_count="2" -s machine_minimum_feedrate="0.0" -s machine_name="Unknown" -s wall_line_width_x="0.4" -s raft_surface_line_width="0.4" -s bridge_wall_speed="15.0" -s wall_0_wipe_dist="0.2" -s machine_nozzle_expansion_angle="45" -s top_bottom_pattern="lines" -s support_line_width="0.4" -s machine_acceleration="4000" -s wall_0_inset="0" -s machine_center_is_zero="False" -s smooth_spiralized_contours="True" -s skin_line_width="0.4" -s raft_interface_jerk="20" -s raft_base_line_width="0.8" -s support_top_distance="0.2" -s machine_min_cool_heat_time_window="50.0" -s spaghetti_infill_extra_volume="0" -s xy_offset="0" -s carve_multiple_volumes="False" -s jerk_support="20" -s ironing_line_spacing="0.1" -s skirt_brim_speed="30" -s material_flow="100" -s xy_offset_layer_0="0" -s z_seam_y="600" -s retraction_min_travel="0.8" -s z_seam_relative="False" -s jerk_skirt_brim="20" -s travel_avoid_other_parts="True" -s layer_start_x="0.0" -s retraction_hop_enabled="False" -s retraction_hop_only_when_collides="False" -s support_interface_extruder_nr="0" -s default_material_print_temperature="210" -s wireframe_fall_down="0.5" -s magic_fuzzy_skin_point_density="1.25" -s wireframe_enabled="False" -s cool_min_layer_time_fan_speed_max="10" -s ooze_shield_angle="60" -s cool_lift_head="False" -s fill_perimeter_gaps="everywhere" -s support_infill_extruder_nr="0" -s printing_temperature_offset="0" -s speed_support_bottom="30" -s support_extruder_nr_layer_0="0" -s skirt_line_count="1" -s filter_out_tiny_gaps="True" -s support_tree_branch_diameter_angle="5" -s raft_surface_line_spacing="0.4" -s infill_hollow="False" -s top_bottom_pattern_0="lines" -s support_roof_extruder_nr="0" -s jerk_travel_layer_0="30.0" -s support_bottom_extruder_nr="0" -s support_type="buildplate" -s nozzle_disallowed_areas="[]" -s support_angle="65" -s support_pattern="zigzag" -s support_line_distance="3" -s cool_min_layer_time="5" -s wireframe_roof_inset="3" -s support_interface_height="2" -s initial_layer_line_width_factor="100.0" -s support_xy_distance="0.7" -s support_xy_overrides_z="z_overrides_xy" -s support_bottom_stair_step_height="0.3" -s zig_zaggify_support="False" -s support_bottom_stair_step_width="5.0" -s jerk_support_interface="20" -s machine_disallowed_areas="[]" -s acceleration_prime_tower="3000" -s support_infill_sparse_thickness="0.2" -s dual_pre_wipe="True" -s mold_width="5" -s gradual_support_infill_steps="0" -s support_roof_enable="True" -s bridge_skin_speed_3="15.0" -s support_bottom_enable="True" -s retraction_speed="25" -s support_roof_height="2" -s bridge_settings_enabled="True" -s support_interface_skip_height="0.3" -s support_roof_line_distance="0.4" -s support_tree_branch_diameter="2" -s infill_overlap="10" -s support_bottom_line_distance="0.4" -s material="0" -s support_roof_pattern="concentric" -s prime_tower_wipe_enabled="True" -s support_tower_diameter="5" -s support_join_distance="2.0" -s remove_empty_first_layers="True" -s support_minimal_diameter="2" -s infill_mesh_order="0" -s cool_fan_speed_max="100.0" -s support_mesh_drop_down="True" -s bottom_skin_expand_distance="0.8" -s prime_blob_enable="True" -s extruder_prime_pos_y="0" -s support_infill_rate="15" -s adhesion_type="skirt" -s bridge_fan_speed="100" -s skirt_gap="3" -s support_interface_density="100" -s prime_tower_position_x="194.4" -s cool_fan_speed_0="0" -s raft_airgap="0.3" -s support_mesh="False" -s support_xy_distance_overhang="0.3" -s raft_surface_thickness="0.2" -s prime_tower_flow="100" -s raft_interface_thickness="0.30000000000000004" -s z_seam_type="sharpest_corner" -s raft_interface_line_width="0.8" -s raft_base_thickness="0.24" -s raft_base_line_spacing="1.6" -s prime_tower_position_y="174.4" -s wireframe_printspeed_down="5" -s z_seam_x="100.0" -s raft_surface_speed="30.0" -s raft_interface_speed="22.5" -s support_offset="1" -s raft_base_speed="22.5" -s raft_surface_acceleration="3000" -s platform_adhesion="0" -s speed_print_layer_0="30.0" -s machine_endstop_positive_direction_x="False" -s raft_interface_acceleration="3000" -s raft_base_jerk="20" -s raft_surface_fan_speed="0" -s adaptive_layer_height_variation_step="0.01" -s draft_shield_dist="10" -s raft_interface_fan_speed="0" -s support_skip_some_zags="False" -s support_tree_enable="False" -s cool_fan_speed_min="100.0" -s prime_tower_circular="True" -s meshfix_union_all="True" -s acceleration_support_infill="3000" -s meshfix_union_all_remove_holes="False" -s machine_steps_per_mm_e="1600" -s mold_enabled="False" -s mold_roof_height="0.5" -s magic_mesh_surface_mode="normal" -s anti_overhang_mesh="False" -s relative_extrusion="False" -s support_tree_angle="40" -s expand_skins_expand_distance="0.8" -s support_tree_branch_distance="4" -s support_tree_collision_resolution="0.2" -s support_tree_wall_count="1" -s roofing_line_width="0.4" -s acceleration_support_bottom="3000" -s roofing_pattern="lines" -s infill_offset_y="0" -s roofing_angles="[ ]" -s raft_margin="15" -s infill_enable_travel_optimization="False" -s mesh_position_y="0" -s material_flow_dependent_temperature="False" -s conical_overhang_enabled="False" -s draft_shield_enabled="False" -s draft_shield_height_limitation="full" -s coasting_min_volume="0.8" -s spaghetti_infill_enabled="False" -s spaghetti_max_infill_angle="10" -s speed_topbottom="30.0" -s magic_spiralize="False" -s spaghetti_max_height="2.0" -s spaghetti_flow="20" -s bridge_skin_material_flow_2="100" -s machine_nozzle_head_distance="3" -s support_conical_enabled="False" -s support_conical_angle="30" -s raft_jerk="20" -s retraction_combing="all" -s bridge_wall_min_length="5" -s jerk_support_bottom="20" -s magic_fuzzy_skin_thickness="0.3" -s acceleration_roofing="3000" -s flow_rate_max_extrusion_offset="0" -s wireframe_height="3" -s prime_tower_wall_thickness="0.8" -s ooze_shield_enabled="False" -s coasting_enable="False" -s wireframe_printspeed_bottom="5" -s wireframe_printspeed_up="5" -s raft_base_fan_speed="0" -s wireframe_printspeed_flat="5" -s wireframe_flow_flat="100" -s wireframe_flat_delay="0.1" -s machine_steps_per_mm_z="50" -s wireframe_top_jump="0.6" -s coasting_volume="0.064" -s wireframe_strategy="compensate" -s wireframe_straight_before_down="20" -s print_sequence="all_at_once" -s support_use_towers="True" -s wireframe_roof_fall_down="2" -s speed_slowdown_layers="2" -s material_final_print_temperature="195" -s wireframe_roof_drag_along="0.8" -s wireframe_nozzle_clearance="1" -s bridge_skin_support_threshold="50" -s meshfix_extensive_stitching="False" -s adaptive_layer_height_variation="0.1" -s adaptive_layer_height_threshold="200.0" -s speed_ironing="20.0" -s bridge_wall_max_overhang="100" -g -e0 -s material_adhesion_tendency="0" -s acceleration_wall_0="1000" -s mesh_rotation_matrix="[[1,0,0], [0,1,0], [0,0,1]]" -s mold_roof_height="0.5" -s support_tree_branch_distance="4" -s speed_ironing="40.0" -s infill_sparse_thickness="0.2" -s support_bottom_line_distance="0.4" -s wall_line_width="0.4" -s machine_steps_per_mm_x="50" -s raft_surface_speed="30.0" -s top_bottom_pattern_0="zigzag" -s cool_fan_speed_0="0" -s roofing_angles="[ ]" -s jerk_support_bottom="20" -s min_infill_area="5" -s coasting_min_volume="0.8" -s machine_feeder_wheel_diameter="10.0" -s prime_blob_enable="True" -s raft_airgap="0.3" -s acceleration_support_bottom="3000" -s support_xy_distance="0.7" -s xy_offset_layer_0="0" -s speed_equalize_flow_max="150" -s support_angle="65" -s jerk_wall_x="20" -s machine_endstop_positive_direction_x="False" -s optimize_wall_printing_order="True" -s infill_hollow="False" -s raft_surface_line_spacing="0.4" -s skirt_line_count="1" -s skin_preshrink="0.8" -s jerk_support_infill="20" -s wall_0_wipe_dist="0.2" -s support_bottom_height="2" -s jerk_support_roof="20" -s z_seam_x="100.0" -s raft_base_line_width="0.8" -s cool_min_layer_time="1" -s slicing_tolerance="middle" -s acceleration_support="3000" -s retraction_prime_speed="40.0" -s acceleration_infill="3000" -s raft_surface_thickness="0.2" -s infill_line_distance="1.5" -s expand_skins_expand_distance="1.0" -s cool_min_layer_time_fan_speed_max="10" -s raft_fan_speed="0" -s retraction_hop_enabled="False" -s resolution="0" -s coasting_speed="90" -s infill_pattern="zigzag" -s jerk_support_interface="20" -s wall_0_inset="0" -s material_flow="100" -s wall_thickness="1" -s blackmagic="0" -s spaghetti_infill_enabled="False" -s prime_tower_flow="100" -s sub_div_rad_add="0.6" -s coasting_enable="False" -s speed_print_layer_0="30" -s machine_nozzle_tip_outer_diameter="1" -s speed_travel="200" -s cool_fan_full_layer="11" -s top_skin_preshrink="0.8" -s layer_start_x="0.0" -s brim_width="8.0" -s speed_support_interface="30" -s machine_endstop_positive_direction_y="False" -s roofing_layer_count="1" -s max_skin_angle_for_expansion="90" -s roofing_pattern="zigzag" -s infill="0" -s raft_acceleration="3000" -s material_print_temperature_layer_0="210" -s extruder_prime_pos_abs="False" -s material_shrinkage_percentage="0" -s spaghetti_max_infill_angle="10" -s raft_interface_line_width="0.8" -s travel_avoid_other_parts="True" -s support_bottom_enable="True" -s support_roof_height="2" -s support_interface_pattern="concentric" -s infill_sparse_density="40" -s machine_nozzle_temp_enabled="True" -s alternate_extra_perimeter="False" -s jerk_wall_0="20" -s platform_adhesion="0" -s acceleration_skirt_brim="3000" -s cool_fan_speed="1" -s bottom_thickness="1" -s mold_width="5" -s support_infill_sparse_thickness="0.2" -s raft_base_speed="22.5" -s acceleration_wall_x="2000" -s dual="0" -s travel_compensate_overlapping_walls_enabled="True" -s infill_before_walls="False" -s support_bottom_density="100" -s machine_settings="0" -s retraction_hop_only_when_collides="False" -s retraction_hop_after_extruder_switch="True" -s material_flow_temp_graph="[[3.5,200],[7.0,240]]" -s jerk_travel_layer_0="30.0" -s initial_layer_line_width_factor="100.0" -s raft_surface_fan_speed="0" -s support_xy_overrides_z="z_overrides_xy" -s support_roof_enable="True" -s support_interface_skip_height="0.3" -s top_thickness="1" -s bridge_wall_material_flow="100" -s acceleration_travel_layer_0="3000.0" -s infill_overlap_mm="0.06" -s outer_inset_first="False" -s raft_interface_line_spacing="1.0" -s infill_offset_y="0" -s travel_compensate_overlapping_walls_0_enabled="True" -s bridge_skin_speed_2="20" -s material_surface_energy="100" -s prime_tower_min_volume="8.48" -s jerk_prime_tower="20" -s raft_base_jerk="20" -s acceleration_print_layer_0="3000" -s support_tree_wall_thickness="0.4" -s machine_endstop_positive_direction_z="True" -s speed_travel_layer_0="200" -s raft_interface_thickness="0.30000000000000004" -s raft_base_fan_speed="0" -s support_roof_density="100" -s magic_mesh_surface_mode="normal" -s support_line_distance="3" -s dual_pre_wipe="True" -s retraction_min_travel="0.8" -s max_feedrate_z_override="0" -s material_guid="ae4a55e1-0f21-4eba-ae9d-678277bbf9cf" -s skirt_gap="3" -s jerk_print="20" -s bridge_skin_support_threshold="50" -s support_interface_height="2" -s speed_prime_tower="60" -s mold_enabled="False" -s support_tower_diameter="5" -s acceleration_prime_tower="3000" -s mesh_position_y="0" -s retraction_extra_prime_amount="0" -s cross_infill_pocket_size="1.5" -s material_final_print_temperature="185" -s travel_avoid_distance="1" -s jerk_ironing="20" -s retraction_enable="True" -s support_bottom_stair_step_width="5.0" -s support_minimal_diameter="2" -s support_roof_line_width="0.4" -s meshfix_maximum_resolution="0.01" -s support_tower_roof_angle="65" -s gradual_infill_steps="2" -s bridge_skin_material_flow_2="100" -s support_conical_enabled="False" -s bridge_skin_material_flow_3="110" -s coasting_volume="0.064" -s retraction_amount="2.0" -s bridge_skin_density_2="75" -s cool_lift_head="False" -s line_width="0.4" -s machine_extruder_end_pos_y="0" -s machine_nozzle_offset_x="0" -s speed_topbottom="60" -s magic_fuzzy_skin_thickness="0.3" -s mold_angle="40" -s skin_overlap_mm="0.03" -s speed_equalize_flow_enabled="False" -s travel_compensate_overlapping_walls_x_enabled="True" -s acceleration_support_roof="3000" -s default_material_print_temperature="200" -s material="0" -s speed_wall_0="30" -s speed_wall="30.0" -s travel="0" -s z_seam_type="sharpest_corner" -s machine_extruder_end_pos_abs="False" -s acceleration_ironing="3000" -s extruder_prime_pos_z="0" -s roofing_line_width="0.6" -s wall_try_line_thickness="True" -s retraction_hop="1" -s conical_overhang_enabled="False" -s ironing_pattern="zigzag" -s machine_extruder_end_pos_x="0" -s extruder_prime_pos_y="0" -s prime_tower_wipe_enabled="True" -s support_interface_density="100" -s bridge_fan_speed="100" -s support_use_towers="True" -s raft_surface_acceleration="3000" -s meshfix_union_all="True" -s raft_margin="15" -s raft_speed="30.0" -s bridge_skin_density_3="80" -s machine_nozzle_offset_y="0" -s experimental="0" -s top_skin_expand_distance="1.0" -s speed_support="60" -s bridge_skin_material_flow="100" -s support_roof_pattern="concentric" -s support_conical_angle="30" -s bridge_wall_min_length="0" -s material_diameter="1.72" -s support_join_distance="2.0" -s support_pattern="zigzag" -s machine_extruder_start_pos_x="0" -s machine_min_cool_heat_time_window="50.0" -s spaghetti_infill_extra_volume="0" -s support_tree_collision_resolution="0.2" -s bridge_skin_speed_3="30" -s magic_fuzzy_skin_enabled="False" -s infill_offset_x="0" -s mesh_position_x="0" -s meshfix_keep_open_polygons="False" -s gradual_infill_step_height="1" -s gradual_support_infill_steps="0" -s speed_infill="60" -s retraction_speed="40.0" -s machine_nozzle_size="0.4" -s switch_extruder_retraction_speed="20" -s extruder_nr="0" -s mesh_position_z="0" -s support_interface_enable="True" -s machine_extruder_start_pos_y="0" -s jerk_print_layer_0="20" -s raft_base_thickness="0.24" -s machine_extruder_start_pos_abs="False" -s material_flow_dependent_temperature="False" -s skin_line_width="0.6" -s raft_interface_jerk="20" -s cool_fan_speed_max="1" -s top_bottom_pattern="zigzag" -s bridge_fan_speed_2="0" -s infill_wipe_dist="0.15" -s ironing_line_spacing="0.1" -s speed="0" -s spaghetti_max_height="2.0" -s support_bottom_stair_step_height="0.3" -s support="0" -s acceleration_topbottom="3000" -s material_extrusion_cool_down_speed="0.7" -s machine_heat_zone_length="16" -s shell="0" -s switch_extruder_prime_speed="20" -s command_line_settings="0" -s raft_base_acceleration="3000" -s infill_enable_travel_optimization="True" -s xy_offset="0" -s jerk_layer_0="20" -s support_conical_min_width="5.0" -s machine_nozzle_id="unknown" -s top_bottom_thickness="1" -s acceleration_print="3000" -s acceleration_travel="3000" -s multiple_mesh_overlap="0.15" -s raft_surface_jerk="20" -s support_tree_wall_count="1" -s raft_jerk="20" -s speed_support_bottom="30" -s bridge_wall_speed="10" -s wall_line_width_x="0.6" -s raft_surface_line_width="0.4" -s support_bottom_pattern="concentric" -s support_bottom_line_width="0.4" -s cool_min_speed="1" -s ironing_only_highest_layer="False" -s meshfix="0" -s bottom_skin_expand_distance="1.0" -s speed_layer_0="30.0" -s jerk_travel="30" -s machine_steps_per_mm_y="50" -s support_tree_branch_diameter_angle="5" -s support_infill_rate="15" -s speed_support_roof="30" -s jerk_support="20" -s machine_nozzle_heat_up_speed="2.0" -s retraction_retract_speed="40.0" -s acceleration_support_interface="3000" -s extruder_prime_pos_x="0" -s bottom_skin_preshrink="0.8" -s support_xy_distance_overhang="0.3" -s support_line_width="0.4" -s fill_perimeter_gaps="everywhere" -s support_top_distance="0.2" -s meshfix_extensive_stitching="False" -s infill_line_width="0.6" -s spaghetti_flow="20" -s switch_extruder_retraction_amount="16" -s switch_extruder_retraction_speeds="20" -s layer_0_z_overlap="0.15" -s jerk_infill="20" -s skin_angles="[ ]" -s material_standby_temperature="175" -s infill_overlap="10" -s skin_no_small_gaps_heuristic="True" -s speed_print="60" -s speed_roofing="30" -s top_layers="5" -s wall_line_width_0="0.4" -s skin_alternate_rotation="False" -s speed_wall_x="60" -s bottom_layers="5" -s machine_steps_per_mm_e="1600" -s cool_fan_enabled="True" -s magic_fuzzy_skin_point_dist="0.8" -s retraction_count_max="90" -s support_connect_zigzags="True" -s spaghetti_inset="0.2" -s cool_fan_full_at_height="2" -s skin_outline_count="1" -s raft_surface_layers="2" -s jerk_topbottom="20" -s material_print_temperature="200" -s support_zag_skip_count="7" -s bridge_wall_coast="100" -s magic_fuzzy_skin_point_density="1.25" -s acceleration_support_infill="3000" -s raft_base_line_spacing="1.6" -s z_seam_y="600" -s fill_outline_gaps="True" -s ironing_flow="10.0" -s spaghetti_infill_stepped="True" -s jerk_roofing="20" -s support_bottom_distance="0" -s support_offset="1" -s center_object="False" -s ironing_enabled="False" -s retraction_extrusion_window="2.0" -s cool_fan_speed_min="1" -s z_seam_corner="z_seam_corner_inner" -s material_flow_layer_0="100" -s gradual_support_infill_step_height="1" -s acceleration_roofing="3000" -s ironing_inset="0.2" -s support_z_distance="0.2" -s machine_filament_park_distance="16" -s skin_overlap="5" -s machine_steps_per_mm_z="50" -s machine_nozzle_cool_down_speed="2.0" -s skirt_brim_speed="30" -s min_skin_width_for_expansion="6.123233995736766e-17" -s bridge_wall_max_overhang="95" -s acceleration_layer_0="3000" -s support_interface_line_width="0.4" -s skirt_brim_line_width="0.6" -s brim_line_count="14" -s layer_start_y="0.0" -s material_initial_print_temperature="190" -s support_roof_line_distance="0.4" -s support_tree_branch_diameter="2" -s retract_at_layer_change="False" -s acceleration_wall="3000" -s zig_zaggify_support="False" -s bridge_skin_speed="10" -s bridge_fan_speed_3="0" -s raft_interface_acceleration="3000" -s jerk_wall="20" -s skirt_brim_minimal_length="750" -s conical_overhang_angle="50" -s speed_support_infill="60" -s raft_smoothing="5" -s z_seam_relative="False" -s jerk_skirt_brim="20" -s bridge_skin_density="90" -s support_tree_angle="40" -s wall_line_count="2" -s raft_interface_speed="22.5" -s machine_nozzle_head_distance="3" -s cooling="0" -s raft_interface_fan_speed="0" -s support_skip_some_zags="False" -s infill_angles="[ ]" -s cross_infill_apply_pockets_alternatingly="True" -s bridge_enable_more_layers="True" -s zig_zaggify_infill="True" -s brim_outside_only="True" -s prime_tower_line_width="0.4" -s meshfix_union_all_remove_holes="False" -s filter_out_tiny_gaps="True" -s support_skip_zag_per_mm="20" -s prime_tower_purge_volume="0" -e0 -l "0" 2018-05-27 23:43:33,392 - DEBUG - [Thread-17] UM.Backend.Backend._backendLog [90]: [Backend] [WARNING] There are empty layers (or layers with empty extruder plans) in the print! Temperature control and cross layer travel moves might suffer. 2018-05-27 23:43:34,265 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [611]: Slicing took 6.857532262802124 seconds 2018-05-27 23:43:34,265 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [612]: Number of models per buildplate: {0: 1} 2018-05-27 23:43:34,266 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onSlicingFinishedMessage [626]: See if there is more to slice... 2018-05-27 23:43:34,269 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [181]: Socket state changed to Closing 2018-05-27 23:43:34,270 - DEBUG - [Thread-3] CuraEngineBackend.ProcessSlicedLayersJob.run [70]: Processing new layer for build plate 0... 2018-05-27 23:43:34,399 - DEBUG - [MainThread] UM.Backend.Backend._onSocketError [203]: Socket debug: Arcus Error (13): Closing socket because other side requested close. 2018-05-27 23:43:34,404 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [183]: Socket state changed to Closed 2018-05-27 23:43:34,407 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onBackendQuit [765]: Backend quit with return code 0. Resetting process and socket. 2018-05-27 23:43:34,723 - DEBUG - [Thread-3] CuraEngineBackend.ProcessSlicedLayersJob.run [237]: Processing layers took 0.4521157741546631 seconds 2018-05-27 23:43:34,766 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._onProcessLayersFinished [793]: See if there is more to slice(2)... 2018-05-27 23:43:39,859 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:43:39,893 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" 2018-05-27 23:46:43,927 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to PrepareStage 2018-05-27 23:46:45,357 - DEBUG - [MainThread] UM.Controller.setActiveStage [159]: Setting active stage to MonitorStage 2018-05-27 23:46:45,393 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [277]: file:///tmp/.mount_feaigr/usr/bin/resources/qml/PrintMonitor.qml:27:5: QML OutputDeviceHeader: Binding loop detected for property "implicitHeight" ```
Ghostkeeper commented 6 years ago

We send out the g-code on our main thread which is indeed dependent on rendering. If rendering takes a long time, the buffer on the printer could deplete. We should run the USB printing on a separate job.

ianpaschal commented 6 years ago

@VanessaE Hi Vanessa, we've discussed this at a team and unfortunately we've decided we won't be taking the time to make a fix.

We do consider it a bug and it's true that a large portion of our user base prints via USB, but to our recollection, no one else has reported it.

In this case there's a very easy work-around which is simply to set your computer to not go on sleep. Since that functionality is built in and stable in virtually every OS, we can't justify spending time adding that functionality to Cura (like movie players in full screen) or messing about with the threads.

VanessaE commented 6 years ago

Not sleep mode, @ianpaschal. Plain old DPMS screen suspend-only, triggered by the screensaver. The PC is still 100% awake.

ianpaschal commented 6 years ago

No I know, but that's what I mean. Prevent display from sleeping (as we did in the old days before most media players did this automagically) while watching a movie, for example. All OS has functionality built in to prevent the display from sleeping/screen savering (?, saving its screen?).

Again, it's possible to fix by moving it to another thread so it's not affected by the screen's rendering (or lack thereof) but it's a lot more work for a problem we've only heard of once.

VanessaE commented 6 years ago

Well, to be blunt, whose bright idea was it to put the send-gcode routines on the display rendering thread? This is still a bug, and it sharply highlights a poor design decision (I'm not implying this is your doing, @ianpaschal). It also highlights a potential bug in XFCE.

In any case, my workaround was to stop using Cura.

Oh, and I would have to say that the vast majority of Cura users print over USB, because from what I've seen, most cheap hobby-level printers don't even have LCD/SD.

ianpaschal commented 6 years ago

Well, to be blunt, whose bright idea was it to put the send-gcode routines on the display rendering thread? This is still a bug, and it sharply highlights a poor design decision (I'm not implying this is your doing, @ianpaschal). It also highlights a potential bug in XFCE.

Could check the commits but it's sort of irrelevant now. As I said though we don't deny it's a bug. Only that despite the vast majority of our users using USB, no one else has encountered the problem. We try to work by a "20/80 rule" where we fix 20% of the bugs which solve 80% of our users problems/reports. This is more of a 20/000.1 case. It's not that your issue isn't important to us, but we have to prioritize or else lose our sanity and get nothing done.

In any case, my workaround was to stop using Cura.

That's unfortunate. I hope to see you back in Cura land at some point though.

VanessaE commented 6 years ago

I don't mind if something's just too much of a corner case to not be worth worrying about, but closing the bug and suggesting that I keep my monitors on all the time (which costs electricity and hence, money) is absolutely the wrong thing to do (I can't just switch them off, either, one of them serves as a hub for my keyboard and mouse, and a hard power-off at the switch resets my keyboard settings).

A bug doesn't get fixed if the report for it is closed.

ianpaschal commented 6 years ago

This is true. But a ticket system with a backlog of 800 tickets most of which we either do not intend to or never will be able to fix is not a useful or usable system. Sometimes we have to say, "No."

marcan commented 5 years ago

So this is why my long prints break when I leave them printing overnight. Um, yeah, this is a pretty bad bug. It can be triggered on my system simply with xset dpms force off. The print immediately stalls and starts jumping around once per second.

At least, knowing the underlying cause, I just found a workaround. Minimizing cura while printing makes it immune to this issue. Nothing to render, doesn't stall on rendering. I'm using KDE on Gentoo Linux, FWIW.

If you don't have the time to fix it that's fine, but please reopen the bug. It's a problem and it isn't fixed. No other app has problems with DPMS sleep mode like this. It's not just about rendering, this suggest a deeper underlying bug in the interactions between the UI and printing. Closing the bug is shoving the problem under the rug.

yodor commented 5 years ago

I'm in the same boat as @marcan . I was forced to create a new activity in KDE where dpms is not used so I can leave the printer on during long prints. I would love to see this fixed too

SwiftNinja commented 5 years ago

Chiming in here because the comments from @ianpaschal implies that this is an isolated incident with @VanessaE. It is not. I experience the same frustrating bug and it has ruined more "away" print jobs than I'd care to admit, on the days where I forget to disable DPMS screen save.

The issue has happened to me on Ubuntu 18.04, 18.10, and now Cosmic (19.04). I am running a machine with an AMD Radeon 580 and an Intel Processor on an ASUS motherboard. Using the stock repos - nothing special. A simple power save on the monitor (while the rest of the machine is running at full capabilities) completely wrecking a print job is ridiculous.

I (and I'm assuming all others affected by this, which I suspect is a much larger audience than you think - maybe most people just don't bother signing into GitHub to report it) would really appreciate some action/traction on fixing this - it definitely is not isolated as there are other people chiming in here as well such as @yodor and @marcan. My Desktop Environment (DE) is KDE. Specifically, the distro I'm running is Kubuntu 19.04, Kernel 5.0.0-15.

Please, please fix this. There's really no excuse for a MONITOR (not CPU) powersave to ruin a print job.

marcan commented 5 years ago

I'm curious as to whether the minimizing workaround works for the other affected folks. In the face of the apparent zero interest from the developers in fixing this, it at least makes it tolerable... as long as you don't forget to do it before leaving a long print running.

It's silly and this bug should still be fixed though.

FWIW, I'm going to go ahead and guess that the problem here is that 1) USB printing is done in the UI thread, and 2) the UI thread is trying to do v-synced rendering when the window is visible, but there is no v-sync in the DPMS off state, so wait for v-sync calls stall until a one second timeout or so, and 3) the g-code sending routine is dumb and only sends a max of one g-code command per main loop iteration (i.e. rendered frame); making it fill the send buffer would at least mitigate this by allowing a large batch of g-code to be sent each second.

SwiftNinja commented 5 years ago

@marcan - I would guess that minimizing it may work around it, because I have never been able to pinpoint why sometimes it buggers up the job with power save, and other times it doesn't. I've probably minimized it or at least not had it in the foreground from time to time, and those may be the times it fixes it.

Regardless - the core problem here is that I don't always remember that I have to do some voodoo nonsense to get a print job out. I have a friggin' big label on my monitor saying 'disable power save before print', and I still forget to do that sometimes. So it's equally likely that I will forget to minimize this from time to time.

Devs: The bug needs to be fixed. To suggest that USB printing isn't supported and we should just "not do that" is completely ridiculous. That's like saying I shouldn't be able to use my laser printer while it's connected to Ethernet, and that I should always have to transfer my document to USB and then hot-plug the USB into my LaserJet printer just to get a print job off. Let's be real here. Sometimes, the attitudes of devs on OSS projects is really frustrating as an end user -- and I say that as a career software developer.

nallath commented 5 years ago

Well, the issue is that 95%> of the development is paid for by Ultimaker. Since there are essentially no Ultimaker printers that still use USB printing, there is little reason for us to fix this. That doesn't mean that we don't understand (or acknowledge) that this is an issue, just that we have better things to spend our time on (from the perspective of Ultimaker that is).

All that being said; Pull requests are always welcome. I would love to skew that 95% of the development that's now being paid/done by Ultimaker to a lower number. I can help people out with getting started with the project if that's something that would drag anyone over the line.

marcan commented 5 years ago

I have a USB-only Ultimaker. I also find USB printing a lot more convenient than copying files around, even if I did have an SD module, which I don't.

marcan commented 5 years ago

FWIW, I checked the USB printing code. It does print from a thread, but it also posts progress to the UI every single GCode line written. So I'm guessing the issue is that either the hanging vsync thing I mentioned as the likely culprit is holding the GIL (thus blocking all Python threads), or at least holding some kind of lock that is contended by posting the current print progress.

A good start would be breaking up that progress thing into a condition variable and shared state, avoiding any direct calls from the USB printing thread into the UI. That way the only other thing to worry about is the GIL.

marcan commented 5 years ago

It's a GIL issue, since the delays happen in random places inside the USB print thread. Strace shows the USB thread poll()ing for a reply from the printer, and when the poll() returns, it start spinning on some futex calls every 5ms (which is what take_gil() does), until some other thread gets a message on fd 3 (I assume that's the X11 display connection), then pokes a futex that the main thread is waiting on, which then releases the GIL.

This might mean this is primarily a PyQt5 issue, since the GIL isn't being released around a call that takes a long time.

marcan commented 5 years ago

Oh this is cute.

#0  futex_wait_cancelable (private=0, expected=0, futex_word=0x5619978607d0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x561990492c68, cond=0x5619978607a8) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x5619978607a8, mutex=0x561990492c68) at pthread_cond_wait.c:655
#3  0x00007f15f5285f02 in ?? () from /usr/lib64/libxcb.so.1
#4  0x00007f15f5287a0a in xcb_wait_for_special_event () from /usr/lib64/libxcb.so.1
#5  0x00007f15f548b78b in glPrimitiveBoundingBox () from /usr/lib64/libGL.so.1
#6  0x00007f15f548b8d8 in glPrimitiveBoundingBox () from /usr/lib64/libGL.so.1
#7  0x00007f15f548cace in glPrimitiveBoundingBox () from /usr/lib64/libGL.so.1
#8  0x00007f15f548d9bc in glPrimitiveBoundingBox () from /usr/lib64/libGL.so.1
#9  0x00007f15e9620fc3 in ?? () from /usr/lib64/dri/i965_dri.so
#10 0x00007f15e9621725 in ?? () from /usr/lib64/dri/i965_dri.so
#11 0x00007f15e961cb24 in ?? () from /usr/lib64/dri/i965_dri.so
#12 0x00007f15755d2919 in ?? () from /usr/lib64/python3.6/site-packages/PyQt5/_QOpenGLFunctions_4_1_Core.so
#13 0x00007f15f6b3968b in _PyCFunction_FastCallDict () from /usr/lib64/libpython3.6m.so.1.0

Note that the glPrimitiveBoundingBox thing is a red herring because I don't have full symbols. This is probably some kind of vsync call from cura. I need to see if I can get a python backtrace out of this.

marcan commented 5 years ago

As I expected it's a vsync thing. vblank_mode=0 cura fixes it, so an easy fix is to just edit your desktop shortcut or add a shell alias to do that.

SwiftNinja commented 5 years ago

@marcan: Sweet! I'll try it out. Thanks for your efforts into looking into this, and @nallath - thanks for acknowledging re-opening the ticket!!

Ghostkeeper commented 5 years ago

So as I understand from your investigation, PyQt is most likely not releasing the GIL while updating the screen render, but the screen render is blocked by the power management disabling the screen. I'd indeed expect PyQt to release the GIL during that update but I suspect that there is a good reason why it's not. In order to update the screen, Qt may request a bunch of properties from all the QML items that have changed. Some of these properties arrive from the Python bindings that we create, and so PyQt is going to need to execute some Python code in order to update the screen. It's probably not releasing and re-acquiring the GIL for each of these bits of Python for performance reasons.

Maybe that vblank_mode is something that we can set by default? It could introduce some tearing I suppose...

Ghostkeeper commented 5 years ago

It doesn't look like PyQt has a cross-platform way to turn off vsync. Googling around brings up techniques to do that with Qt but those don't seem to be exposed in PyQt, or I just couldn't find them in their docs (those docs are not the easiest to navigate).

marcan commented 5 years ago

I haven't had a chance to get symbols for Python to be able to get a proper stacktrace in gdb yet; the call comes from python through Qt5's OpenGL bindings, so I'm not sure if it's something inside PyQt triggering the vsync or something directly in Cura. Either way the GIL ought to be released around that call, but it might be something that can be worked around by changing the code in Cura.

silver65 commented 5 years ago

So.... I was wondering why my printer was printing jerky and ultra-slow when I checked on it after a print overnight ...... (It should have been long finished)

And, then I swished my mouse which disabled the screensaver and it went back to normal......By then the print was ruined.

I am running Cura 4.3 and Linux Mint 19 with the Cinnamon Desktop .

So as I understand it - the engine sending g-code to the printer hangs up because the gui renderer can't update the screen because the screen is off?

Brilliant. That's like saying that the engine in a car should only work when the radio is on....

Who ever uses SD cards to print? What a mission.....

Anyhow, I suspect this bug is far more widespread than the number of me 2's would suggest.

For now, I shall just make sure that I include the vblank thing or minimise Cura before leaving a print to itself....

Ghostkeeper commented 5 years ago

So as I understand it - the engine sending g-code to the printer hangs up because the gui renderer can't update the screen because the screen is off?

Brilliant. That's like saying that the engine in a car should only work when the radio is on....

Almost. All of Cura hangs because the GUI framework that Cura uses seems to lock up all Python code while the screen saver is on. From what we've seen, this is an upstream bug in PyQt5 that only occurs in Linux.

Our user base for printing via USB on Linux is about 0.08% of our total user base (by number of prints). Since this is an upstream issue it's more or less out of our power to do something about it. Maybe there are workarounds possible, but we can't warrant investing time on investigation now. When this ticket was re-opened, it should've been put on deferred to make that more clear.

SwiftNinja commented 5 years ago

@Ghostkeeper : I'd be real cautious about using your quoted statistic of 0.08% as "factual".

First - how are you realizing those usage metrics? Phone-home in the software? If so, there are a lot of forks of Cura (Like Lulzbot and Prusa), that likely do not phone home to provide you those metrics in the first place. Going based on 'number of clicks for download on Ultimaker.com'? See previous point. And what about users who have devices on their network to filter tracking, such as a PiHole? (which I happen to be a user of). My point is, I extremely doubt your usage stats are factually complete and correct. You likely get more stats from Windows users because, in my experience, Windows users don't know any better to know how to stop prying eyes.

Second - Third party tech, such as the Mosaic Palette 2 and OctoPrint, operate entirely on the USB printing interface to communicate to the printer. Take USB printing away, those tools, devices, and other such tangible market value adds stop working.

Third - Discounting Linux in 2019 is, respectfully, an asinine thing to do. The entire world is moving to Linux, whether it's immediately obvious or not. Android? Linux fork. Mac? BSD fork (basically Linux). Windows? More and more direct inline support for running Linux-in-Windows is being added daily - why do you think that is? Windows Azure? Their entire server offerings now recommend Linux over Windows for back-end servers. Servers that power the internet? Linux. Your router that is feeding you your internet? Linux. Your managed switches? Linux. Your smart watch? Linux variant. Your smart refrigerator? Linux based. Your in-car infotainment system? Linux. The developers who work on Marlin and Cura? Running Linux!!! Embedded systems and servers all use Linux - as do actual shops - not tiny shops running Creality cheapo printers.

Linux is here to stay - pretending it isn't or that it's niche is a very fool-hearty mistake to make. And I'd argue that industrial users of 3D Printers are largely only using Linux - because, you know, they have actual work to get done :)

As a developer myself, I understand your position, and I'd normally agree with you - but in this case, I think you're very wrong in your usage assessment.

smartavionics commented 5 years ago

I haven't read any of this thread so feel free to completely disregard this comment.

Why don't you just save the gcode that Cura produces into a file and then use something like pronterface or some other program whose sole purpose in life is to squirt gcode at a tty?

SwiftNinja commented 5 years ago

@smartavionics : Well, for starters, part of their argument is that USB based printing isn't supported and shouldn't be used, which is a huge mistake. It breaks things like the Mosaic Palette and Palette 2, it breaks things like OctoPrint, it would destroy the entire way that I use my printer.

Second - that's fine as a workaround. There are workarounds provided in this thread - workarounds are fine as a short term workaround. People here are asking for the core issue to be fixed, and the devs are basically saying 'No'.

Cheers,

smartavionics commented 5 years ago

I guess it comes down to your expectations. For me, Cura is a slicer, it takes models and produces gcode. That's it, job done. It does slicing, why does it also need to do non-slicing related functions?

Sorry, I side with the devs on this one. But, remember, if someone comes up with a PR that fixes the problem it will be considered for adoption. As long as it doesn't break existing functionality and abides by the house coding standards, there's a good chance it would be accepted.

SwiftNinja commented 5 years ago

@smartavionics : If I accept your argument (which I don't, but digressing...) -- Than why does Cura offer a Printer Control Interface and Print via USB functionality?

If Cura was just a slicer, it would operate like Slic3r.

It's not just a slicer, and that's a choice the devs made when Cura was born. If Cura wants to be a slicer only, than remove all of the other stuff and call it a slicer. And then users like me who don't want to screw around with 4 pieces of software to just get a darn print done will dump Cura and find something else to use, like Simplify3D.

Also, it's important to remember, that just because you only use it as a slicer, that does not mean that the other 99% of people who use Cura are using it the same way. Lulzbot, for example, recommends Cura as the 1 stop shop. I would imagine other print vendors do the same.

smartavionics commented 5 years ago

Lulzbot, for example, recommends Cura as the 1 stop shop. I would imagine other print vendors do the same.

Then why don't they fix the USB printing and contribute something back to Cura instead of just using other people's work for nothing. That's freeloading and is not how open source works best.

Anyway, I've nothing useful to add to this conversation so I'm leaving. I wish you good luck!

SwiftNinja commented 5 years ago

@smartavionics : Regarding Lulzbot - they're having their fair share of ... challenges... at the moment, in what appears largely to do with mismanagement. Externally, it sort of seems like they're about 2 weeks away from having their doors closed forever. So expecting them to do anything about it is highly unlikely, and, unfortunately, Lulzbot didn't seem to have a lot of horsepower on hand in terms of actual devs. I think they had one (marcio) and he seemed to be very good, but there's only so much one guy can do. I personally wish they had been much more on top of their software game, but they weren't, so we go back to the key owners - Ultimachine.

As for fixing the core problem, if I could - I would.

Cheers,

fieldOfView commented 5 years ago

I'm curious if misinterpreting what people say and ranting like this ever work for you. Noone is discounting Linux here. They're discounting Linux users that use the USB Printing feature. To a greater extend, they are discounting USB Printing for all platform.

Do you know how percentages work? Yes, there's an opt out for the statistics, and there are forks of Cura (I don't think Prusa has a Cura fork though; they prefer Slic3r). But unless you think the Linux users that want to use USB printing are very different in their behavior than the other users of Cura, you have to realise that these other users of Cura also have the option to opt out or to use a fork. So the percentage of Cura users that use USB Printing on Linux is not affected much by either of these factors. But even Linux users that use USB Printing are twice as much inclined to opt out than all the other users of Cura (which I doubt), we are still talking about less than 0.2% which logically means other issues should get priority.

Now, a better point to make would have been that there are so few Linux users that use USB Printing in Cura because it is apparently somewhat broken. I'll give you that.

I don't see how OctoPrint furthers your point. OctoPrint is its own host, and there's a plugin that interfaces it with Cura. There are other 3d printers hosts too, like Printrun (pronterface). Like @smartavionics said, Cura is a slicer first and foremost; You can always use a different print host.

All said and done, I'll probably get an argumentative response, which I'll end up ignoring like so many threads on the subject. I'm working on a plugin to replace the USB Printing functionality in Cura with a version that uses the core of Printrun (the same code pronterface uses): https://github.com/fieldOfView/Cura-SerialConnection. But frankly I don't look forward to finishing that plugin and being on the receiving end of rants like this. You're not the first one, and likely won't be the last one.

nallath commented 5 years ago

Also, it's important to remember, that just because you only use it as a slicer, that does not mean that the other 99% of people who use Cura are using it the same way. Lulzbot, for example, recommends Cura as the 1 stop shop. I would imagine other print vendors do the same.

We're not recommending using Cura with USB printing. We're recommending using Cura with network connection or with SD card / USB stick. So if other manufacturers recommend something else, I'd say that the burden of ensuring that it works lies with them.

SwiftNinja commented 5 years ago

@fieldOfView : I'd argue you're looking for an argumentative response, simply by the tone of your response and baiting me with comments like "Do I know how percentages work". If you find you get a lot of argumentative responses that you have to ignore - perhaps you should look at how you're responding. I'm not going to engage further arguments here, because it drives this important issue woefully off topic.

I'm perplexed as to why, being able to print from CURA direct to the printer via USB, is something that the proverbial "we" want to consider, effectively, an unsupported feature. If you or others want to "discount Linux users that use the USB Printing feature", than so be it. But there are products on the market that would not exist today were it not for the ability to feed GCode to your printer in real-time over USB, and I don't see why CURA views this as such a niche requirement.

I'm using the workaround, and I shut my monitor off instead of power save, so from my perspective, I kinda don't really care at this point. I chimed back in on this thread to show support of the others like @silver65 and @VanessaE and others who are reporting similar problems and feeling similar frustrations, in the goal of bettering CURA. I personally found @marcan's investigation and responses to be very helpful. I'm not real sure what value the response of @fieldOfView adds here, but he wants to approach it with what I have experienced the typical open source dev attitude of 'I don't need it, and neither should you' attitude, no problem. If we want to follow that with the additional open source dev attitude of 'well, then, if it's that important to you, you fix it', so be it there, too. But don't expect software to get any better with those attitudes. I would happily fix it myself, if I had the know how, in the same way that I'm sitting here fixing my local copy of marlin - but I currently lack the know-how to contribute to core changes to Qt5 frameworks.

As for me, this will be my last comment on the situation. Fix it, don't fix it. Blame USB printing, don't blame USB printing. Blame me and my "rant" about Linux, or don't. At the end of the day, CURA, like any software, depends on listening to your user base to improve. I can actually quite appreciate the argument 'this isn't what the Ultimaker, the primary funder of CURA, views as important', and that's fine. The biggest argument for this actually comes from @marcan - if his investigation is correct, and this is a Qt5 bug, than it has noting to do with CURA and should have a case logged with the Qt Dev Team. It would be swell if the CURA team found a workaround, but that's band-aiding the problem. Regardless, my point was - it's possible that the assertion that USB printing is not an important feature may be fundamentally flawed.

Edit: Thinking about this more - maybe you guys should remove the USB Print control from CURA completely. If, genuinely, the mission of CURA is to be a slicer, and USB Printing is an unsupported afterthought, it shouldn't be there. It's frustrating for a user to get a 3d printer, sit down, learn it, get excited, start a print, go to sleep, wake up and find his or her print is toast because they used a feature that was in the product, and then when they take the time to report it, they're told 'Oh, don't be silly. You shouldn't be using that feature! No one does that!' . If the feature is there, there is a minimum expectation that it works. If it's the opinion of the primary funders of CURA that the feature is underutilized to warrant service, and considers the feature, effectively, obsolete - than they shouldn't offer the feature. Imagine going to use the brakes on your car, and when your radio turns off - so to does the ability of your brakes to function. You take the car in for service - they say 'oh, sorry sir/madam, people using brakes while listening to the radio only represent 0.08% of our use case, so we don't support it'. Than take the brakes away completely rather than creating the illusion and expectation of braking. (For the record - I don't think the feature should be removed - but if this genuinely is an unsupported feature, it has no business being there)

nallath commented 5 years ago

The feature does work for some people. Just not all of them. This specific bug happens with a very specific subset of users (As much as I hate it, 0.8% of the users uses linux and an even smaller part uses USB printing and of those people not everyone has the issue). Even if it was not working at 0.8% of the users, don't you think that removing the feature all together (so essentially breaking it for the remaining 99.2% of the users) is a bit overkill?

The additude that we have is simply a coping strategy. There are too many people demanding (yes, i chose that word intentionally) fixes from us, usually without providing anything in return. Is a response like "If you want it fixed, you do it" making the software better? Well, probably not. But actually fixing it is also not the best investment of our time (as there are other things we can do that affect more users).

As for the car analogy, it's also a bit skewed, since we're not selling Cura (nor is it a breaking issue as major as breaks no longer working).

risacher commented 4 years ago

As a data point - also happens for me on Ubuntu 20.04 with Gnome and Cura 4.4.1. Minimizing Cura does seem to prevent issue from being triggered on this platform.

Is there a related bug report for the issue in PyQt5?

Ghostkeeper commented 4 years ago

PyQt has no public bug tracker that I know of.