mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 09:34:35 -07:00
definition adjustments
- If the machine has two extruder trains, they should be defined individually rather than reused from another machine, creates unnecessary linkage between machines. - Added "has_textured_buildplate"
This commit is contained in:
parent
af7bf9f7d5
commit
f9c6d4aad1
2 changed files with 18 additions and 1 deletions
|
|
@ -6,8 +6,9 @@
|
|||
{
|
||||
"visible": true,
|
||||
"author": "Boris Juraga",
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": {
|
||||
"0": "biqu_base_extruder_0",
|
||||
"0": "biqu_b2_extruder_0",
|
||||
"1": "biqu_b2_extruder_1"
|
||||
},
|
||||
"quality_definition": "biqu_b2"
|
||||
|
|
|
|||
16
resources/extruders/biqu_b2_extruder_0.def.json
Normal file
16
resources/extruders/biqu_b2_extruder_0.def.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata":
|
||||
{
|
||||
"machine": "biqu_b2",
|
||||
"position": "0"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue