Removed test files

CURA-333
This commit is contained in:
Jaime van Kessel 2016-06-22 17:04:31 +02:00
parent cbbb204718
commit a35873a31b
7 changed files with 0 additions and 133 deletions

View file

@ -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 }
}
}