orcaslicer/resources/profiles/Blocks/machine/BLOCKS RD50 V2 0.4 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

38 lines
772 B
JSON

{
"type": "machine",
"settings_id": "GM006",
"name": "BLOCKS RD50 V2 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "BLOCKS RD50 V2",
"default_print_profile": "0.20mm Standard 0.4 nozzle @Blocks_RD50_V2",
"max_layer_height": [
"0.30"
],
"min_layer_height": [
"0.10"
],
"nozzle_diameter": [
"0.4"
],
"printable_area": [
"0x0",
"500x0",
"500x500",
"0x500"
],
"retraction_length": [
"1.2"
],
"retraction_speed": [
"30"
],
"deretraction_speed": [
"80"
],
"printable_height": "500",
"upward_compatible_machine": [
"BLOCKS RD50 V2"
]
}