mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Update G1 printer configurations and material (#9365)
* squash all commits * rename file to lower case * add tmp file to change name * add tmp file to change name * update g1 profile configuration * chore: add renamed_from attribute * fix: typo * fix: typo * chore: fix printer_model reference
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
"type": "process",
|
||||
"accel_to_decel_enable": "0",
|
||||
"bottom_shell_layers": "0",
|
||||
"bottom_solid_infill_flow_ratio": "0.98",
|
||||
"bottom_solid_infill_flow_ratio": "1",
|
||||
"bridge_flow": "0.95",
|
||||
"brim_object_gap": "0.05",
|
||||
"brim_type": "no_brim",
|
||||
"brim_width": "10",
|
||||
"default_acceleration": "2500",
|
||||
"default_jerk": "5",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"elefant_foot_compensation": "0",
|
||||
"exclude_object": "1",
|
||||
"extra_perimeters_on_overhangs": "1",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"from": "User",
|
||||
"gap_fill_target": "nowhere",
|
||||
"gap_infill_speed": "100",
|
||||
@@ -20,11 +20,10 @@
|
||||
"infill_wall_overlap": "30%",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "70",
|
||||
"initial_layer_jerk": "5",
|
||||
"initial_layer_line_width": "1.26",
|
||||
"initial_layer_print_height": "0.6",
|
||||
"initial_layer_speed": "50",
|
||||
"initial_layer_speed": "70",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_jerk": "5",
|
||||
"inner_wall_line_width": "1.26",
|
||||
@@ -45,25 +44,23 @@
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_reverse": "1",
|
||||
"overhang_reverse": "0",
|
||||
"overhang_reverse_internal_only": "1",
|
||||
"overhang_reverse_threshold": "0%",
|
||||
"print_settings_id": "0.60mm Standard",
|
||||
"reduce_infill_retraction": "1",
|
||||
"role_based_wipe_speed": "0",
|
||||
"role_based_wipe_speed": "1",
|
||||
"skirt_distance": "10",
|
||||
"skirt_loops": "3",
|
||||
"sparse_infill_density": "0%",
|
||||
"sparse_infill_line_width": "1.26",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"sparse_infill_speed": "200",
|
||||
"spiral_mode_max_xy_smoothing": "1e+07",
|
||||
"spiral_mode_smooth": "1",
|
||||
"support_line_width": "1.26",
|
||||
"support_speed": "100",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "0",
|
||||
"top_solid_infill_flow_ratio": "0.92",
|
||||
"top_solid_infill_flow_ratio": "1",
|
||||
"top_surface_acceleration": "2500",
|
||||
"top_surface_jerk": "5",
|
||||
"top_surface_line_width": "1.26",
|
||||
@@ -73,8 +70,8 @@
|
||||
"version": "0.0.0.0",
|
||||
"wipe_on_loops": "1",
|
||||
"wipe_speed": "30",
|
||||
"xy_contour_compensation": "-0.05",
|
||||
"xy_hole_compensation": "0.1",
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": ["ginger G1 1.2 nozzle"]
|
||||
"compatible_printers": ["Ginger G1 1.2 nozzle"]
|
||||
}
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"accel_to_decel_enable": "0",
|
||||
"bottom_solid_infill_flow_ratio": "0.8",
|
||||
"bottom_solid_infill_flow_ratio": "1",
|
||||
"brim_type": "outer_only",
|
||||
"brim_width": "20",
|
||||
"default_acceleration": "2500",
|
||||
"default_jerk": "5",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_overhang_speed": "0",
|
||||
"elefant_foot_compensation": "0",
|
||||
"ensure_vertical_shell_thickness": "none",
|
||||
"exclude_object": "1",
|
||||
"extra_perimeters_on_overhangs": "1",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"from": "User",
|
||||
"gap_fill_target": "nowhere",
|
||||
"gap_infill_speed": "120",
|
||||
@@ -21,7 +20,7 @@
|
||||
"initial_layer_acceleration": "2500",
|
||||
"initial_layer_jerk": "5",
|
||||
"initial_layer_print_height": "1",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_speed": "70",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_jerk": "5",
|
||||
"inner_wall_speed": "120",
|
||||
@@ -32,27 +31,25 @@
|
||||
"outer_wall_acceleration": "2500",
|
||||
"outer_wall_jerk": "5",
|
||||
"outer_wall_speed": "120",
|
||||
"overhang_1_4_speed": "20",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "40",
|
||||
"overhang_4_4_speed": "40",
|
||||
"overhang_reverse": "1",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_2_4_speed": "40",
|
||||
"overhang_3_4_speed": "20",
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_reverse": "0",
|
||||
"overhang_reverse_internal_only": "1",
|
||||
"overhang_reverse_threshold": "0%",
|
||||
"print_settings_id": "1.50mm Standard",
|
||||
"role_based_wipe_speed": "0",
|
||||
"role_based_wipe_speed": "1",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "10",
|
||||
"sparse_infill_density": "10%",
|
||||
"sparse_infill_line_width": "3.2",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"sparse_infill_speed": "120",
|
||||
"spiral_mode_max_xy_smoothing": "1e+07",
|
||||
"spiral_mode_smooth": "1",
|
||||
"support_speed": "120",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "0",
|
||||
"top_solid_infill_flow_ratio": "0.9",
|
||||
"top_solid_infill_flow_ratio": "1",
|
||||
"top_surface_acceleration": "2500",
|
||||
"top_surface_jerk": "5",
|
||||
"top_surface_speed": "120",
|
||||
@@ -60,12 +57,12 @@
|
||||
"travel_jerk": "7",
|
||||
"travel_speed": "250",
|
||||
"version": "0.0.0.0",
|
||||
"wall_generator": "classic",
|
||||
"wall_generator": "arachne",
|
||||
"wall_loops": "1",
|
||||
"wipe_on_loops": "1",
|
||||
"wipe_speed": "40",
|
||||
"xy_contour_compensation": "-0.15",
|
||||
"xy_hole_compensation": "0.2",
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": ["ginger G1 3.0 nozzle"]
|
||||
"compatible_printers": ["Ginger G1 3.0 nozzle"]
|
||||
}
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"accel_to_decel_enable": "0",
|
||||
"bottom_solid_infill_flow_ratio": "0.8",
|
||||
"bottom_solid_infill_flow_ratio": "1",
|
||||
"brim_type": "no_brim",
|
||||
"brim_width": "20",
|
||||
"default_acceleration": "2500",
|
||||
"default_jerk": "5",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_overhang_speed": "0",
|
||||
"elefant_foot_compensation": "0",
|
||||
"ensure_vertical_shell_thickness": "none",
|
||||
"exclude_object": "1",
|
||||
"extra_perimeters_on_overhangs": "1",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"from": "User",
|
||||
"gap_fill_target": "nowhere",
|
||||
"gap_infill_speed": "120",
|
||||
@@ -22,7 +21,7 @@
|
||||
"initial_layer_jerk": "5",
|
||||
"initial_layer_line_width": "4.2",
|
||||
"initial_layer_print_height": "1",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_speed": "70",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_jerk": "5",
|
||||
"inner_wall_line_width": "4.2",
|
||||
@@ -44,7 +43,7 @@
|
||||
"overhang_reverse_internal_only": "1",
|
||||
"overhang_reverse_threshold": "0%",
|
||||
"print_settings_id": "1.80mm Vasemode",
|
||||
"role_based_wipe_speed": "0",
|
||||
"role_based_wipe_speed": "1",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "10",
|
||||
"sparse_infill_density": "0%",
|
||||
@@ -52,13 +51,11 @@
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"sparse_infill_speed": "120",
|
||||
"spiral_mode": "1",
|
||||
"spiral_mode_max_xy_smoothing": "1e+07",
|
||||
"spiral_mode_smooth": "1",
|
||||
"support_line_width": "4.2",
|
||||
"support_speed": "120",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "0",
|
||||
"top_solid_infill_flow_ratio": "0.9",
|
||||
"top_solid_infill_flow_ratio": "1",
|
||||
"top_surface_acceleration": "2500",
|
||||
"top_surface_jerk": "5",
|
||||
"top_surface_line_width": "4.2",
|
||||
@@ -70,8 +67,8 @@
|
||||
"wall_loops": "1",
|
||||
"wipe_on_loops": "1",
|
||||
"wipe_speed": "40",
|
||||
"xy_contour_compensation": "-0.15",
|
||||
"xy_hole_compensation": "0.2",
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": ["ginger G1 3.0 nozzle"]
|
||||
"compatible_printers": ["Ginger G1 3.0 nozzle"]
|
||||
}
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"type": "process",
|
||||
"accel_to_decel_enable": "0",
|
||||
"bottom_solid_infill_flow_ratio": "0.8",
|
||||
"bottom_solid_infill_flow_ratio": "1",
|
||||
"brim_type": "outer_only",
|
||||
"brim_width": "20",
|
||||
"default_acceleration": "2500",
|
||||
"default_jerk": "5",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_overhang_speed": "0",
|
||||
"elefant_foot_compensation": "0",
|
||||
"ensure_vertical_shell_thickness": "none",
|
||||
"exclude_object": "1",
|
||||
"extra_perimeters_on_overhangs": "1",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"from": "User",
|
||||
"gap_fill_target": "nowhere",
|
||||
"gap_infill_speed": "120",
|
||||
@@ -22,7 +21,7 @@
|
||||
"initial_layer_jerk": "5",
|
||||
"initial_layer_line_width": "5.5",
|
||||
"initial_layer_print_height": "1",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_speed": "70",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_jerk": "5",
|
||||
"inner_wall_line_width": "5.5",
|
||||
@@ -41,24 +40,22 @@
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "40",
|
||||
"overhang_4_4_speed": "40",
|
||||
"overhang_reverse": "1",
|
||||
"overhang_reverse": "0",
|
||||
"overhang_reverse_internal_only": "1",
|
||||
"overhang_reverse_threshold": "0%",
|
||||
"print_settings_id": "2.50mm Standard",
|
||||
"role_based_wipe_speed": "0",
|
||||
"role_based_wipe_speed": "1",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "10",
|
||||
"sparse_infill_density": "10%",
|
||||
"sparse_infill_line_width": "5.5",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"sparse_infill_speed": "120",
|
||||
"spiral_mode_max_xy_smoothing": "1e+07",
|
||||
"spiral_mode_smooth": "1",
|
||||
"support_line_width": "5.5",
|
||||
"support_speed": "120",
|
||||
"thick_internal_bridges": "0",
|
||||
"top_shell_layers": "0",
|
||||
"top_solid_infill_flow_ratio": "0.9",
|
||||
"top_solid_infill_flow_ratio": "1",
|
||||
"top_surface_acceleration": "2500",
|
||||
"top_surface_jerk": "5",
|
||||
"top_surface_line_width": "5.5",
|
||||
@@ -67,12 +64,12 @@
|
||||
"travel_jerk": "7",
|
||||
"travel_speed": "250",
|
||||
"version": "0.0.0.0",
|
||||
"wall_generator": "classic",
|
||||
"wall_generator": "arachne",
|
||||
"wall_loops": "1",
|
||||
"wipe_on_loops": "1",
|
||||
"wipe_speed": "40",
|
||||
"xy_contour_compensation": "-0.15",
|
||||
"xy_hole_compensation": "0.2",
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": ["ginger G1 5.0 nozzle"]
|
||||
"compatible_printers": ["Ginger G1 5.0 nozzle"]
|
||||
}
|
||||
|
||||
@@ -5,11 +5,10 @@
|
||||
"brim_width": "40",
|
||||
"default_acceleration": "2500",
|
||||
"default_jerk": "5",
|
||||
"elefant_foot_compensation": "0.2",
|
||||
"enable_overhang_speed": "0",
|
||||
"elefant_foot_compensation": "0",
|
||||
"ensure_vertical_shell_thickness": "none",
|
||||
"exclude_object": "1",
|
||||
"extra_perimeters_on_overhangs": "1",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"from": "User",
|
||||
"gap_fill_target": "nowhere",
|
||||
"gap_infill_speed": "120",
|
||||
@@ -21,7 +20,7 @@
|
||||
"initial_layer_jerk": "5",
|
||||
"initial_layer_line_width": "9.5",
|
||||
"initial_layer_print_height": "1",
|
||||
"initial_layer_speed": "40",
|
||||
"initial_layer_speed": "70",
|
||||
"inner_wall_acceleration": "2500",
|
||||
"inner_wall_jerk": "5",
|
||||
"inner_wall_line_width": "9.5",
|
||||
@@ -40,19 +39,17 @@
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "40",
|
||||
"overhang_4_4_speed": "40",
|
||||
"overhang_reverse": "1",
|
||||
"overhang_reverse": "0",
|
||||
"overhang_reverse_internal_only": "1",
|
||||
"overhang_reverse_threshold": "0%",
|
||||
"print_settings_id": "4.00mm Standard",
|
||||
"role_based_wipe_speed": "0",
|
||||
"role_based_wipe_speed": "1",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "10",
|
||||
"sparse_infill_density": "10%",
|
||||
"sparse_infill_line_width": "9.5",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"sparse_infill_speed": "120",
|
||||
"spiral_mode_max_xy_smoothing": "1e+07",
|
||||
"spiral_mode_smooth": "1",
|
||||
"support_line_width": "9.5",
|
||||
"support_speed": "120",
|
||||
"thick_internal_bridges": "0",
|
||||
@@ -65,12 +62,12 @@
|
||||
"travel_jerk": "7",
|
||||
"travel_speed": "250",
|
||||
"version": "0.0.0.0",
|
||||
"wall_generator": "classic",
|
||||
"wall_generator": "arachne",
|
||||
"wall_loops": "1",
|
||||
"wipe_on_loops": "1",
|
||||
"wipe_speed": "40",
|
||||
"xy_contour_compensation": "-0.15",
|
||||
"xy_hole_compensation": "0.2",
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": ["ginger G1 8.0 nozzle"]
|
||||
"compatible_printers": ["Ginger G1 8.0 nozzle"]
|
||||
}
|
||||
|
||||
@@ -64,12 +64,12 @@
|
||||
"infill_jerk": "9",
|
||||
"infill_wall_overlap": "15%",
|
||||
"initial_layer_acceleration": "300",
|
||||
"initial_layer_infill_speed": "60",
|
||||
"initial_layer_infill_speed": "70",
|
||||
"initial_layer_jerk": "9",
|
||||
"initial_layer_line_width": "3.2",
|
||||
"initial_layer_min_bead_width": "85%",
|
||||
"initial_layer_print_height": "1.5",
|
||||
"initial_layer_speed": "30",
|
||||
"initial_layer_speed": "70",
|
||||
"initial_layer_travel_speed": "100%",
|
||||
"inner_wall_acceleration": "10000",
|
||||
"inner_wall_jerk": "9",
|
||||
@@ -153,7 +153,7 @@
|
||||
"seam_slope_min_length": "20",
|
||||
"seam_slope_start_height": "0",
|
||||
"seam_slope_steps": "10",
|
||||
"seam_slope_type": "external",
|
||||
"seam_slope_type": "none",
|
||||
"single_extruder_multi_material_priming": "0",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
@@ -187,7 +187,7 @@
|
||||
"sparse_infill_speed": "100",
|
||||
"spiral_mode": "0",
|
||||
"spiral_mode_max_xy_smoothing": "200%",
|
||||
"spiral_mode_smooth": "0",
|
||||
"spiral_mode_smooth": "1",
|
||||
"staggered_inner_seams": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"support_angle": "0",
|
||||
|
||||
Reference in New Issue
Block a user