orcaslicer/resources/profiles/Blocks/process/0.30mm Optimal 0.8 nozzle @Blocks_RF50.json
Hugo Costa 88ca0bc5b9
Add BLOCKS RD50, ProS100 and RF50 printers (#7190)
* Add BLOCKS RD50, ProS100 and RF50 printers

Add printer configurations and profiles for Blockstech printers to OrcaSlicer

* Update RF50 thumbnail

Added the definative thumbnail for the RF50 printer model.
2024-10-26 00:31:11 +08:00

38 lines
1.2 KiB
JSON

{
"type": "process",
"setting_id": "GP004",
"name": "0.30mm Optimal 0.8 nozzle @Blocks_RF50",
"from": "system",
"inherits": "fdm_process_common 0.8 nozzle",
"instantiation": "true",
"layer_height": "0.30",
"initial_layer_print_height": "0.3",
"bottom_shell_layers": "4",
"top_shell_layers": "4",
"compatible_printers": [
"BLOCKS RF50",
"BLOCKS RF50 0.8 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",
"bridge_infill_acceleration": "50%",
"sparse_infill_acceleration": "100%",
"internal_solid_infill_acceleration": "100%",
"initial_layer_acceleration": "1000",
"top_surface_acceleration": "15000",
"travel_acceleration": "30000"
}