mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Add hypothetical multiextrusion printer to test
This commit is contained in:
parent
825fcc2020
commit
d0626f8c8a
7 changed files with 133 additions and 0 deletions
35
resources/definitions/hypothetical_multi.def.json
Normal file
35
resources/definitions/hypothetical_multi.def.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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