Cura/resources/definitions/vzbot_custom.def.json
Christian Kvasny 018952a921
VzBot (#13181)
* Add VzBot printer

* remove exclude_materials

* Update vzbot_base.def.json

remove Unnecessary default_values

* rename duplicate profile ids

* Adjusted speed for TPU. Retract switched off

* update start/end gcode

* set retraction_amount to 0.65

* update gantry_height

* add custom overrides
2022-09-08 13:49:32 +02:00

17 lines
431 B
JSON

{
"name": "VzBot Custom",
"version": 2,
"inherits": "vzbot_base",
"metadata":
{
"visible": true,
"quality_definition": "vzbot_base"
},
"overrides":
{
"machine_name": { "default_value": "VzBot Custom" },
"machine_width": { "default_value": 400 },
"machine_depth": { "default_value": 400 },
"machine_height": { "default_value": 400 }
}
}