mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:49:03 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
fcacbbd17e
@ -1383,5 +1383,5 @@
|
|||||||
"website": "https://www.vellemanprojects.eu"
|
"website": "https://www.vellemanprojects.eu"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
30
resources/definitions/winbo_superhelper155.def.json
Normal file
30
resources/definitions/winbo_superhelper155.def.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Winbo Super Helper 155",
|
||||||
|
"inherits": "winbo_superhelper105",
|
||||||
|
"metadata": {
|
||||||
|
"author": "Winbo",
|
||||||
|
"manufacturer": "Winbo Smart Tech Co., Ltd.",
|
||||||
|
"category": "Other",
|
||||||
|
"visible": true,
|
||||||
|
"file_formats": "text/x-gcode",
|
||||||
|
"supports_usb_connection": true,
|
||||||
|
"machine_extruder_trains":
|
||||||
|
{
|
||||||
|
"0": "winbo_superhelper155_extruder"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"machine_name": { "default_value": "Winbo Super Helper 155" },
|
||||||
|
"machine_width": { "default_value": 158 },
|
||||||
|
"machine_depth": { "default_value": 158 },
|
||||||
|
"machine_height": { "default_value": 208 },
|
||||||
|
"machine_head_with_fans_polygon":
|
||||||
|
{
|
||||||
|
"default_value":
|
||||||
|
[
|
||||||
|
[ -160, 50 ],[ -160, -30 ],[ 160, -30 ],[ 160, 50 ]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
20
resources/extruders/winbo_superhelper155_extruder.def.json
Normal file
20
resources/extruders/winbo_superhelper155_extruder.def.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata": {
|
||||||
|
"machine": "winbo_superhelper155",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"extruder_nr": {
|
||||||
|
"default_value": 0,
|
||||||
|
"maximum_value": "2"
|
||||||
|
},
|
||||||
|
"material_diameter": { "default_value": 1.75 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"machine_nozzle_offset_x": { "default_value": 0.0 },
|
||||||
|
"machine_nozzle_offset_y": { "default_value": 0.0 }
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user