Fix all nozzle types being shown when only one is selected on the Sovol SV08 (#5615)
Fix all nozzle types being shown when one is selected on the Sovol SV08
This commit is contained in:
parent
03e5da3d23
commit
1b6c9aca94
4 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Sovol SV08",
|
||||
"default_print_profile": "0.10mm Standard @Sovol SV08 0.2 nozzle",
|
||||
"printer_variant": "0.2",
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
],
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Sovol SV08",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV08",
|
||||
"printer_variant": "0.4",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Sovol SV08",
|
||||
"default_print_profile": "0.30mm Standard @Sovol SV08 0.6 nozzle",
|
||||
"printer_variant": "0.6",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Sovol SV08",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV08 0.8 nozzle",
|
||||
"printer_variant": "0.8",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue