mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 17:32:26 +00:00
* fix profile reference for Creality * fix profile reference for Blocks * fix profile reference for OrcaArena * fix profile reference for re3D * fix profile reference for Chuanying * fix profile reference for Prusa * fix profile reference for Wanhao France * fix profile reference for MagicMaker * fix profile reference for Afinia Remove the ABS/ABS+/PLA/TPU/Value ABS/Value PLA filament presets that referenced the non-existent "Afinia H400 Pro" printer. The real printer is "Afinia H+1(HS)", already served by the @HS filament variants. * fix profile reference for Comgrow Remove the orphaned "0.20mm Standard @Comgrow T500 1.0" process preset and its process_list entry. Its only compatible printer "Comgrow T500 1.0 nozzle" never existed (the T500 model defines nozzle diameters 0.4/0.6/0.8 only). * always run check_preset_references
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"type": "process",
|
|
"name": "0.16mm Optimal 0.4 nozzle @Blocks_RF50",
|
|
"inherits": "fdm_process_blocks_common",
|
|
"from": "system",
|
|
"setting_id": "7vr8tF75IxNYOfy9",
|
|
"instantiation": "true",
|
|
"layer_height": "0.16",
|
|
"initial_layer_print_height": "0.2",
|
|
"bottom_shell_layers": "5",
|
|
"top_shell_layers": "5",
|
|
"compatible_printers": [
|
|
"BLOCKS RF50 0.4 nozzle"
|
|
],
|
|
"sparse_infill_speed": "300",
|
|
"support_interface_speed": "180",
|
|
"travel_speed": "500",
|
|
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
|
|
"enable_arc_fitting": "0",
|
|
"wall_generator": "classic",
|
|
"top_solid_infill_flow_ratio": "0.97",
|
|
"bottom_solid_infill_flow_ratio": "1.08",
|
|
"seam_position": "aligned",
|
|
"sparse_infill_patter": "grid",
|
|
"initial_layer_speed": "60",
|
|
"initial_layer_infill_speed": "80",
|
|
"initial_travel_speed": "100%",
|
|
"slow_layers_count": "5",
|
|
"slow_down_layers": "5",
|
|
"outer_wall_speed": "180",
|
|
"inner_wall_speed": "300",
|
|
"small_perimeter_speed": "50%",
|
|
"small_perimeter_threshold": "0",
|
|
"internal_solid_infill_speed": "270",
|
|
"top_surface_speed": "200",
|
|
"gap_infill_speed": "260",
|
|
"support_speed": "300",
|
|
"detect_overhang_wall": "1",
|
|
"enable_overhang_speed": "1",
|
|
"overhang_speed_classic": "0",
|
|
"overhang_1_4_speed": "0",
|
|
"overhang_2_4_speed": "50",
|
|
"overhang_3_4_speed": "30",
|
|
"overhang_4_4_speed": "10",
|
|
"slowdown_for_curled_perimeters": "1",
|
|
"bridge_speed": "50%",
|
|
"bridge_infill_acceleration": "50%",
|
|
"internal_bridge_speed": "100%",
|
|
"default_acceleration": "5000",
|
|
"outer_wall_acceleration": "2500",
|
|
"inner_wall_acceleration": "4500",
|
|
"initial_layer_acceleration": "1500",
|
|
"top_surface_acceleration": "2000",
|
|
"internal_solid_infill_acceleration": "100%",
|
|
"travel_acceleration": "20000",
|
|
"sparse_infill_acceleration": "100%",
|
|
"bridge_acceleration": "50%",
|
|
"accel_to_decel_enable": "1",
|
|
"accel_to_decel_factor": "50%",
|
|
"elefant_foot_compensation": "0.25",
|
|
"elefant_foot_compensation_layers": "1"
|
|
}
|