mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Add default Prusa i3 MK3 profiles
This commit is contained in:
parent
ee9f651511
commit
cb59fec7d9
11 changed files with 431 additions and 21 deletions
109
resources/profiles/Prusa/process/process_common_mk3.json
Normal file
109
resources/profiles/Prusa/process/process_common_mk3.json
Normal file
|
@ -0,0 +1,109 @@
|
|||
{
|
||||
"type": "process",
|
||||
"name": "process_common_mk3",
|
||||
"from": "system",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"bottom_surface_pattern": "monotonic",
|
||||
"bridge_angle": "0",
|
||||
"bridge_no_support": "0",
|
||||
"brim_object_gap": "0.1",
|
||||
"brim_type": "outer_only",
|
||||
"brim_width": "0",
|
||||
"compatible_printers": "",
|
||||
"compatible_printers_condition": "printer_notes=~/.*PRINTER_VENDOR_PRUSA3D.*/ and printer_notes=~/.*PRINTER_MODEL_MK3.*/ and nozzle_diameter[0]==0.4",
|
||||
"default_acceleration": "1000",
|
||||
"detect_overhang_wall": "1",
|
||||
"detect_thin_wall": "0",
|
||||
"draft_shield": "0",
|
||||
"enable_overhang_speed": "1",
|
||||
"enable_prime_tower": "1",
|
||||
"enable_support": "0",
|
||||
"enforce_support_layers": "0",
|
||||
"extra_perimeters_on_overhangs": "0",
|
||||
"filename_format": "{input_filename_base}_{layer_height}mm_{printing_filament_types}_{printer_model}_{print_time}.gcode",
|
||||
"fuzzy_skin": "none",
|
||||
"fuzzy_skin_point_distance": "0.8",
|
||||
"fuzzy_skin_thickness": "0.3",
|
||||
"gcode_comments": "0",
|
||||
"gcode_label_objects": "1",
|
||||
"infill_anchor": "2.5",
|
||||
"infill_anchor_max": "12",
|
||||
"infill_combination": "1",
|
||||
"infill_direction": "45",
|
||||
"infill_wall_overlap": "10%",
|
||||
"initial_layer_acceleration": "800",
|
||||
"initial_layer_line_width": "0.42",
|
||||
"initial_layer_print_height": "0.2",
|
||||
"initial_layer_speed": "20",
|
||||
"interface_shells": "0",
|
||||
"internal_solid_infill_acceleration": "0",
|
||||
"ironing_flow": "15%",
|
||||
"ironing_spacing": "0.1",
|
||||
"ironing_speed": "15",
|
||||
"ironing_type": "top",
|
||||
"is_custom_defined": "1",
|
||||
"max_travel_detour_distance": "0",
|
||||
"min_bead_width": "85%",
|
||||
"min_feature_size": "25%",
|
||||
"minimum_sparse_infill_area": "0",
|
||||
"notes": [""],
|
||||
"ooze_prevention": "0",
|
||||
"outer_wall_acceleration": "0",
|
||||
"overhang_1_4_speed": null,
|
||||
"overhang_2_4_speed": null,
|
||||
"overhang_3_4_speed": null,
|
||||
"overhang_4_4_speed": null,
|
||||
"post_process": [""],
|
||||
"prime_tower_brim_width": "2",
|
||||
"prime_tower_width": "60",
|
||||
"print_sequence": "by layer",
|
||||
"raft_expansion": "1.5",
|
||||
"raft_first_layer_density": "90%",
|
||||
"raft_first_layer_expansion": "3",
|
||||
"raft_layers": "0",
|
||||
"reduce_crossing_wall": "0",
|
||||
"reduce_infill_retraction": "0",
|
||||
"resolution": "0",
|
||||
"seam_position": "aligned",
|
||||
"skirt_distance": "2",
|
||||
"skirt_height": "3",
|
||||
"skirt_loops": "1",
|
||||
"slice_closing_radius": "0.049",
|
||||
"slicing_mode": "regular",
|
||||
"sparse_infill_density": "15%",
|
||||
"staggered_inner_seams": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"support_angle": "0",
|
||||
"support_base_pattern": "rectilinear",
|
||||
"support_interface_bottom_layers": "0",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_pattern": "rectilinear",
|
||||
"support_interface_spacing": "0.2",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_on_build_plate_only": "0",
|
||||
"support_style": "grid",
|
||||
"support_threshold_angle": "50",
|
||||
"support_type": "normal(auto)",
|
||||
"top_shell_thickness": "0.7",
|
||||
"top_surface_acceleration": "0",
|
||||
"top_surface_pattern": "monotonicline",
|
||||
"travel_acceleration": "0",
|
||||
"travel_speed": "180",
|
||||
"travel_speed_z": "12",
|
||||
"tree_support_angle_slow": "30",
|
||||
"tree_support_branch_angle": "40",
|
||||
"tree_support_branch_diameter": "2",
|
||||
"tree_support_branch_diameter_angle": "3",
|
||||
"tree_support_branch_diameter_double_wall": "3",
|
||||
"tree_support_tip_diameter": "0.6",
|
||||
"tree_support_top_rate": "30%",
|
||||
"version": "1.6.0.0",
|
||||
"wall_distribution_count": "1",
|
||||
"wall_generator": "arachne",
|
||||
"wall_infill_order": "infill/outer wall/inner wall",
|
||||
"wall_transition_angle": "10",
|
||||
"wall_transition_filter_deviation": "25%",
|
||||
"wall_transition_length": "100%",
|
||||
"wipe_tower_no_sparse_layers": "0",
|
||||
"xy_contour_compensation": "0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue