orcaslicer/resources/profiles/FlyingBear/machine/FlyingBear Reborn3 0.4 nozzle.json
FlyingbearOfficial 93714f834d
Fix paramters of the process and machine files (#4246)
* Update fdm_process_common.json

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-02-28 22:05:45 +08:00

22 lines
411 B
JSON

{
"type": "machine",
"setting_id": "GM001",
"name": "FlyingBear Reborn3 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "FlyingBear Reborn3",
"nozzle_diameter": [
"0.4"
],
"z_hop": [
"0.4"
],
"printable_area": [
"0x0",
"300x0",
"300x300",
"0x300"
],
"printable_height": "350"
}