orcaslicer/resources/profiles/Prusa/process/0.15mm Structural @XLIS 0.5.json

68 lines
2.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",
"setting_id": "GP004",
"name": "0.15mm Structural @XLIS 0.5",
"from": "system",
"instantiation": "true",
"inherits": "process_common_xl",
"inital_layer_height": "0.2",
"layer_height": "0.15",
"wall_loops": "2",
"top_shell_layers": "6",
"bottom_shell_layers": "5",
"top_shell_thickness": "0.7",
"bottom_shell_thickness": "0.5",
"sparse_infill_density": "15%",
"infill_anchor": "2",
"infill_anchor_max": "15",
"brim_object_gap": "0.1",
"support_threshold_angle": "40",
"raft_first_layer_density": "80%",
"raft_first_layer_expansion": "3.5",
"raft_contact_distance": "0.25",
"support_top_z_distance": "0.2",
"support_bottom_z_distance": "0.2",
"support_base_pattern_spacing": "2",
"support_interface_top_layers": "5",
"support_interface_spacing": "0.22",
"support_object_xy_distance": "80%",
"tree_support_bramch_diameter_angle": "5",
"tree_support_tip_diameter": "0.8",
"inner_wall_speed": "80",
"small_perimeter_speed": "45",
"outer_wall_speed": "45",
"sparse_infill_speed": "200",
"internal_solid_infill_speed": "180",
"top_surface_speed": "70",
"support_speed": "75",
"support_interface_speed": "75%",
"bridge_speed": "40",
"gap_infill_speed": "50",
"overhang_1_4_speed": "15",
"overhang_2_4_speed": "25",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "80%",
"default_acceleration": "2000",
"outer_wall_acceleration": "1500",
"inner_wall_acceleration": "2000",
"top_surface_acceleration": "1000",
"internal_solid_infill_acceleration": "2500",
"sparse_infill_acceleration": "3000",
"bridge_acceleration": "1000",
"initial_layer_acceleration": "500",
"travel_acceleration": "5000",
"line_width": "0.55",
"initial_layer_line_width": "0.55",
"inner_wall_line_width": "0.55",
"outer_wall_line_width": "0.55",
"sparse_infill_line_width": "0.55",
"internal_solid_infill_line_width": "0.55",
"top_surface_line_width": "0.5",
"support_line_width": "0.4",
"infill_wall_overlap": "15%",
"resolution": "0.008",
"elefant_foot_compensation": "0.2",
"compatible_printers": [
"Prusa XLIS 0.5 nozzle"
]
}