Skip to content

Instantly share code, notes, and snippets.

@fieldOfView
Created July 26, 2018 12:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fieldOfView/8606a5bbd1a9dc6acc142f9cd3a55adb to your computer and use it in GitHub Desktop.
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
{
"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