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:
InfimechOfficial 2024-03-01 21:32:28 +08:00 committed by GitHub
parent ca0fb9fb75
commit ad9779f08a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 1324 additions and 125 deletions

View file

@ -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"
}
}