mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06: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
18 lines
No EOL
466 B
JSON
18 lines
No EOL
466 B
JSON
{
|
|
"name": "VzBot 235",
|
|
"version": 2,
|
|
"inherits": "vzbot_base",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"platform": "vzbot_235_bed.stl",
|
|
"quality_definition": "vzbot_base"
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_name": { "default_value": "VzBot 235" },
|
|
"machine_width": { "default_value": 235 },
|
|
"machine_depth": { "default_value": 235 },
|
|
"machine_height": { "default_value": 240 }
|
|
}
|
|
} |