mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-25 09:50:59 +00:00
* add orca profile skill * add default material check Improve validation for default materials and filament profiles * Fix default materials and obsolete keys * clarifying orca-profiles skill
15 lines
269 B
JSON
15 lines
269 B
JSON
{
|
|
"type": "machine",
|
|
"name": "fdm_machine_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"auxiliary_fan": "0",
|
|
"bed_exclude_area": [
|
|
"0x0"
|
|
],
|
|
"family": "re3D",
|
|
"gcode_flavor": "klipper",
|
|
"emit_machine_limits_to_gcode": "0",
|
|
"scan_first_layer": "0"
|
|
}
|