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:
cochcoder 2024-06-07 09:15:40 -04:00 committed by GitHub
parent 03e5da3d23
commit 1b6c9aca94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View file

@ -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"
],

View file

@ -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"
],

View file

@ -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"
],

View file

@ -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"
],