orcaslicer/resources/profiles/Sovol/filament/Sovol Generic PETG.json
TomasOlsson 7a0e0179c7
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.
2023-09-05 20:08:48 +08:00

51 lines
1 KiB
JSON

{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSG99",
"name": "Sovol Generic PETG",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"90"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"20"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"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"
]
}