From a5bc2769aadbcf219ac03c33ec701dd211c76c3c Mon Sep 17 00:00:00 2001 From: milkok Date: Tue, 24 Jul 2018 17:15:07 +0800 Subject: [PATCH] Create winbo_superhelper155.def.json --- .../definitions/winbo_superhelper155.def.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 resources/definitions/winbo_superhelper155.def.json diff --git a/resources/definitions/winbo_superhelper155.def.json b/resources/definitions/winbo_superhelper155.def.json new file mode 100644 index 0000000000..65bb4e7b73 --- /dev/null +++ b/resources/definitions/winbo_superhelper155.def.json @@ -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 ] + ] + } + } +}