mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -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,131 +1,163 @@
|
|||
{
|
||||
"name": "Sovol",
|
||||
"url": "",
|
||||
"version": "01.06.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Sovol configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Sovol SV01 Pro",
|
||||
"sub_path": "machine/Sovol SV01 Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV02",
|
||||
"sub_path": "machine/Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV05",
|
||||
"sub_path": "machine/Sovol SV05.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV06",
|
||||
"sub_path": "machine/Sovol SV06.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV06 Plus",
|
||||
"sub_path": "machine/Sovol SV06 Plus.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV01Pro",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV01Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV02",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV05",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV05.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV06",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV06.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV06Plus",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV06Plus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV01Pro",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV01Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV02",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV05",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV05.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV06",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV06.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV06Plus",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV06Plus.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic ABS",
|
||||
"sub_path": "filament/Sovol Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic PETG",
|
||||
"sub_path": "filament/Sovol Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic PLA",
|
||||
"sub_path": "filament/Sovol Generic PLA.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV01 Pro 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV01 Pro 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV02 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV02 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV05 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV05 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV06 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV06 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV06 Plus 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV06 Plus 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"name": "Sovol",
|
||||
"url": "",
|
||||
"version": "01.00.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Sovol configurations",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "Sovol SV01 Pro",
|
||||
"sub_path": "machine/Sovol SV01 Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV02",
|
||||
"sub_path": "machine/Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV05",
|
||||
"sub_path": "machine/Sovol SV05.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV06",
|
||||
"sub_path": "machine/Sovol SV06.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV06 Plus",
|
||||
"sub_path": "machine/Sovol SV06 Plus.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV07",
|
||||
"sub_path": "machine/Sovol SV07.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV07 Plus",
|
||||
"sub_path": "machine/Sovol SV07 Plus.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV01Pro",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV01Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV02",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV05",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV05.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV06",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV06.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV06Plus",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV06Plus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV07",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV07.json"
|
||||
},
|
||||
{
|
||||
"name": "0.18mm Optimal @Sovol SV07 Plus",
|
||||
"sub_path": "process/0.18mm Optimal @Sovol SV07Plus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV01Pro",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV01Pro.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV02",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV02.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV05",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV05.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV06",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV06.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV06Plus",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV06Plus.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV07",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV07.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Sovol SV07 Plus",
|
||||
"sub_path": "process/0.20mm Standard @Sovol SV07Plus.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pet",
|
||||
"sub_path": "filament/fdm_filament_pet.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic ABS",
|
||||
"sub_path": "filament/Sovol Generic ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic PETG",
|
||||
"sub_path": "filament/Sovol Generic PETG.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol Generic PLA",
|
||||
"sub_path": "filament/Sovol Generic PLA.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV01 Pro 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV01 Pro 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV02 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV02 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV05 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV05 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV06 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV06 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV06 Plus 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV06 Plus 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV07 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV07 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "Sovol SV07 Plus 0.4 nozzle",
|
||||
"sub_path": "machine/Sovol SV07 Plus 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
BIN
resources/profiles/Sovol/Sovol SV07 Plus_cover.png
Normal file
BIN
resources/profiles/Sovol/Sovol SV07 Plus_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
resources/profiles/Sovol/Sovol SV07_cover.png
Normal file
BIN
resources/profiles/Sovol/Sovol SV07_cover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,49 +1,51 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
128
resources/profiles/Sovol/machine/Sovol SV07 0.4 nozzle.json
Normal file
128
resources/profiles/Sovol/machine/Sovol SV07 0.4 nozzle.json
Normal file
|
@ -0,0 +1,128 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Sovol SV07 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Sovol SV07",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV07",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"220x0",
|
||||
"220x220",
|
||||
"0x220"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"4000",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"4000",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1500",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"8000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"8000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"400",
|
||||
"200"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"15",
|
||||
"4.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"27",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"27",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"3.6",
|
||||
"0.4"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"500",
|
||||
"120"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"500",
|
||||
"12"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
],
|
||||
"printer_settings_id": "Sovol",
|
||||
"use_relative_e_distances": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"fan_kickstart": "0.2",
|
||||
"fan_speedup_overhangs": "0",
|
||||
"fan_speedup_time": "0.5",
|
||||
"retraction_minimum_travel": [
|
||||
"0.5"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"140"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"140"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change",
|
||||
"machine_pause_gcode": "M601",
|
||||
"default_filament_profile": [
|
||||
"Sovol Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single] ; Setting bed temprature\nM109 S[nozzle_temperature_initial_layer] ; Setting hot-end temprature\nSTART_PRINT ; Running macro from klipper\n",
|
||||
"machine_end_gcode": "END_PRINT",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
128
resources/profiles/Sovol/machine/Sovol SV07 Plus 0.4 nozzle.json
Normal file
128
resources/profiles/Sovol/machine/Sovol SV07 Plus 0.4 nozzle.json
Normal file
|
@ -0,0 +1,128 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Sovol SV07 Plus 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Sovol SV07 Plus",
|
||||
"default_print_profile": "0.20mm Standard @Sovol SV07 Plus",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"300x0",
|
||||
"300x300",
|
||||
"0x300"
|
||||
],
|
||||
"printable_height": "350",
|
||||
"nozzle_type": "undefine",
|
||||
"auxiliary_fan": "0",
|
||||
"machine_max_acceleration_e": [
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"4000",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"4000",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_travel": [
|
||||
"1500",
|
||||
"1250"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"8000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"8000",
|
||||
"960"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"400",
|
||||
"200"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"15",
|
||||
"4.5"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"27",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"27",
|
||||
"8"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"3.6",
|
||||
"0.4"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"500",
|
||||
"120"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500",
|
||||
"100"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"500",
|
||||
"12"
|
||||
],
|
||||
"machine_min_extruding_rate": [
|
||||
"0"
|
||||
],
|
||||
"machine_min_travel_rate": [
|
||||
"0"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.25"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.07"
|
||||
],
|
||||
"printer_settings_id": "Sovol",
|
||||
"use_relative_e_distances": "0",
|
||||
"gcode_flavor": "klipper",
|
||||
"fan_kickstart": "0.2",
|
||||
"fan_speedup_overhangs": "0",
|
||||
"fan_speedup_time": "0.5",
|
||||
"retraction_minimum_travel": [
|
||||
"0.5"
|
||||
],
|
||||
"retract_before_wipe": [
|
||||
"0%"
|
||||
],
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"140"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"140"
|
||||
],
|
||||
"single_extruder_multi_material": "0",
|
||||
"change_filament_gcode": "M600\nG1 E0.4 F1500 ; prime after color change",
|
||||
"machine_pause_gcode": "M601",
|
||||
"default_filament_profile": [
|
||||
"Sovol Generic PLA"
|
||||
],
|
||||
"machine_start_gcode": "M190 S[bed_temperature_initial_layer_single] ; Setting bed temprature\nM109 S[nozzle_temperature_initial_layer] ; Setting hot-end temprature\nSTART_PRINT ; Running macro from klipper\n",
|
||||
"machine_end_gcode": "END_PRINT",
|
||||
"before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;G92 E0.0\n;[layer_z]\n\n",
|
||||
"layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]",
|
||||
"scan_first_layer": "0"
|
||||
}
|
12
resources/profiles/Sovol/machine/Sovol SV07 Plus.json
Normal file
12
resources/profiles/Sovol/machine/Sovol SV07 Plus.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Sovol SV07 Plus",
|
||||
"model_id": "Sovol-SV07Plus",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Sovol",
|
||||
"bed_model": "",
|
||||
"bed_texture": "sovol_sv07plus_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Sovol Generic ABS;Sovol Generic PETG;Sovol Generic PLA"
|
||||
}
|
12
resources/profiles/Sovol/machine/Sovol SV07.json
Normal file
12
resources/profiles/Sovol/machine/Sovol SV07.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Sovol SV07",
|
||||
"model_id": "Sovol-SV07",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Sovol",
|
||||
"bed_model": "",
|
||||
"bed_texture": "sovol_sv07_buildplate_texture.png",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Sovol Generic ABS;Sovol Generic PETG;Sovol Generic PLA"
|
||||
}
|
110
resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07.json
Normal file
110
resources/profiles/Sovol/process/0.18mm Optimal @Sovol SV07.json
Normal file
|
@ -0,0 +1,110 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.18mm Optimal @Sovol SV07",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.18",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.85",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "0",
|
||||
"outer_wall_acceleration": "0",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"exclude_object": "0",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.44",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "0",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.44",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.25",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "3",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "40",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.38",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "25",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Sovol SV07 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,110 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.18mm Optimal @Sovol SV07 Plus",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.18",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.85",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "0",
|
||||
"outer_wall_acceleration": "0",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"exclude_object": "0",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.44",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "0",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.44",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.25",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "3",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.15",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "40",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.38",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "25",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Sovol SV07 Plus 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,110 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Sovol SV07",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.20",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.85",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "0",
|
||||
"outer_wall_acceleration": "0",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"exclude_object": "0",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.44",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "0",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.44",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.25",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "3",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.18",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "40",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.38",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "25",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Sovol SV07 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,110 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Sovol SV07 Plus",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"adaptive_layer_height": "1",
|
||||
"reduce_crossing_wall": "0",
|
||||
"layer_height": "0.20",
|
||||
"max_travel_detour_distance": "0",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bottom_shell_layers": "5",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bridge_flow": "0.85",
|
||||
"bridge_speed": "25",
|
||||
"brim_width": "0",
|
||||
"brim_object_gap": "0",
|
||||
"compatible_printers_condition": "",
|
||||
"print_sequence": "by layer",
|
||||
"default_acceleration": "0",
|
||||
"outer_wall_acceleration": "0",
|
||||
"top_surface_acceleration": "0",
|
||||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0.1",
|
||||
"enable_arc_fitting": "0",
|
||||
"exclude_object": "0",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.44",
|
||||
"infill_direction": "45",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "grid",
|
||||
"initial_layer_acceleration": "0",
|
||||
"travel_acceleration": "0",
|
||||
"inner_wall_acceleration": "0",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.24",
|
||||
"infill_combination": "0",
|
||||
"sparse_infill_line_width": "0.44",
|
||||
"infill_wall_overlap": "23%",
|
||||
"interface_shells": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.25",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"reduce_infill_retraction": "1",
|
||||
"filename_format": "[input_filename_base].gcode",
|
||||
"detect_overhang_wall": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "10",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"wall_loops": "3",
|
||||
"print_settings_id": "",
|
||||
"raft_layers": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "3",
|
||||
"skirt_height": "2",
|
||||
"skirt_loops": "2",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
"resolution": "0.012",
|
||||
"support_type": "normal(auto)",
|
||||
"support_style": "grid",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_top_z_distance": "0.18",
|
||||
"support_filament": "0",
|
||||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_speed": "100%",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "0.2",
|
||||
"support_speed": "40",
|
||||
"support_threshold_angle": "40",
|
||||
"support_object_xy_distance": "60%",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_wall_count": "0",
|
||||
"detect_thin_wall": "1",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_line_width": "0.38",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "0.8",
|
||||
"initial_layer_speed": "35%",
|
||||
"initial_layer_infill_speed": "35%",
|
||||
"outer_wall_speed": "25",
|
||||
"inner_wall_speed": "40",
|
||||
"internal_solid_infill_speed": "40",
|
||||
"top_surface_speed": "30",
|
||||
"gap_infill_speed": "30",
|
||||
"sparse_infill_speed": "60",
|
||||
"travel_speed": "150",
|
||||
"enable_prime_tower": "0",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"prime_tower_width": "60",
|
||||
"xy_hole_compensation": "0",
|
||||
"xy_contour_compensation": "0",
|
||||
"compatible_printers": [
|
||||
"Sovol SV07 Plus 0.4 nozzle"
|
||||
]
|
||||
}
|
BIN
resources/profiles/Sovol/sovol_sv07_buildplate_texture.png
Normal file
BIN
resources/profiles/Sovol/sovol_sv07_buildplate_texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
resources/profiles/Sovol/sovol_sv07plus_buildplate_texture.png
Normal file
BIN
resources/profiles/Sovol/sovol_sv07plus_buildplate_texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue