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:
authorHUNIBEST-HyVISION <hunibest@hyvision.co.kr>2020-07-26 09:25:20 +0300
committerHUNIBEST-HyVISION <hunibest@hyvision.co.kr>2020-07-26 09:25:20 +0300
commitfa8e951c789e632d217884c41d9fa868a86aed2d (patch)
treebd1dfb59921e431b431277069ce1961749fb403d /resources/extruders
parent47f02a8d2881eaa668cc11085f438a8c313d8b65 (diff)
[CUBICON] Add printer device (Style NEO-A22)
Diffstat (limited to 'resources/extruders')
-rw-r--r--resources/extruders/cubicon_style_neo_a22_extruder_0.def.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json b/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json
new file mode 100644
index 0000000000..587d093a9e
--- /dev/null
+++ b/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json
@@ -0,0 +1,26 @@
+{
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "cubicon_style_neo_a22",
+ "position": "0"
+ },
+ "overrides": {
+ "extruder_nr": {
+ "default_value": 0
+ },
+ "machine_nozzle_size": {
+ "default_value": 0.4
+ },
+ "machine_nozzle_offset_x": {
+ "default_value": -3.20
+ },
+ "machine_nozzle_offset_y": {
+ "default_value": -4.70
+ },
+ "material_diameter": {
+ "default_value": 1.75
+ }
+ }
+}