Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilkok <milkok@126.com>2018-07-24 12:20:40 +0300
committerGitHub <noreply@github.com>2018-07-24 12:20:40 +0300
commit405eccfa9ceafd481f1497125649a173b3715f80 (patch)
treed6f4462683079e8217bd2cadc81aefec51e5b08f /resources/extruders/winbo_superhelper105_extruder.def.json
parent988de2b68c7681d1aa7b3a163cc17d21d6f44070 (diff)
Create winbo_superhelper105_extruder.def.json
Diffstat (limited to 'resources/extruders/winbo_superhelper105_extruder.def.json')
-rw-r--r--resources/extruders/winbo_superhelper105_extruder.def.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/extruders/winbo_superhelper105_extruder.def.json b/resources/extruders/winbo_superhelper105_extruder.def.json
new file mode 100644
index 0000000000..1224a5a29a
--- /dev/null
+++ b/resources/extruders/winbo_superhelper105_extruder.def.json
@@ -0,0 +1,19 @@
+{
+ "id": "winbo_superhelper105_extruder",
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "winbo_superhelper105",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": {
+ "default_value": 0,
+ "maximum_value": "2"
+ },
+ "machine_nozzle_offset_x": { "default_value": 0.0 },
+ "machine_nozzle_offset_y": { "default_value": 0.0 }
+ }
+}