Skip to content

Instantly share code, notes, and snippets.

@fieldOfView
Last active February 14, 2018 10:56
Show Gist options
  • Select an option

  • Save fieldOfView/bde7189087721451784865a28f3fc2c1 to your computer and use it in GitHub Desktop.

Select an option

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
{
"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 }
}
}
@mifga

mifga commented Oct 25, 2017

Copy link
Copy Markdown

this is very cool! are you actively using this with Cura 3.0.3 by any chance?

@fieldOfView

Copy link
Copy Markdown
Author

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