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,30 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"settings_id": "GM005",
|
||||
"name": "BLOCKS Pro S100 1.2 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "BLOCKS Pro S100",
|
||||
"default_print_profile": "0.60mm Standard 1.2 nozzle @Blocks",
|
||||
"max_layer_height": [
|
||||
"0.8"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"nozzle_diameter": [
|
||||
"1.2"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"1000x0",
|
||||
"1000x1000",
|
||||
"0x1000"
|
||||
],
|
||||
"printable_height": "900",
|
||||
"upward_compatible_machine": [
|
||||
"BLOCKS Pro S100"
|
||||
],
|
||||
"printer_variant": "1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user