mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
[Profiles] Optimize profiles for BLOCKS RF50 printer (#10597)
* Update BLOCKS RF50 profiles * Fix z_hop_types value attribution * Fix: invalid z_hop_types parameter: slope
This commit is contained in:
@@ -13,26 +13,51 @@
|
||||
"BLOCKS RF50",
|
||||
"BLOCKS RF50 0.6 nozzle"
|
||||
],
|
||||
"initial_layer_speed": "80",
|
||||
"initial_layer_infill_speed": "100",
|
||||
"outer_wall_speed": "180",
|
||||
"inner_wall_speed": "300",
|
||||
"small_perimeter_speed": "50%",
|
||||
"small_perimeter_threshold": "0",
|
||||
"sparse_infill_speed": "300",
|
||||
"internal_solid_infill_speed": "300",
|
||||
"top_surface_speed": "300",
|
||||
"gap_infill_speed": "260",
|
||||
"support_speed": "300",
|
||||
"support_interface_speed": "180",
|
||||
"travel_speed": "500",
|
||||
"default_acceleration": "15000",
|
||||
"outer_wall_acceleration": "8000",
|
||||
"inner_wall_acceleration": "15000",
|
||||
"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%",
|
||||
"sparse_infill_acceleration": "100%",
|
||||
"internal_solid_infill_acceleration": "100%",
|
||||
"initial_layer_acceleration": "1000",
|
||||
"top_surface_acceleration": "15000",
|
||||
"travel_acceleration": "30000"
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user