Created
October 22, 2016 12:17
-
-
Save fieldOfView/a52caf946d0a0df522c22298a6c94209 to your computer and use it in GitHub Desktop.
Ultimaker 2 Extended+ 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_extended_plus_reprap", | |
"version": 2, | |
"name": "Ultimaker 2 Extended+ (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": "Ultimaker2ExtendedPlusbackplate.png", | |
"supported_actions":["UpgradeFirmware"] | |
}, | |
"overrides": { | |
"machine_name": { "default_value": "Ultimaker 2 Extended+" }, | |
"machine_height": { | |
"default_value": 305 | |
}, | |
"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