mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Add support for Sovol SV07 and SV07 Plus (#2001)
* Add support for Sovol SV07 and SV07 Plus Add support for Sovol SV07 and SV07 Plus * Add support for Sovol SV07 and SV07 Plus Add support for Sovol SV07 and SV07 Plus * Add support for Sovol SV07 and SV07 Plus Add support for Sovol SV07 and SV07 Plus * Add support for Sovol SV07 and SV07 Plus Add support for Sovol SV07 and SV07 Plus * Add support for Sovol SV07 and SV07 Plus Add support for Sovol SV07 and SV07 Plus * Changed retraction settings * User request Deactivated exclude object * Fixed an error Got an error about the layer shifting code.
This commit is contained in:
parent
a361daeb3a
commit
7a0e0179c7
16 changed files with 985 additions and 227 deletions
|
@ -1,22 +1,24 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "Sovol Generic ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.926"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Sovol SV01 Pro 0.4 nozzle",
|
||||
"Sovol SV02 0.4 nozzle",
|
||||
"Sovol SV05 0.4 nozzle",
|
||||
"Sovol SV06 0.4 nozzle",
|
||||
"Sovol SV06 Plus 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "Sovol Generic ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.926"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Sovol SV01 Pro 0.4 nozzle",
|
||||
"Sovol SV02 0.4 nozzle",
|
||||
"Sovol SV05 0.4 nozzle",
|
||||
"Sovol SV06 0.4 nozzle",
|
||||
"Sovol SV06 Plus 0.4 nozzle",
|
||||
"Sovol SV07 0.4 nozzle",
|
||||
"Sovol SV07 Plus 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue