Created
July 26, 2018 12:55
-
-
Save fieldOfView/8606a5bbd1a9dc6acc142f9cd3a55adb to your computer and use it in GitHub Desktop.
A definition for a custom belt-style printer, to be used with BlackBelt Cura 3.4.2
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
{ | |
"version": 2, | |
"name": "Custom belt-printer", | |
"inherits": "beltprinter", | |
"metadata": { | |
"visible": true, | |
"author": "fieldOfView", | |
"manufacturer": "Custom", | |
"category": "Custom", | |
"file_formats": "text/x-gcode", | |
"has_materials": true, | |
"first_start_actions": ["MachineSettingsAction"], | |
"limit_buildvolume": | |
{ | |
"depth": | |
{ | |
"maximum": 200 | |
} | |
} | |
}, | |
"settings": { | |
"blackbelt_settings": | |
{ | |
"children": | |
{ | |
"blackbelt_gantry_angle": | |
{ | |
"label": "Gantry Angle", | |
"description": "The angle of the gantry relative to the build plate. Match this setting with the current printer configuration.", | |
"unit": "°", | |
"type": "float", | |
"default_value": "45", | |
"settable_per_mesh": false, | |
"settable_per_extruder": false | |
} | |
} | |
} | |
}, | |
"overrides": { | |
"machine_depth": { | |
"default_value": 99999 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment