mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 17:45:08 +08:00

* add goofoo,renkforce printf * 优化PVA打印的配置 * 修正双喷打印不能重叠的问题 * 修改配置信息 * 添加机型配置 * 新增 goofoo 2-1混色脚本,优化机型配置. * 优化goofoo 2-1混色脚本 * 调整了机型配置 * 添加不同口径喷嘴 * 添加喷嘴口径 * 修改机器名称不对的问题 * modify setting_version = 16 to setting_version = 17 * modify renkforce & goofoo's files setting_version = 16 to 17 * modify pva support_pattern & e-one size * modify pva support pattern to grid Co-authored-by: laiqiqi <laiqiqi886@163.com>
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"name": "Goofoo Max",
|
|
"version": 2,
|
|
"inherits": "goofoo_near",
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Goofoo Max" },
|
|
"machine_width": { "default_value": 600 },
|
|
"machine_depth": { "default_value": 580 },
|
|
"machine_height": { "default_value": 700 },
|
|
"machine_head_with_fans_polygon": { "default_value": [
|
|
[0, 0],
|
|
[0, 0],
|
|
[0, 0],
|
|
[0, 0]
|
|
]
|
|
},
|
|
|
|
"gantry_height": { "value": 0 }
|
|
|
|
},
|
|
"metadata": {
|
|
"visible": true
|
|
}
|
|
} |