mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 20:35:13 +08:00

* 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
17 lines
431 B
JSON
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 }
|
|
}
|
|
} |