mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
Update the Sovol profiles to what Sovol provides themselves (#5512)
* Use profiles given by Sovol * Change infill pattern to crosshatch
This commit is contained in:
@@ -1,128 +1,87 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "Sovol SV07 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "Sovol SV07",
|
||||
"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%"
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"220x0",
|
||||
"220x220",
|
||||
"0x220"
|
||||
],
|
||||
"printable_height": "250",
|
||||
"thumbnails": [
|
||||
"300x300"
|
||||
],
|
||||
"thumbnails_format": "PNG",
|
||||
"retraction_length": [
|
||||
"0.5"
|
||||
],
|
||||
"retract_length_toolchange": [
|
||||
"1"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"140"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"140"
|
||||
],
|
||||
"single_extruder_multi_material": "1",
|
||||
"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"
|
||||
}
|
||||
"0.8"
|
||||
],
|
||||
"machine_max_acceleration_e": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_extruding": [
|
||||
"20000"
|
||||
],
|
||||
"machine_max_acceleration_retracting": [
|
||||
"5000"
|
||||
],
|
||||
"machine_max_acceleration_x": [
|
||||
"12000"
|
||||
],
|
||||
"machine_max_acceleration_y": [
|
||||
"12000"
|
||||
],
|
||||
"machine_max_acceleration_z": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_x": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_y": [
|
||||
"500"
|
||||
],
|
||||
"machine_max_speed_e": [
|
||||
"50"
|
||||
],
|
||||
"machine_max_speed_z": [
|
||||
"20"
|
||||
],
|
||||
"machine_max_jerk_x": [
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_y": [
|
||||
"9"
|
||||
],
|
||||
"machine_max_jerk_z": [
|
||||
"0.25"
|
||||
],
|
||||
"machine_max_jerk_e": [
|
||||
"3"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.4"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.32"
|
||||
],
|
||||
"retract_lift_below": [
|
||||
"348"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"50"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"50"
|
||||
],
|
||||
"before_layer_change_gcode": "TIMELAPSE_TAKE_FRAME\nG92 E0",
|
||||
"machine_start_gcode": "G28\nG90\nG1 X0 F9000\nG1 Y20 F9000\nG1 Z0.300 F600\nG1 Y0 F9000\nG91\nM83\nM140 S[bed_temperature_initial_layer_single] ;set bed temp\nM104 S[nozzle_temperature_initial_layer] ;set extruder temp\nM190 S[bed_temperature_initial_layer_single] ;wait for bed temp\nM109 S[nozzle_temperature_initial_layer];wait for extruder temp\nG1 E25 F480\nG4 P1000\nG1 E-0.200 Z5 F600\nG1 X55.000 Y0.000 F6000\nG1 Z-4.800 F600\nG1 X55.000 E13.2 F3000\nG1 X55.000 E8.8 F3000\nG1 Y1 E0.16 F3000\nG1 X-55.000 E8.8 F3000\nG1 X-55.000 E13.2 F3000\nG1 Y1 E0.24 F3000\nG1 X55.000 E13.2 F3000\nG1 X55.000 E8.8 F3000\nG1 E-0.200 Z1 F600\nM400\n\n",
|
||||
"machine_end_gcode": "END_PRINT\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user