2022-07-26 15:34:00 +00:00
|
|
|
{
|
|
|
|
"type": "process",
|
2022-08-24 07:40:43 +00:00
|
|
|
"name": "fdm_process_common",
|
2022-07-26 15:34:00 +00:00
|
|
|
"from": "system",
|
|
|
|
"instantiation": "false",
|
|
|
|
"adaptive_layer_height": "0",
|
|
|
|
"reduce_crossing_wall": "0",
|
|
|
|
"max_travel_detour_distance": "0",
|
|
|
|
"bottom_surface_pattern": "monotonic",
|
|
|
|
"bottom_shell_thickness": "0",
|
|
|
|
"bridge_speed": "50",
|
|
|
|
"brim_width": "5",
|
|
|
|
"brim_object_gap": "0.1",
|
2022-08-24 07:40:43 +00:00
|
|
|
"compatible_printers": [],
|
2022-07-26 15:34:00 +00:00
|
|
|
"compatible_printers_condition": "",
|
|
|
|
"print_sequence": "by layer",
|
2022-08-24 07:40:43 +00:00
|
|
|
"default_acceleration": "1000",
|
|
|
|
"initial_layer_acceleration": "500",
|
2022-10-12 13:32:59 +00:00
|
|
|
"top_surface_acceleration": "1000",
|
|
|
|
"travel_acceleration": "1000",
|
|
|
|
"inner_wall_acceleration": "1000",
|
|
|
|
"outer_wall_acceleration": "700",
|
2022-07-26 15:34:00 +00:00
|
|
|
"bridge_no_support": "0",
|
|
|
|
"draft_shield": "disabled",
|
|
|
|
"elefant_foot_compensation": "0",
|
2023-04-06 06:47:53 +00:00
|
|
|
"enable_arc_fitting": "0",
|
2022-07-26 15:34:00 +00:00
|
|
|
"wall_infill_order": "inner wall/outer wall/infill",
|
|
|
|
"infill_direction": "45",
|
|
|
|
"sparse_infill_density": "15%",
|
2024-05-29 15:07:29 +00:00
|
|
|
"sparse_infill_pattern": "crosshatch",
|
2022-07-26 15:34:00 +00:00
|
|
|
"initial_layer_print_height": "0.2",
|
|
|
|
"infill_combination": "0",
|
|
|
|
"infill_wall_overlap": "25%",
|
|
|
|
"interface_shells": "0",
|
|
|
|
"ironing_flow": "10%",
|
|
|
|
"ironing_spacing": "0.15",
|
|
|
|
"ironing_speed": "30",
|
|
|
|
"ironing_type": "no ironing",
|
|
|
|
"reduce_infill_retraction": "1",
|
2023-11-17 12:00:05 +00:00
|
|
|
"filename_format": "{input_filename_base}_{layer_height}mm_{filament_type[initial_tool]}_{printer_model}_{print_time}.gcode",
|
2022-07-26 15:34:00 +00:00
|
|
|
"detect_overhang_wall": "1",
|
2024-04-23 13:49:37 +00:00
|
|
|
"slowdown_for_curled_perimeters": "1",
|
2022-07-26 15:34:00 +00:00
|
|
|
"overhang_1_4_speed": "0",
|
|
|
|
"overhang_2_4_speed": "50",
|
|
|
|
"overhang_3_4_speed": "30",
|
|
|
|
"overhang_4_4_speed": "10",
|
2023-09-05 11:51:36 +00:00
|
|
|
"line_width": "110%",
|
|
|
|
"inner_wall_line_width": "110%",
|
|
|
|
"outer_wall_line_width": "100%",
|
|
|
|
"top_surface_line_width": "93.75%",
|
|
|
|
"sparse_infill_line_width": "110%",
|
|
|
|
"initial_layer_line_width": "120%",
|
|
|
|
"internal_solid_infill_line_width": "120%",
|
|
|
|
"support_line_width": "96%",
|
2022-12-20 03:32:54 +00:00
|
|
|
"wall_loops": "3",
|
2022-07-26 15:34:00 +00:00
|
|
|
"print_settings_id": "",
|
|
|
|
"raft_layers": "0",
|
|
|
|
"seam_position": "aligned",
|
|
|
|
"skirt_distance": "2",
|
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
|
|
|
"skirt_height": "3",
|
|
|
|
"min_skirt_length": "4",
|
2022-07-26 15:34:00 +00:00
|
|
|
"skirt_loops": "0",
|
|
|
|
"minimum_sparse_infill_area": "15",
|
|
|
|
"spiral_mode": "0",
|
|
|
|
"standby_temperature_delta": "-5",
|
|
|
|
"enable_support": "0",
|
|
|
|
"resolution": "0.012",
|
|
|
|
"support_type": "normal(auto)",
|
|
|
|
"support_on_build_plate_only": "0",
|
|
|
|
"support_top_z_distance": "0.2",
|
2023-09-05 11:51:36 +00:00
|
|
|
"support_bottom_z_distance": "0.2",
|
2022-07-26 15:34:00 +00:00
|
|
|
"support_filament": "0",
|
|
|
|
"support_interface_loop_pattern": "0",
|
|
|
|
"support_interface_filament": "0",
|
|
|
|
"support_interface_top_layers": "2",
|
|
|
|
"support_interface_bottom_layers": "2",
|
|
|
|
"support_interface_spacing": "0.5",
|
|
|
|
"support_interface_speed": "80",
|
|
|
|
"support_base_pattern": "rectilinear",
|
|
|
|
"support_base_pattern_spacing": "2.5",
|
|
|
|
"support_speed": "150",
|
|
|
|
"support_threshold_angle": "30",
|
|
|
|
"support_object_xy_distance": "0.35",
|
|
|
|
"tree_support_branch_angle": "30",
|
|
|
|
"tree_support_wall_count": "0",
|
|
|
|
"tree_support_with_infill": "0",
|
|
|
|
"detect_thin_wall": "0",
|
2024-05-22 14:54:56 +00:00
|
|
|
"top_surface_pattern": "monotonicline",
|
2022-07-26 15:34:00 +00:00
|
|
|
"top_shell_thickness": "0.8",
|
2023-09-09 01:13:30 +00:00
|
|
|
"enable_prime_tower": "0",
|
2022-07-26 15:34:00 +00:00
|
|
|
"wipe_tower_no_sparse_layers": "0",
|
2023-09-05 11:51:36 +00:00
|
|
|
"prime_tower_width": "60",
|
2022-07-26 15:34:00 +00:00
|
|
|
"xy_hole_compensation": "0",
|
|
|
|
"xy_contour_compensation": "0",
|
2022-08-24 07:40:43 +00:00
|
|
|
"layer_height": "0.2",
|
|
|
|
"bottom_shell_layers": "3",
|
|
|
|
"top_shell_layers": "4",
|
|
|
|
"bridge_flow": "1",
|
|
|
|
"initial_layer_speed": "45",
|
|
|
|
"initial_layer_infill_speed": "45",
|
|
|
|
"outer_wall_speed": "45",
|
|
|
|
"inner_wall_speed": "80",
|
|
|
|
"sparse_infill_speed": "150",
|
|
|
|
"internal_solid_infill_speed": "150",
|
|
|
|
"top_surface_speed": "50",
|
|
|
|
"gap_infill_speed": "30",
|
2024-04-23 13:49:37 +00:00
|
|
|
"travel_speed": "200"
|
|
|
|
}
|