Skip to content

Instantly share code, notes, and snippets.

@fieldOfView
Last active October 22, 2016 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fieldOfView/bf536254add126fd4c7b36bc347fce73 to your computer and use it in GitHub Desktop.
Save fieldOfView/bf536254add126fd4c7b36bc347fce73 to your computer and use it in GitHub Desktop.
Ultimaker 2+ machine definition variation for Cura 2.3.x that uses RepRap gcode flavor instead of UltiGCode. Useful in combination with OctoPrint
{
"id": "ultimaker2_plus_reprap",
"version": 2,
"name": "Ultimaker 2+ (RepRap)",
"inherits": "ultimaker2_plus",
"metadata": {
"author": "Ultimaker",
"manufacturer": "Ultimaker",
"category": "Ultimaker",
"quality_definition": "ultimaker2_plus",
"weight": 2,
"file_formats": "text/x-gcode",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2Plusbackplate.png",
"supported_actions":["UpgradeFirmware"]
},
"overrides": {
"machine_name": { "default_value": "Ultimaker 2+" },
"machine_gcode_flavor": {
"default_value": "RepRap (Marlin/Sprinter)"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment