diff --git a/resources/definitions/crazy3dprint_cz_300.def.json b/resources/definitions/crazy3dprint_cz_300.def.json index b6bf2061e9..bdcb394314 100644 --- a/resources/definitions/crazy3dprint_cz_300.def.json +++ b/resources/definitions/crazy3dprint_cz_300.def.json @@ -1,5 +1,5 @@ { - "version": 2, + "version": 2, "name": "Crazy3DPrint CZ-300", "inherits": "crazy3dprint_base", "metadata": { @@ -52,7 +52,6 @@ "skirt_line_count": { "default_value" : 5 }, "initial_layer_line_width_factor": { "default_value" : 140 }, "top_bottom_pattern": { "default_value" : "concentric" }, - "outer_inset_first": { "default_value": true }, "fill_outline_gaps": { "default_value": true }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_start_gcode": { diff --git a/resources/definitions/goofoo_base.def.json b/resources/definitions/goofoo_base.def.json index a305cc3229..67a5a4f4cc 100644 --- a/resources/definitions/goofoo_base.def.json +++ b/resources/definitions/goofoo_base.def.json @@ -84,7 +84,6 @@ "material_initial_print_temperature": { "value": "material_print_temperature" }, "material_final_print_temperature": { "value": "material_print_temperature" }, "material_flow": { "value": 100 }, - "travel_compensate_overlapping_walls_0_enabled": { "value": "False" }, "z_seam_type": { "value": "'back'" }, "z_seam_corner": { "value": "'z_seam_corner_weighted'" }, @@ -97,7 +96,6 @@ "infill_wipe_dist": { "value": 0.0 }, "wall_0_wipe_dist": { "value": 0.0 }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index ec1e0f06ab..004734467a 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -117,7 +117,7 @@ "fill_outline_gaps": { "value": "True" }, "min_feature_size": { "value": "wall_line_width_0 / 4" }, "min_bead_width": { "value": "wall_line_width_0 / 2" }, - "raft_airgap",: { "value": "0" }, + "raft_airgap": { "value": "0" }, "raft_base_speed": { "value": "20" }, "raft_base_thickness": { "value": "0.3" }, "raft_interface_line_spacing": { "value": "0.5" }, diff --git a/resources/definitions/weedo_x40.def.json b/resources/definitions/weedo_x40.def.json index 465edff6b4..6dc45612b1 100644 --- a/resources/definitions/weedo_x40.def.json +++ b/resources/definitions/weedo_x40.def.json @@ -210,7 +210,6 @@ "cool_fan_speed": { "value": "50" }, "cool_fan_speed_max": { "value": "100" }, "cool_min_speed": { "value": "7" }, - "fill_perimeter_gaps": { "value": "'everywhere'" }, "fill_outline_gaps": { "value": false }, "filter_out_tiny_gaps": { "value": false }, "infill_line_width": { "value": "round(line_width * 0.42 / 0.35, 2)" }, @@ -273,7 +272,6 @@ "support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height*2" }, "support_supported_skin_fan_speed": { "value": 100 }, "switch_extruder_retraction_amount": { "value": 0 }, - "travel_compensate_overlapping_walls_0_enabled": { "value": "False" }, "travel_avoid_other_parts": { "value": true }, "travel_retract_before_outer_wall": { "value": true }, "top_bottom_thickness": {"value": "line_width * 2" }, diff --git a/resources/quality/flsun_sr/flsun_sr_fine.inst.cfg b/resources/quality/flsun_sr/flsun_sr_fine.inst.cfg index f867ec108e..69e564effd 100644 --- a/resources/quality/flsun_sr/flsun_sr_fine.inst.cfg +++ b/resources/quality/flsun_sr/flsun_sr_fine.inst.cfg @@ -34,8 +34,6 @@ retraction_hop_only_when_collides = True skin_no_small_gaps_heuristic = True skin_overlap = 10 small_hole_max_size = 5 -speed_equalize_flow_enabled = True -speed_equalize_flow_max = 120 speed_support = 80 support_enable = True support_type = everywhere @@ -54,7 +52,6 @@ support_z_distance = 0.2 top_bottom_thickness = =layer_height*7 travel_avoid_other_parts = True travel_avoid_supports = True -travel_compensate_overlapping_walls_enabled = True acceleration_enabled = False jerk_enabled = False infill_pattern = grid diff --git a/resources/quality/flsun_sr/flsun_sr_normal.inst.cfg b/resources/quality/flsun_sr/flsun_sr_normal.inst.cfg index f448e22fe7..c79249174b 100644 --- a/resources/quality/flsun_sr/flsun_sr_normal.inst.cfg +++ b/resources/quality/flsun_sr/flsun_sr_normal.inst.cfg @@ -34,8 +34,6 @@ retraction_hop_only_when_collides = True skin_no_small_gaps_heuristic = True skin_overlap = 10 small_hole_max_size = 5 -speed_equalize_flow_enabled = True -speed_equalize_flow_max = 150 speed_support = 80 support_enable = True support_type = everywhere @@ -54,7 +52,6 @@ support_z_distance = 0.2 top_bottom_thickness = =layer_height*5 travel_avoid_other_parts = True travel_avoid_supports = True -travel_compensate_overlapping_walls_enabled = True acceleration_enabled = False jerk_enabled = False infill_pattern = grid diff --git a/resources/variants/ultimaker3_extended_bb0.8.inst.cfg b/resources/variants/ultimaker3_extended_bb0.8.inst.cfg index 677aa341c3..d7ad89748c 100644 --- a/resources/variants/ultimaker3_extended_bb0.8.inst.cfg +++ b/resources/variants/ultimaker3_extended_bb0.8.inst.cfg @@ -9,6 +9,7 @@ type = variant hardware_type = nozzle [values] +acceleration_enabled = True acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500) acceleration_support = =math.ceil(acceleration_print * 2000 / 3500) acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)