Last active
February 14, 2018 10:56
-
-
Save fieldOfView/bde7189087721451784865a28f3fc2c1 to your computer and use it in GitHub Desktop.
A variation of the Ultimaker 3 definition for Cura 2.4 that only has a single extruder so it can use One at a Time printing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ultimaker3_single", | |
"version": 2, | |
"name": "Ultimaker 3 single extrusion", | |
"inherits": "ultimaker3", | |
"metadata": { | |
"quality_definition": "ultimaker3" | |
}, | |
"overrides": { | |
"machine_extruder_count": { "default_value": 1 }, | |
"prime_tower_enabled": { "value": false } | |
} | |
} |
I missed your comment somehow. No, I don't even have an Ultimaker 3, I just made it because people requested being able to print one-at-a-time with the UM3. Since Cura 2.6, you can set the number of extruders of the Ultimaker 3 to 1 inside Cura (see Machine Settings on the Printers pane of the preferences), so you no longer have to use this workaround.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is very cool! are you actively using this with Cura 3.0.3 by any chance?