From a2f85fde0373fc400ec134506a42da222c0c43eb Mon Sep 17 00:00:00 2001 From: jellespijker Date: Fri, 28 Apr 2023 14:47:18 +0000 Subject: [PATCH] Applied printer-linter format --- resources/definitions/sovol_base.def.json | 4 +- .../definitions/sovol_base_planetary.def.json | 2 +- resources/definitions/sovol_sv06.def.json | 1 - .../definitions/sovol_sv06_plus.def.json | 43 ++++++++++--------- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/resources/definitions/sovol_base.def.json b/resources/definitions/sovol_base.def.json index 197aec5203..71dc460a9f 100644 --- a/resources/definitions/sovol_base.def.json +++ b/resources/definitions/sovol_base.def.json @@ -114,8 +114,8 @@ "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'" } + "z_seam_type": { "value": "'sharpest_corner'" }, + "zig_zaggify_infill": { "value": true } } } \ No newline at end of file diff --git a/resources/definitions/sovol_base_planetary.def.json b/resources/definitions/sovol_base_planetary.def.json index 6ba678b73a..8deee57012 100644 --- a/resources/definitions/sovol_base_planetary.def.json +++ b/resources/definitions/sovol_base_planetary.def.json @@ -14,7 +14,7 @@ "machine_max_feedrate_e": { "value": 40 }, "machine_max_jerk_xy": { "value": 5 }, "material_print_temperature": { "value": 195 }, - "retraction_speed": { "default_value": 30}, + "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 8137fa887e..8b430333e0 100644 --- a/resources/definitions/sovol_sv06.def.json +++ b/resources/definitions/sovol_sv06.def.json @@ -37,7 +37,6 @@ "speed_wall_0": { "value": "speed_wall / 1.2" }, "speed_wall_x": { "value": "speed_wall" }, "wall_thickness": { "value": 1.2 }, - "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 index 41fb54c3fb..a88c30d13c 100644 --- a/resources/definitions/sovol_sv06_plus.def.json +++ b/resources/definitions/sovol_sv06_plus.def.json @@ -10,7 +10,7 @@ }, "overrides": { - "acceleration_wall":{ "value" : "acceleration_print / 4"}, + "acceleration_wall": { "value": "acceleration_print / 4" }, "bottom_layers": { "value": 4 }, "coasting_enable": { "value": true }, "fill_outline_gaps": { "value": true }, @@ -36,36 +36,37 @@ "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}, + "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_gap": + { + "minimum_value_warning": "0", + "value": 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_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}, + "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} + "z_seam_relative": { "value": true } } } \ No newline at end of file