mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -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,25 +1,27 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSL99",
|
||||
"name": "Sovol Generic PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"15"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"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": "GFL99",
|
||||
"setting_id": "GFSL99",
|
||||
"name": "Sovol Generic PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"15"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"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