mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
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.
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft 0.4 nozzle @Blocks_RF50",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_blocks_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.24",
|
||||
"initial_layer_print_height": "0.3",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user