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", "inherits": "fdm_machine_common",
"printer_model": "Sovol SV08", "printer_model": "Sovol SV08",
"default_print_profile": "0.10mm Standard @Sovol SV08 0.2 nozzle", "default_print_profile": "0.10mm Standard @Sovol SV08 0.2 nozzle",
"printer_variant": "0.2",
"nozzle_diameter": [ "nozzle_diameter": [
"0.2" "0.2"
], ],

View File

@ -7,6 +7,7 @@
"inherits": "fdm_machine_common", "inherits": "fdm_machine_common",
"printer_model": "Sovol SV08", "printer_model": "Sovol SV08",
"default_print_profile": "0.20mm Standard @Sovol SV08", "default_print_profile": "0.20mm Standard @Sovol SV08",
"printer_variant": "0.4",
"nozzle_diameter": [ "nozzle_diameter": [
"0.4" "0.4"
], ],

View File

@ -7,6 +7,7 @@
"inherits": "fdm_machine_common", "inherits": "fdm_machine_common",
"printer_model": "Sovol SV08", "printer_model": "Sovol SV08",
"default_print_profile": "0.30mm Standard @Sovol SV08 0.6 nozzle", "default_print_profile": "0.30mm Standard @Sovol SV08 0.6 nozzle",
"printer_variant": "0.6",
"nozzle_diameter": [ "nozzle_diameter": [
"0.6" "0.6"
], ],

View File

@ -7,6 +7,7 @@
"inherits": "fdm_machine_common", "inherits": "fdm_machine_common",
"printer_model": "Sovol SV08", "printer_model": "Sovol SV08",
"default_print_profile": "0.20mm Standard @Sovol SV08 0.8 nozzle", "default_print_profile": "0.20mm Standard @Sovol SV08 0.8 nozzle",
"printer_variant": "0.8",
"nozzle_diameter": [ "nozzle_diameter": [
"0.8" "0.8"
], ],