mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
20231103 Add "InfiMech" printer profiles (#2596)
* 20231103 Add "InfiMech" printer profiles A new brand named "InfiMech" submits printer profiles for the first time. * 20231103 Add "InfiMech" printer profiles A new brand named "InfiMech" submits printer profiles for the first time. * fix issues that prevent the profiles being loaded. --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
8fcaef53f7
commit
915c112ee5
26 changed files with 1710 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "InfiMech TX 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_klipper_common",
|
||||
"printer_model": "InfiMech TX",
|
||||
"nozzle_diameter": [
|
||||
"0.4"
|
||||
],
|
||||
"z_hop": [
|
||||
"0"
|
||||
],
|
||||
"printable_area": [
|
||||
"0x0",
|
||||
"220x0",
|
||||
"220x220",
|
||||
"0x220"
|
||||
],
|
||||
"printable_height": "250"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue