* 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.
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"type": "process",
|
|
"setting_id": "GP004",
|
|
"name": "0.12mm Fine 0.4 nozzle @Blocks_RF50",
|
|
"from": "system",
|
|
"inherits": "fdm_process_blocks_common",
|
|
"instantiation": "true",
|
|
"layer_height": "0.12",
|
|
"initial_layer_print_height": "0.2",
|
|
"bottom_shell_layers": "6",
|
|
"top_shell_layers": "6",
|
|
"compatible_printers": [
|
|
"BLOCKS RF50",
|
|
"BLOCKS RF50 0.4 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"
|
|
}
|