mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
New printer profile : TwoTrees SK1 (#3982)
* Initial profile for TwoTrees SK1 * Added PAUSE command instead of M601 and added machine_pause_gcode * Enabled multi bed types and removed skirt loop * Fixed non-ascii characters * Added PETG, PLA-CF plus clean ups and fixes. * Optimizations, and added PLA Silk * Maximum velocity is too high on Klipper settings, lowered to 730mm/s, this was obtained with Klipper Auto Speed * Ditto * Small optimizations * Added one layer to bottom for HSpeed profile
This commit is contained in:
parent
955601d632
commit
208784c783
20 changed files with 1239 additions and 8 deletions
103
resources/profiles/TwoTrees/process/0.24mm Draft @SK1.json
Normal file
103
resources/profiles/TwoTrees/process/0.24mm Draft @SK1.json
Normal file
|
@ -0,0 +1,103 @@
|
|||
{
|
||||
"type": "process",
|
||||
"name": "0.24mm Draft @SK1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"compatible_printers": [
|
||||
"TwoTrees SK1 0.4 nozzle"
|
||||
],
|
||||
"filename_format": "{input_filename_base}_{filament_type[initial_tool]}_{print_time}.gcode",
|
||||
"bottom_shell_layers": "3",
|
||||
"bridge_acceleration": "4000",
|
||||
"bridge_angle": "0",
|
||||
"bridge_flow": "1",
|
||||
"bridge_no_support": "1",
|
||||
"bridge_speed": "60",
|
||||
"default_acceleration": "20000",
|
||||
"detect_overhang_wall": "1",
|
||||
"detect_thin_wall": "1",
|
||||
"enable_overhang_speed": "1",
|
||||
"enforce_support_layers": "0",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"gap_infill_speed": "250",
|
||||
"infill_anchor": "600%",
|
||||
"infill_anchor_max": "50",
|
||||
"infill_combination": "1",
|
||||
"infill_direction": "45",
|
||||
"infill_wall_overlap": "15%",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"initial_layer_infill_speed": "105",
|
||||
"initial_layer_line_width": "0.45",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "60",
|
||||
"inner_wall_acceleration": "6000",
|
||||
"inner_wall_line_width": "0.42",
|
||||
"inner_wall_speed": "220",
|
||||
"internal_solid_infill_acceleration": "6000",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"internal_solid_infill_speed": "240",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"layer_height": "0.24",
|
||||
"line_width": "0.42",
|
||||
"min_bead_width": "85%",
|
||||
"min_feature_size": "25%",
|
||||
"minimum_sparse_infill_area": "70",
|
||||
"only_one_wall_top": "1",
|
||||
"ooze_prevention": "0",
|
||||
"outer_wall_acceleration": "5000",
|
||||
"outer_wall_line_width": "0.42",
|
||||
"outer_wall_speed": "200",
|
||||
"prime_tower_brim_width": "2",
|
||||
"raft_contact_distance": "0.1",
|
||||
"raft_expansion": "1.5",
|
||||
"raft_first_layer_density": "90%",
|
||||
"raft_first_layer_expansion": "3",
|
||||
"skirt_distance": "6",
|
||||
"slice_closing_radius": "0.049",
|
||||
"small_perimeter_speed": "200",
|
||||
"sparse_infill_acceleration": "6000",
|
||||
"sparse_infill_line_width": "0.42",
|
||||
"sparse_infill_speed": "250",
|
||||
"staggered_inner_seams": "0",
|
||||
"support_angle": "0",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_base_pattern_spacing": "2.5",
|
||||
"support_bottom_z_distance": "0.2",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_pattern": "rectilinear",
|
||||
"support_interface_spacing": "0",
|
||||
"support_interface_speed": "100",
|
||||
"support_interface_top_layers": "3",
|
||||
"support_line_width": "0.35",
|
||||
"support_object_xy_distance": "0.21",
|
||||
"support_speed": "100",
|
||||
"support_threshold_angle": "0",
|
||||
"support_top_z_distance": "0.2",
|
||||
"thick_bridges": "1",
|
||||
"top_shell_layers": "3",
|
||||
"top_shell_thickness": "0",
|
||||
"top_surface_acceleration": "5000",
|
||||
"top_surface_line_width": "0.42",
|
||||
"top_surface_pattern": "monotonic",
|
||||
"top_surface_speed": "200",
|
||||
"travel_acceleration": "20000",
|
||||
"travel_speed": "500",
|
||||
"travel_speed_z": "15",
|
||||
"tree_support_angle_slow": "25",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_branch_diameter": "2",
|
||||
"tree_support_branch_diameter_angle": "5",
|
||||
"tree_support_branch_diameter_double_wall": "3",
|
||||
"tree_support_tip_diameter": "0.8",
|
||||
"tree_support_top_rate": "15%",
|
||||
"wall_distribution_count": "1",
|
||||
"wall_generator": "classic",
|
||||
"wall_loops": "2",
|
||||
"wall_transition_angle": "10",
|
||||
"wall_transition_filter_deviation": "25%",
|
||||
"wall_transition_length": "100%"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue