orcaslicer/resources/profiles/Blocks/machine/BLOCKS Pro S100 1.0 nozzle.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

30 lines
663 B
JSON

{
"type": "machine",
"settings_id": "GM004",
"name": "BLOCKS Pro S100 1.0 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "BLOCKS Pro S100",
"default_print_profile": "0.50mm Standard 1.0 nozzle @Blocks",
"max_layer_height": [
"0.7"
],
"min_layer_height": [
"0.2"
],
"nozzle_diameter": [
"1.0"
],
"printable_area": [
"0x0",
"1000x0",
"1000x1000",
"0x1000"
],
"printable_height": "900",
"upward_compatible_machine": [
"BLOCKS Pro S100"
],
"printer_variant": "1.0"
}