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:
Hugo Costa
2024-10-25 17:31:11 +01:00
committed by GitHub
parent ae31f4fb1f
commit 88ca0bc5b9
95 changed files with 3725 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.60mm Draft 1.0 nozzle @Blocks",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common 1.0 nozzle",
"bottom_shell_layers": "2",
"top_shell_layers": "3",
"layer_height": "0.60",
"compatible_printers": [
"BLOCKS Pro S100",
"BLOCKS Pro S100 1.0 nozzle"
]
}