orcaslicer/resources/profiles/Creality/process/fdm_process_creality_common.json
xun.zhang 12eec78d1d ENH: add profiles for creality CR6
Thanks bhast2 ,these profiles are based on his original version.

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I23dbb7d8b80b8fc37ecd76c44bf1c547413bc434
(cherry picked from commit 4a58cee3ff08fcd5f542a7779f3a1dfad46a4509)
2023-07-31 14:29:15 +08:00

64 lines
No EOL
2.1 KiB
JSON

{
"type": "process",
"name": "fdm_process_creality_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_common",
"max_travel_detour_distance": "0",
"bottom_surface_pattern": "monotonic",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0",
"brim_object_gap": "0.1",
"compatible_printers_condition": "",
"default_acceleration": "500",
"top_surface_acceleration": "500",
"draft_shield": "disabled",
"elefant_foot_compensation": "0",
"enable_arc_fitting": "0",
"wall_infill_order": "inner wall/outer wall/infill",
"line_width": "0.4",
"initial_layer_acceleration": "500",
"travel_acceleration": "700",
"inner_wall_acceleration": "500",
"initial_layer_line_width": "0.5",
"infill_wall_overlap": "23%",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"ironing_speed": "15",
"ironing_type": "no ironing",
"layer_height": "0.2",
"reduce_infill_retraction": "1",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"detect_overhang_wall": "1",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "20",
"overhang_3_4_speed": "15",
"overhang_4_4_speed": "10",
"seam_position": "aligned",
"skirt_height": "1",
"skirt_loops": "1",
"minimum_sparse_infill_area": "15",
"internal_solid_infill_line_width": "0.4",
"resolution": "0.012",
"support_type": "normal(auto)",
"support_style": "default",
"support_top_z_distance": "0.2",
"support_line_width": "0.4",
"support_interface_bottom_layers": "2",
"support_interface_spacing": "0.5",
"support_base_pattern_spacing": "2.5",
"support_speed": "150",
"support_threshold_angle": "30",
"support_object_xy_distance": "0.35",
"tree_support_branch_angle": "45",
"tree_support_wall_count": "0",
"top_surface_pattern": "monotonic",
"top_shell_layers": "3",
"top_shell_thickness": "0.8",
"initial_layer_speed": "15",
"initial_layer_infill_speed": "20",
"outer_wall_speed": "25",
"travel_speed": "150",
"wipe_tower_no_sparse_layers": "0",
"prime_tower_width": "35"
}