mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Modified filaments/process/starting codes and added a new print layer height 0.16mm in the process (#4200)
* Update InfiMech Generic ABS.json * Update fdm_filament_abs.json * Update InfiMech Generic PA-CF.json * Update fdm_filament_pa.json * Update InfiMech Generic PC.json * Update fdm_filament_pc.json * Update InfiMech Generic PETG.json * Update fdm_filament_pet.json * Update fdm_filament_pla.json * Update InfiMech Generic PLA.json * Update InfiMech Generic TPU.json * Update InfiMech Generic TPU.json * Update fdm_filament_tpu.json * Update fdm_filament_common.json * Add new files named Other Filament Add ”Other+ ABS PA PC PETG PLA PLAHYPER TPU“ filaments * Update InfiMech.json * Update 0.08mm Extra Fine @InfiMech TX.json * Update 0.12mm Fine @InfiMech TX.json * Update 0.20mm Standard @InfiMech TX.json * Update 0.24mm Draft @InfiMech TX.json * Update fdm_process_common.json * Add a new 0.16mm optimal file * Update InfiMech.json * Update fdm_klipper_common.json * Update fdm_machine_common.json * Change cover.png img * Update fdm_filament_pa.json * Update InfiMech Generic PETG.json * Update InfiMech.json --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
ca0fb9fb75
commit
ad9779f08a
37 changed files with 1324 additions and 125 deletions
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
|
||||
"type": "process",
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm Extra Fine @InfiMech TX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
"bottom_shell_layers": "7",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_1_4_speed": "50",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "10",
|
||||
"top_shell_layers": "9",
|
||||
|
@ -21,7 +21,9 @@
|
|||
"layer_height": "0.08",
|
||||
"print_settings_id": "0.08mm Extra Fine @InfiMech TX",
|
||||
"sparse_infill_speed": "450",
|
||||
"compatible_printers": [
|
||||
"exclude_object": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @InfiMech TX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
"bottom_shell_layers": "5",
|
||||
"overhang_1_4_speed": "60",
|
||||
"overhang_1_4_speed": "50",
|
||||
"overhang_2_4_speed": "30",
|
||||
"overhang_3_4_speed": "10",
|
||||
"top_shell_layers": "5",
|
||||
|
@ -20,10 +20,13 @@
|
|||
"layer_height": "0.12",
|
||||
"print_settings_id": "0.12mm Fine @InfiMech TX",
|
||||
"sparse_infill_speed": "400",
|
||||
"compatible_printers": [
|
||||
"exclude_object": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP005",
|
||||
"name": "0.16mm Optimal @InfiMech TX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
"overhang_1_4_speed": "50",
|
||||
"accel_to_decel_enable": "0",
|
||||
"bottom_shell_layers": "4",
|
||||
"bridge_speed": "25",
|
||||
"brim_object_gap": "0.1",
|
||||
"exclude_object": "0",
|
||||
"gap_infill_speed": "300",
|
||||
"inner_wall_speed": "300",
|
||||
"internal_bridge_speed": "50",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"is_custom_defined": "0",
|
||||
"layer_height": "0.16",
|
||||
"line_width": "0.42",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"overhang_speed_classic": "0",
|
||||
"precise_outer_wall": "0",
|
||||
"print_flow_ratio": "0.95",
|
||||
"seam_gap": "10%",
|
||||
"skirt_speed": "50",
|
||||
"sparse_infill_speed": "330",
|
||||
"support_line_width": "0.42",
|
||||
"top_shell_thickness": "0.8",
|
||||
"top_surface_line_width": "0.42",
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
|
||||
|
||||
}
|
|
@ -2,16 +2,16 @@
|
|||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @InfiMech TX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
"bottom_shell_layers": "3",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_1_4_speed": "50",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.6",
|
||||
"top_shell_layers": "5",
|
||||
"top_shell_thickness": "1",
|
||||
"tree_support_wall_count": "1",
|
||||
"brim_width": "5",
|
||||
"gap_infill_speed": "250",
|
||||
|
@ -20,12 +20,12 @@
|
|||
"layer_height": "0.2",
|
||||
"print_settings_id": "0.20mm Standard @InfiMech TX",
|
||||
"sparse_infill_speed": "270",
|
||||
"compatible_printers": [
|
||||
"exclude_object": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"top_solid_infill_flow_ratio": "0.97",
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @InfiMech TX",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
"bottom_shell_layers": "3",
|
||||
"overhang_1_4_speed": "0",
|
||||
"overhang_1_4_speed": "50",
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0.6",
|
||||
"top_shell_layers": "4",
|
||||
"top_shell_thickness": "1",
|
||||
"tree_support_wall_count": "1",
|
||||
"brim_width": "3",
|
||||
"gap_infill_speed": "230",
|
||||
|
@ -20,7 +20,9 @@
|
|||
"layer_height": "0.24",
|
||||
"print_settings_id": "0.24mm Draft @InfiMech TX",
|
||||
"sparse_infill_speed": "230",
|
||||
"compatible_printers": [
|
||||
"exclude_object": "0",
|
||||
"internal_bridge_speed": "50",
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
]
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
"name": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
|
||||
"accel_to_decel_enable": "1",
|
||||
"accel_to_decel_enable": "0",
|
||||
"accel_to_decel_factor": "50%",
|
||||
"bottom_shell_thickness": "0",
|
||||
"bottom_solid_infill_flow_ratio": "1",
|
||||
|
@ -14,10 +13,10 @@
|
|||
"bridge_density": "100%",
|
||||
"bridge_flow": "1",
|
||||
"bridge_no_support": "0",
|
||||
"bridge_speed": "50",
|
||||
"bridge_speed": "25",
|
||||
"brim_ears_detection_length": "1",
|
||||
"brim_ears_max_angle": "125",
|
||||
"brim_object_gap": "0.2",
|
||||
"brim_object_gap": "0.1",
|
||||
"brim_type": "auto_brim",
|
||||
"compatible_printers_condition": "",
|
||||
"default_acceleration": "10000",
|
||||
|
@ -33,14 +32,12 @@
|
|||
"enable_support": "0",
|
||||
"enforce_support_layers": "0",
|
||||
"ensure_vertical_shell_thickness": "1",
|
||||
"exclude_object": "0",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"filter_out_gap_fill": "0",
|
||||
"flush_into_infill": "0",
|
||||
"flush_into_objects": "0",
|
||||
"flush_into_support": "1",
|
||||
"from": "",
|
||||
"fuzzy_skin": "none",
|
||||
"fuzzy_skin_point_distance": "0.8",
|
||||
"fuzzy_skin_thickness": "0.3",
|
||||
|
@ -54,7 +51,7 @@
|
|||
"infill_combination": "0",
|
||||
"infill_direction": "45",
|
||||
"infill_jerk": "9",
|
||||
"infill_wall_overlap": "25%",
|
||||
"infill_wall_overlap": "15%",
|
||||
"initial_layer_acceleration": "500",
|
||||
"initial_layer_infill_speed": "50",
|
||||
"initial_layer_jerk": "9",
|
||||
|
@ -67,18 +64,18 @@
|
|||
"inner_wall_jerk": "9",
|
||||
"inner_wall_line_width": "0.45",
|
||||
"interface_shells": "0",
|
||||
"internal_bridge_speed": "150%",
|
||||
"internal_bridge_speed": "50%",
|
||||
"internal_bridge_support_thickness": "0.8",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"internal_solid_infill_line_width": "0.4",
|
||||
"internal_solid_infill_pattern": "zig-zag",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_pattern": "monotonic",
|
||||
|
||||
"ironing_flow": "10%",
|
||||
"ironing_pattern": "zig-zag",
|
||||
"ironing_spacing": "0.15",
|
||||
"ironing_speed": "30",
|
||||
"ironing_type": "no ironing",
|
||||
"line_width": "0.4",
|
||||
"line_width": "0.42",
|
||||
"make_overhang_printable": "0",
|
||||
"make_overhang_printable_angle": "55",
|
||||
"make_overhang_printable_hole_size": "0",
|
||||
|
@ -94,13 +91,13 @@
|
|||
"ooze_prevention": "0",
|
||||
"outer_wall_acceleration": "5000",
|
||||
"outer_wall_jerk": "9",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "200",
|
||||
|
||||
"overhang_4_4_speed": "10",
|
||||
"overhang_speed_classic": "1",
|
||||
"overhang_speed_classic": "0",
|
||||
"post_process": [],
|
||||
"precise_outer_wall": "1",
|
||||
"precise_outer_wall": "0",
|
||||
"prime_tower_brim_width": "3",
|
||||
"prime_tower_width": "35",
|
||||
"prime_volume": "45",
|
||||
|
@ -115,13 +112,13 @@
|
|||
"reduce_infill_retraction": "1",
|
||||
"resolution": "0.012",
|
||||
"role_based_wipe_speed": "1",
|
||||
"seam_gap": "15%",
|
||||
"seam_gap": "10%",
|
||||
"seam_position": "aligned",
|
||||
"single_extruder_multi_material_priming": "1",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "1",
|
||||
"skirt_loops": "0",
|
||||
"skirt_speed": "0",
|
||||
"skirt_speed": "50",
|
||||
"slice_closing_radius": "0.049",
|
||||
"slicing_mode": "regular",
|
||||
"slow_down_layers": "0",
|
||||
|
@ -152,7 +149,7 @@
|
|||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "80",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_line_width": "0.4",
|
||||
"support_line_width": "0.42",
|
||||
"support_object_xy_distance": "0.35",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_remove_small_overhang": "1",
|
||||
|
@ -167,7 +164,7 @@
|
|||
"top_solid_infill_flow_ratio": "1",
|
||||
"top_surface_acceleration": "2000",
|
||||
"top_surface_jerk": "9",
|
||||
"top_surface_line_width": "0.4",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"top_surface_speed": "200",
|
||||
"travel_acceleration": "10000",
|
||||
|
@ -221,4 +218,5 @@
|
|||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue