Last active
October 22, 2016 12:16
-
-
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
This file contains 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": "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