* Add a new brand named Flyingbear Add a new brand named Flyingbear Model name: Flyingbear Reborn3 * Update fdm_machine_common.json fix z_hop 0,2(2) * make bed model smaller and set default internal_solid_infill_pattern to monotonic --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
22 lines
409 B
JSON
22 lines
409 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"
|
|
],
|
|
"printable_area": [
|
|
"0x0",
|
|
"300x0",
|
|
"300x300",
|
|
"0x300"
|
|
],
|
|
"printable_height": "350"
|
|
}
|