orcaslicer/resources/profiles/Prusa/process/0.15mm Structural @XLIS 0.25.json
cochcoder 467691db5e
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 17:36:00 +08:00

67 lines
No EOL
2.1 KiB
JSON

{
"type": "process",
"setting_id": "GP004",
"name": "0.15mm Structural @XLIS 0.25",
"from": "system",
"instantiation": "true",
"inherits": "process_common_xl",
"inital_layer_height": "0.2",
"layer_height": "0.15",
"wall_loops": "3",
"top_shell_layers": "6",
"bottom_shell_layers": "5",
"top_shell_thickness": "0.7",
"bottom_shell_thickness": "0.5",
"sparse_infill_density": "15%",
"infill_anchor": "1",
"brim_object_gap": "0",
"support_threshold_angle": "40",
"raft_first_layer_density": "95%",
"raft_first_layer_expansion": "3.5",
"raft_contact_distance": "0.08",
"support_top_z_distance": "0.09",
"support_bottom_z_distance": "0.09",
"support_base_pattern_spacing": "1",
"support_interface_top_layers": "5",
"support_interface_spacing": "0.2",
"support_object_xy_distance": "150%",
"tree_support_bramch_diameter_angle": "5",
"tree_support_tip_diameter": "0.8",
"inner_wall_speed": "70",
"small_perimeter_speed": "40",
"outer_wall_speed": "40",
"sparse_infill_speed": "100",
"internal_solid_infill_speed": "140",
"top_surface_speed": "60",
"support_speed": "70",
"support_interface_speed": "75%",
"bridge_speed": "30",
"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": "1000",
"inner_wall_acceleration": "1500",
"top_surface_acceleration": "1000",
"internal_solid_infill_acceleration": "2500",
"sparse_infill_acceleration": "3000",
"bridge_acceleration": "1500",
"initial_layer_acceleration": "500",
"travel_acceleration": "4000",
"line_width": "0.27",
"initial_layer_line_width": "0.32",
"inner_wall_line_width": "0.27",
"outer_wall_line_width": "0.27",
"sparse_infill_line_width": "0.27",
"internal_solid_infill_line_width": "0.27",
"top_surface_line_width": "0.27",
"support_line_width": "0.25",
"infill_wall_overlap": "15%",
"resolution": "0.008",
"elefant_foot_compensation": "0",
"compatible_printers": [
"Prusa XLIS 0.25 nozzle"
]
}