orcaslicer/resources/profiles/Prusa/process/process_common_xl.json

96 lines
3.1 KiB
JSON
Raw Normal View History

Add support for Prusa XL Input Shaper (only one head will print) & add PC-CF, PA11-CF, & PVB filament types (#5511) * Add Prusa XL & speed profile * Wrong name * Fix cover image sizing * Change infill pattern & density to whats in PrusaSlicer * Fix filament start G-Code & Add additional info in printer notes * Add PETG profile * Link PETG profile * Add ABS & add bed temps * Add Prusament PLA & attempt at removing ramming limits * Allow user to change ramming time & volume * Revert changing identifier * Remove invalid ramming variables * Add Prusament PETG * Try this * Revert "Try this" This reverts commit c6228950fb5f72baa64fa6e63ae8b25ffe4538ec. * Revert ramming changes * Add rPLA, PLA+, PC-CF, PA11-CF, and PVB * Add PVB profile and other minor improvements * Add image formats * Add rPLA profile & remove rPLA & PLA+ from printConfig * Add Prusament PC-CF & small bug fixes * Add Prusament ASA, PA-CF, PC, & pa11cf common file * Minor improvements to common and speed profiles * Add 0.20mm Quality profile * Add .3mm Draft process & link .2mm Quality * Add 0.15mm Quality process * Add 0.10mm Detail process * Add 0.07mm UltraDetail profile * Add 0.5mm nozzle size & related processes * Set default print profile * Fix incorrect bridge flow ratio * Fix incorrect support z distance * Correct skirt values if enabled * Add 0.6 & 0.8 nozzles & respective profiles as well as some fixes * Set default profile for 0.8 * Add 0.25, 0.3, & respective profiles This also adds all the nozzle sizes to the filament profiles * Adapt filename format * Remove unneeded values * Add Input Shaper * Fix raft contact distance * Add Input Shaper profiles to filaments * List default profiles * Add printer variant variable * Change cover sizes & optimize svg * Fix small filament bug * Add comment for symmetry * Add Prusa before XL & XLIS * Fix failing check * Fix failing check part 2 * Some small changes * I've been overthinking this haven't I? * Could it be this? * Revert this change * Try one last thing * Change naming for XLIS & covers * Try removing non-IS profiles * Change IS models * Remove remnants of non-IS profiles * Change naming for better consistency
2024-06-08 09:36:00 +00:00
{
"type": "process",
"name": "process_common_xl",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_common",
"infill_combination": "1",
"infill_anchor": "2",
"wall_loops": "2",
"top_shell_layers": "5",
"bottom_shell_layers": "4",
"top_shell_thickness": "0.7",
"detect_overhang_wall": "1",
"wall_generator": "arachne",
"gap_fill_target": "everywhere",
"bottom_shell_thickness": "0.5",
"infill_anchor_max": "12",
"sparse_infill_pattern": "grid",
"sparse_infill_density": "15%",
"fuzzy_skin_point_distance": "0.8",
"fuzzy_skin_thickness": "0.3",
"skirt_height": "3",
"brim_type": "outer_only",
"brim_width": "0",
"support_threshold_angle": "45",
"raft_first_layer_density": "80%",
"raft_first_layer_expansion": "3",
"raft_contact_distance": "0.2",
"support_type": "tree(auto)",
"support_style": "organic",
"support_base_pattern_spacing": "2",
"support_interface_top_layers": "5",
"support_interface_bottom_layers": "0",
"support_interface_pattern": "rectilinear",
"support_interface_spacing": "0.2",
"support_object_xy_distance": "80%",
"tree_support_branch_angle_organic": "40",
"tree_support_angle_slow": "30",
"tree_support_branch_diameter_organic": "2",
"tree_support_bramch_diameter_angle": "3",
"tree_support_branch_diameter_double_wall": "3",
"tree_support_tip_diameter": "0.6",
"tree_support_top_rate": "30%",
"tree_support_branch_distance_organic": "1",
"initial_layer_speed": "25",
"initial_layer_infill_speed": "25",
"outer_wall_speed": "70",
"inner_wall_speed": "90",
"small_perimeter_speed": "40",
"sparse_infill_speed": "200",
"top_surface_speed": "40",
"internal_solid_infill_speed": "140",
"support_speed": "60",
"support_interface_speed": "70%",
"bridge_speed": "25",
"gap_infill_speed": "45",
"ironing_speed": "15",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"enable_overhang_speed": "1",
"overhang_1_4_speed": "15",
"overhang_2_4_speed": "15",
"overhang_3_4_speed": "20",
"overhang_4_4_speed": "25",
"travel_speed": "400",
"default_acceleration": "1250",
"outer_wall_acceleration": "1000",
"inner_wall_acceleration": "1200",
"top_surface_acceleration": "800",
"internal_solid_infill_acceleration": "2000",
"sparse_infill_acceleration": "3000",
"bridge_acceleration": "1000",
"initial_layer_acceleration": "600",
"travel_acceleration": "0",
"line_width": "0.45",
"initial_layer_line_width": "0.5",
"outer_wall_line_width": "0.45",
"inner_wall_line_width": "0.45",
"top_surface_line_width": "0.42",
"sparse_infill_line_width": "0.45",
"internal_solid_infill_line_width": "0.45",
"support_line_width": "0.37",
"infill_wall_overlap": "10%",
"slice_closing_radius": "0.049",
"resolution": "0.0125",
"enable_arc_fitting": "1",
"elefant_foot_compensation": "0.2",
"wall_transition_angle": "10",
"wall_transition_filter_deviation": "25%",
"wall_transition_length": "100%",
"wall_distribution_count": "1",
"min_bead_width": "85%",
"min_feature_size": "25%",
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{print_time}.gcode",
"gcode_label_objects": "1"
}