From 044651f8568c177bbd8156548d00b6d0bf1d04d4 Mon Sep 17 00:00:00 2001 From: Ashok-Varma Date: Sun, 9 Apr 2023 09:44:53 -0700 Subject: [PATCH] Add SV06 Plus profile based on Sovol profile, Update SV06 profile with updates --- resources/definitions/sovol_base.def.json | 8 ++- .../definitions/sovol_base_planetary.def.json | 10 ++- resources/definitions/sovol_sv06.def.json | 16 ++++- .../definitions/sovol_sv06_plus.def.json | 71 +++++++++++++++++++ .../sovol/sovol_sv06_plus_0.2.inst.cfg | 13 ++++ .../sovol/sovol_sv06_plus_0.3.inst.cfg | 13 ++++ .../sovol/sovol_sv06_plus_0.4.inst.cfg | 13 ++++ .../sovol/sovol_sv06_plus_0.5.inst.cfg | 13 ++++ .../sovol/sovol_sv06_plus_0.6.inst.cfg | 13 ++++ .../sovol/sovol_sv06_plus_0.8.inst.cfg | 13 ++++ .../sovol/sovol_sv06_plus_1.0.inst.cfg | 13 ++++ 11 files changed, 192 insertions(+), 4 deletions(-) create mode 100644 resources/definitions/sovol_sv06_plus.def.json create mode 100644 resources/variants/sovol/sovol_sv06_plus_0.2.inst.cfg create mode 100644 resources/variants/sovol/sovol_sv06_plus_0.3.inst.cfg create mode 100644 resources/variants/sovol/sovol_sv06_plus_0.4.inst.cfg create mode 100644 resources/variants/sovol/sovol_sv06_plus_0.5.inst.cfg create mode 100644 resources/variants/sovol/sovol_sv06_plus_0.6.inst.cfg create mode 100644 resources/variants/sovol/sovol_sv06_plus_0.8.inst.cfg create mode 100644 resources/variants/sovol/sovol_sv06_plus_1.0.inst.cfg diff --git a/resources/definitions/sovol_base.def.json b/resources/definitions/sovol_base.def.json index 125a3342b4..197aec5203 100644 --- a/resources/definitions/sovol_base.def.json +++ b/resources/definitions/sovol_base.def.json @@ -70,7 +70,7 @@ "overrides": { "acceleration_enabled": { "value": true }, - "acceleration_print": { "value": 500 }, + "acceleration_print": { "value": "machine_acceleration" }, "acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" }, "acceleration_travel": { "value": 500 }, "acceleration_travel_layer_0": { "value": "acceleration_travel" }, @@ -83,6 +83,7 @@ "infill_pattern": { "value": "'zigzag' if infill_sparse_density > 89 else 'cubic'" }, "infill_sparse_density": { "value": 10.0 }, "infill_wipe_dist": { "value": 0.0 }, + "initial_layer_line_width_factor": { "value": 150 }, "jerk_enabled": { "value": true }, "jerk_print": { "value": 8 }, "jerk_travel": { "value": "jerk_print * 2" }, @@ -96,11 +97,13 @@ "machine_max_feedrate_x": { "value": 500 }, "machine_max_feedrate_y": { "value": 500 }, "machine_max_feedrate_z": { "value": 10 }, + "machine_max_jerk_e": { "value": 5 }, "machine_max_jerk_xy": { "value": 8 }, + "machine_max_jerk_z": { "value": 0.4 }, "material_diameter": { "default_value": 1.75 }, "material_final_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" }, - "optimize_wall_printing_order": { "value": "True" }, + "optimize_wall_printing_order": { "value": true }, "retraction_amount": { "default_value": 0.5 }, "retraction_speed": { "default_value": 40 }, "skin_monotonic": { "value": true }, @@ -111,6 +114,7 @@ "speed_wall": { "value": "math.ceil(speed_print * (50 / 100))" }, "wall_0_wipe_dist": { "value": 0.0 }, "wall_thickness": { "value": "line_width * 2" }, + "zig_zaggify_infill": { "value": true }, "z_seam_corner": { "value": "'z_seam_corner_inner'" }, "z_seam_type": { "value": "'sharpest_corner'" } } diff --git a/resources/definitions/sovol_base_planetary.def.json b/resources/definitions/sovol_base_planetary.def.json index 2191d2d4ad..6ba678b73a 100644 --- a/resources/definitions/sovol_base_planetary.def.json +++ b/resources/definitions/sovol_base_planetary.def.json @@ -8,5 +8,13 @@ "quality_definition": "sovol_base_planetary" }, "overrides": - {} + { + "jerk_print": { "value": 5 }, + "machine_acceleration": { "value": 1000 }, + "machine_max_feedrate_e": { "value": 40 }, + "machine_max_jerk_xy": { "value": 5 }, + "material_print_temperature": { "value": 195 }, + "retraction_speed": { "default_value": 30}, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" } + } } \ No newline at end of file diff --git a/resources/definitions/sovol_sv06.def.json b/resources/definitions/sovol_sv06.def.json index 0060e2d913..b9b8192c8b 100644 --- a/resources/definitions/sovol_sv06.def.json +++ b/resources/definitions/sovol_sv06.def.json @@ -10,6 +10,8 @@ "overrides": { "gantry_height": { "value": 25 }, + "infill_pattern": { "value": "'lines'" }, + "infill_sparse_density": { "value": 15 }, "machine_depth": { "default_value": 220 }, "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y240 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, "machine_head_with_fans_polygon": @@ -24,6 +26,18 @@ "machine_height": { "default_value": 250 }, "machine_name": { "default_value": "SV06" }, "machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 ;use bed mesh, must have used G29 previously\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, - "machine_width": { "default_value": 220 } + "machine_width": { "default_value": 220 }, + "retraction_hop": { "value": "2 * layer_height" }, + "retraction_hop_enabled": { "value": true }, + "skirt_brim_speed": { "value": "speed_layer_0" }, + "speed_infill": { "value": "speed_print" }, + "speed_print": { "value": 60.0 }, + "speed_travel": { "value": 200 }, + "speed_wall": { "value": "speed_print / 2" }, + "speed_wall_0": { "value": "speed_wall / 1.2" }, + "speed_wall_x": { "value": "speed_wall" }, + "wall_thickness": { "value": 1.2 }, + "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, + "z_seam_type": { "value": "'back'" } } } \ No newline at end of file diff --git a/resources/definitions/sovol_sv06_plus.def.json b/resources/definitions/sovol_sv06_plus.def.json new file mode 100644 index 0000000000..41fb54c3fb --- /dev/null +++ b/resources/definitions/sovol_sv06_plus.def.json @@ -0,0 +1,71 @@ +{ + "version": 2, + "name": "Sovol-SV06 Plus", + "inherits": "sovol_base_planetary", + "metadata": + { + "visible": true, + "author": "ashokvarma.com", + "quality_definition": "sovol_base_planetary" + }, + "overrides": + { + "acceleration_wall":{ "value" : "acceleration_print / 4"}, + "bottom_layers": { "value": 4 }, + "coasting_enable": { "value": true }, + "fill_outline_gaps": { "value": true }, + "gantry_height": { "value": 35 }, + "infill_overlap": { "value": 10.0 }, + "infill_pattern": { "value": "'gyroid'" }, + "infill_wipe_dist": { "value": 0.1 }, + "jerk_travel": { "value": "jerk_print" }, + "machine_depth": { "default_value": 300 }, + "machine_end_gcode": { "default_value": "G91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X0 Y220 F3000 ;Wipe out\nG1 Z10 ;Raise Z more\nG90 ;Absolute positionning\n\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z\n" }, + "machine_head_with_fans_polygon": + { + "default_value": [ + [-44, 16], + [-44, -60], + [44, -60], + [44, 16] + ] + }, + "machine_height": { "default_value": 340 }, + "machine_max_feedrate_z": { "value": 20 }, + "machine_name": { "default_value": "SV06 Plus" }, + "machine_start_gcode": { "default_value": "G28 ;Home\n\nM420 S1;\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" }, + "machine_width": { "default_value": 300 }, + "raft_margin": { "value": 5 }, + "retract_at_layer_change": {"value": false}, + "retraction_extra_prime_amount": { "value": 0 }, + "retraction_hop": { "value": 0 }, + "roofing_layer_count": { "value": 1 }, + "skin_preshrink": { "value": 0.8 }, + "skirt_gap": { + "value": 0 , + "minimum_value_warning": "0" + }, + "skirt_line_count": { "value": 2 }, + "speed_layer_0": {"value": "speed_print * 2 / 5"}, + "speed_print": { "value": 150.0 } , + "speed_topbottom": {"value": "speed_print * 2 / 5"}, + "speed_travel": { "value": "speed_print * 4 / 3" } , + "speed_wall": { "value": "speed_print * 2 / 5" }, + "speed_wall_0": { "value": "speed_wall - 10" }, + "speed_wall_x": { "value": "speed_wall" }, + "speed_z_hop": {"value": "machine_max_feedrate_z"}, + "support_angle": {"value": 70}, + "support_brim_enable": {"value": true}, + "support_conical_angle": {"value": 70}, + "support_conical_enabled":{"value": true}, + "support_conical_min_width": {"value": 20}, + "support_infill_rate": {"value": 10}, + "support_interface_enable": {"value": true}, + "support_skip_some_zags": {"value": true}, + "support_skip_zag_per_mm": {"value": 40}, + "support_z_distance": {"value": 0.25}, + "top_bottom_pattern": { "value": "'zigzag'" }, + "wall_0_wipe_dist": { "value": 0.4 }, + "z_seam_relative": {"value": true} + } +} \ No newline at end of file diff --git a/resources/variants/sovol/sovol_sv06_plus_0.2.inst.cfg b/resources/variants/sovol/sovol_sv06_plus_0.2.inst.cfg new file mode 100644 index 0000000000..be7bcbab11 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_plus_0.2.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06_plus +name = 0.2mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.2 + diff --git a/resources/variants/sovol/sovol_sv06_plus_0.3.inst.cfg b/resources/variants/sovol/sovol_sv06_plus_0.3.inst.cfg new file mode 100644 index 0000000000..8cc510304b --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_plus_0.3.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06_plus +name = 0.3mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.3 + diff --git a/resources/variants/sovol/sovol_sv06_plus_0.4.inst.cfg b/resources/variants/sovol/sovol_sv06_plus_0.4.inst.cfg new file mode 100644 index 0000000000..470c599554 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_plus_0.4.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06_plus +name = 0.4mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.4 + diff --git a/resources/variants/sovol/sovol_sv06_plus_0.5.inst.cfg b/resources/variants/sovol/sovol_sv06_plus_0.5.inst.cfg new file mode 100644 index 0000000000..26a940fa51 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_plus_0.5.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06_plus +name = 0.5mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.5 + diff --git a/resources/variants/sovol/sovol_sv06_plus_0.6.inst.cfg b/resources/variants/sovol/sovol_sv06_plus_0.6.inst.cfg new file mode 100644 index 0000000000..c891fafd9f --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_plus_0.6.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06_plus +name = 0.6mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.6 + diff --git a/resources/variants/sovol/sovol_sv06_plus_0.8.inst.cfg b/resources/variants/sovol/sovol_sv06_plus_0.8.inst.cfg new file mode 100644 index 0000000000..8bd7ba9c25 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_plus_0.8.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06_plus +name = 0.8mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 0.8 + diff --git a/resources/variants/sovol/sovol_sv06_plus_1.0.inst.cfg b/resources/variants/sovol/sovol_sv06_plus_1.0.inst.cfg new file mode 100644 index 0000000000..729ff0d845 --- /dev/null +++ b/resources/variants/sovol/sovol_sv06_plus_1.0.inst.cfg @@ -0,0 +1,13 @@ +[general] +definition = sovol_sv06_plus +name = 1.0mm Nozzle +version = 4 + +[metadata] +hardware_type = nozzle +setting_version = 22 +type = variant + +[values] +machine_nozzle_size = 1.0 +