mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Removed test files
CURA-333
This commit is contained in:
parent
cbbb204718
commit
a35873a31b
7 changed files with 0 additions and 133 deletions
|
@ -1,35 +0,0 @@
|
|||
{
|
||||
"id": "hypothetical_multi",
|
||||
"version": 2,
|
||||
"name": "Hypothetical Multiextrusion printer",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"author": "fieldOfView",
|
||||
"manufacturer": "fieldOfView",
|
||||
"category": "fieldOfView",
|
||||
"visible": true,
|
||||
"file_formats": "text/x-gcode",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hypothetical_multi_extruder_1",
|
||||
"1": "hypothetical_multi_extruder_2",
|
||||
"2": "hypothetical_multi_extruder_3",
|
||||
"3": "hypothetical_multi_extruder_4"
|
||||
},
|
||||
"preferred_material": "*pla*",
|
||||
"preferred_quality": "*normal*",
|
||||
"has_variants": true,
|
||||
"has_materials": true
|
||||
},
|
||||
|
||||
|
||||
|
||||
"overrides": {
|
||||
"machine_width": { "default_value": 220 },
|
||||
"machine_depth": { "default_value": 215 },
|
||||
"machine_height": { "default_value": 200 },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_show_variants": { "default_value": true },
|
||||
"machine_extruder_count": { "default_value": 4 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue