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:
TomasOlsson 2023-09-05 14:08:48 +02:00 committed by GitHub
parent a361daeb3a
commit 7a0e0179c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 985 additions and 227 deletions

View file

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