
The default values on my Monoprice Ultimate are way different to what Cura has the Wanhao Duplicator 6 as. I'm guessing that Monoprice have changed these (if not, then maybe the Duplicator 6 file is wrong?). Without this profile, I had a 4hr print estimate for a piece that's only 55% through after 4hours. With this profile, it estimates 7:22 (which seems very accurate). I got the default values from the printer when I connected Octoprint to it: ``` 21:20:56: Attempting to connect to printer 21:20:56: Connection opened < 21:20:57: start > 21:20:57: N1 M110 *2 < 21:20:57: echo:Marlin 1.0.0 > 21:20:57: N2 M110 *1 < 21:20:57: echo: Last Updated: Jun 26 2016 12:14:19 | Author: Version DEV 3.01 > 21:20:57: N3 M115 *5 < 21:20:57: Compiled: Jun 26 2016 < 21:20:57: echo: Free Memory: 1961 PlannerBufferBytes: 1232 < 21:20:57: echo:Stored settings retrieved < 21:20:57: echo:Steps per unit: < 21:20:57: echo: M92 X80.04 Y80.04 Z400.48 E94.30 < 21:20:57: echo:Maximum feedrates (mm/s): < 21:20:57: echo: M203 X300.00 Y300.00 Z5.00 E25.00 < 21:20:57: echo:Maximum Acceleration (mm/s2): < 21:20:57: echo: M201 X3000 Y3000 Z100 E500 < 21:20:57: echo:Acceleration: S=acceleration, T=retract acceleration < 21:20:57: echo: M204 S800.00 T800.00 < 21:20:57: echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s) < 21:20:57: echo: M205 S0.00 T0.00 B20000 X10.00 Z0.40 E1.00 < 21:20:57: echo:Home offset (mm): < 21:20:57: echo: M206 X0.00 Y0.00 Z0.40 ```
Cura
This is the new, shiny frontend for Cura. Check daid/LegacyCura for the legacy Cura that everyone knows and loves/hates. We re-worked the whole GUI code at Ultimaker, because the old code started to become unmaintainable.
Logging Issues
For crashes and similar issues, please attach the following information:
- (On Windows) The log as produced by dxdiag (start -> run -> dxdiag -> save output)
- The Cura GUI log file, located at
%APPDATA%\cura\<Cura version>\cura.log
(Windows), or usuallyC:\Users\\<your username>\AppData\Roaming\cura\<Cura version>\cura.log
$USER/Library/Application Support/cura/<Cura version>/cura.log
(OSX)$USER/.local/share/cura/<Cura version>/cura.log
(Ubuntu/Linux)
If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder
For additional support, you could also ask in the #cura channel on FreeNode IRC. For help with development, there is also the #cura-dev channel.
Dependencies
- Uranium Cura is built on top of the Uranium framework.
- CuraEngine This will be needed at runtime to perform the actual slicing.
- fdm_materials Required to load a printer that has swappable material profiles.
- PySerial Only required for USB printing support.
- python-zeroconf Only required to detect mDNS-enabled printers.
Build scripts
Please checkout cura-build for detailed building instructions.
Running from Source
Please check our Wiki page for details about running Cura from source.
Plugins
Please check our Wiki page for details about creating and using plugins.
Supported printers
Please check our Wiki page for guidelines about adding support for new machines.
Configuring Cura
Please check out Wiki page about configuration options for developers.
Translating Cura
Please check out Wiki page about how to translate Cura into other languages.
License
Cura is released under the terms of the LGPLv3 or higher. A copy of this license should be included with the software.