Browse Source

Add extruder definition for all single-extrusion machines

CURA-5334

All changed printers:

 - 101Hero
 - 3dator
 - abax_pri3
 - abax_pri5
 - abax_titan
 - alya3dp
 - anycubic_i3_mega
 - bfb
 - bq_hephestos
 - bq_hephestos_2
 - bq_hephestos_xl
 - bq_witbox
 - bq_witbox_2
 - creality_cr10
 - creality_cr10s4
 - creality_cr10s5
 - dagoma_discoeasy200
 - dagoma_neva
 - delta_go
 - deltabot
 - deltacomb
 - easyarts_ares
 - fabtotum
 - folgertech_FT-5
 - gmax15plus
 - grr_neo
 - imade3d_jellybox
 - innovo_inventor
 - julia
 - kemiq_q2_beta
 - kemiq_q2_gama
 - kossel_mini
 - kossel_pro
 - kupido
 - makeR_pegasus
 - makeR_prusa_tairona_i3
 - maker_starter
 - makerbotreplicator
 - malyan_m180
 - malyan_m200
 - mankati_fullscale_xt_plus
 - mendel90
 - monoprice_select_mini_v1
 - monoprice_select_mini_v2
 - peopoly_moai
 - printrbot_play
 - printrbot_play_heated
 - printrbot_simple
 - printrbot_simple_extended
 - printrbot_simple_makers_kit
 - prusa_i3
 - prusa_i3_mk2
 - prusa_i3_xl
 - raise3D_N2_plus_single
 - raise3D_N2_single
 - renkforce_rf100
 - rigid3d
 - rigid3d_3rdgen
 - rigid3d_hobby
 - rigid3d_mucit
 - rigid3d_zero
 - rigid3d_zero2
 - rigidbot
 - rigidbot_big
 - robo_3d_r1
 - seemecnc_artemis
 - seemecnc_v32
 - tam
 - tevo_blackwidow
 - tevo_tarantula
 - ubuild-3d_mr_bot_280
 - ultimaker2
 - ultimaker2_extended
 - ultimaker2_extended_plus
 - ultimaker2_go
 - ultimaker2_plus
 - ultimaker_original
 - ultimaker_original_plus
 - uniqbot_one
 - vertex_delta_k8800
 - vertex_k8400
 - zone3d_printer
 - zyyx_agile
Lipu Fei 6 years ago
parent
commit
aba3795d0b

+ 5 - 1
resources/definitions/101Hero.def.json

@@ -9,7 +9,11 @@
         "file_formats": "text/x-gcode",
         "file_formats": "text/x-gcode",
         "platform": "101hero-platform.stl",
         "platform": "101hero-platform.stl",
         "supports_usb_connection": true,
         "supports_usb_connection": true,
-        "preferred_quality_type": "draft"
+        "preferred_quality_type": "draft",
+        "machine_extruder_trains":
+        {
+            "0": "101Hero_extruder_0"
+        }
     },
     },
 
 
     "overrides": {
     "overrides": {

+ 5 - 1
resources/definitions/3dator.def.json

@@ -9,7 +9,11 @@
         "file_formats": "text/x-gcode",
         "file_formats": "text/x-gcode",
         "icon": "icon_ultimaker2",
         "icon": "icon_ultimaker2",
         "supports_usb_connection": true,
         "supports_usb_connection": true,
-        "platform": "3dator_platform.stl"
+        "platform": "3dator_platform.stl",
+        "machine_extruder_trains":
+        {
+            "0": "3dator_extruder_0"
+        }
     },
     },
 
 
     "overrides": {
     "overrides": {

+ 5 - 1
resources/definitions/abax_pri3.def.json

@@ -6,7 +6,11 @@
         "visible": true,
         "visible": true,
         "author": "ABAX 3d Technologies",
         "author": "ABAX 3d Technologies",
         "manufacturer": "ABAX 3d Technologies",
         "manufacturer": "ABAX 3d Technologies",
-        "file_formats": "text/x-gcode"
+        "file_formats": "text/x-gcode",
+        "machine_extruder_trains":
+        {
+            "0": "abax_pri3_extruder_0"
+        }
     },
     },
     "overrides": {
     "overrides": {
         "machine_start_gcode": {
         "machine_start_gcode": {

+ 5 - 1
resources/definitions/abax_pri5.def.json

@@ -6,7 +6,11 @@
         "visible": true,
         "visible": true,
         "author": "ABAX 3d Technologies",
         "author": "ABAX 3d Technologies",
         "manufacturer": "ABAX 3d Technologies",
         "manufacturer": "ABAX 3d Technologies",
-        "file_formats": "text/x-gcode"
+        "file_formats": "text/x-gcode",
+        "machine_extruder_trains":
+        {
+            "0": "abax_pri5_extruder_0"
+        }
     },
     },
     "overrides": {
     "overrides": {
         "machine_start_gcode": {
         "machine_start_gcode": {

+ 5 - 1
resources/definitions/abax_titan.def.json

@@ -6,7 +6,11 @@
         "visible": true,
         "visible": true,
         "author": "ABAX 3d Technologies",
         "author": "ABAX 3d Technologies",
         "manufacturer": "ABAX 3d Technologies",
         "manufacturer": "ABAX 3d Technologies",
-        "file_formats": "text/x-gcode"
+        "file_formats": "text/x-gcode",
+        "machine_extruder_trains":
+        {
+            "0": "abax_titan_extruder_0"
+        }
     },
     },
     "overrides": {
     "overrides": {
         "machine_start_gcode": {
         "machine_start_gcode": {

+ 5 - 1
resources/definitions/alya3dp.def.json

@@ -6,7 +6,11 @@
         "visible": true,
         "visible": true,
         "author": "ALYA",
         "author": "ALYA",
         "manufacturer": "ALYA",
         "manufacturer": "ALYA",
-        "file_formats": "text/x-gcode"
+        "file_formats": "text/x-gcode",
+        "machine_extruder_trains":
+        {
+            "0": "alya3dp_extruder_0"
+        }
     },
     },
 
 
     "overrides": {
     "overrides": {

+ 5 - 1
resources/definitions/anycubic_i3_mega.def.json

@@ -12,7 +12,11 @@
         "platform": "anycubic_i3_mega_platform.stl",
         "platform": "anycubic_i3_mega_platform.stl",
         "has_materials": false,
         "has_materials": false,
         "has_machine_quality": true,
         "has_machine_quality": true,
-        "preferred_quality_type": "normal"
+        "preferred_quality_type": "normal",
+        "machine_extruder_trains":
+        {
+            "0": "anycubic_i3_mega_extruder_0"
+        }
     },
     },
 
 
     "overrides":
     "overrides":

+ 5 - 1
resources/definitions/bfb.def.json

@@ -7,7 +7,11 @@
         "author": "Ultimaker",
         "author": "Ultimaker",
         "manufacturer": "BFB",
         "manufacturer": "BFB",
         "file_formats": "text/x-gcode",
         "file_formats": "text/x-gcode",
-        "platform_offset": [ 0, 0, 0]
+        "platform_offset": [ 0, 0, 0],
+        "machine_extruder_trains":
+        {
+            "0": "bfb_extruder_0"
+        }
     },
     },
 
 
     "overrides": {
     "overrides": {

+ 5 - 1
resources/definitions/bq_hephestos.def.json

@@ -8,7 +8,11 @@
         "manufacturer": "BQ",
         "manufacturer": "BQ",
         "file_formats": "text/x-gcode",
         "file_formats": "text/x-gcode",
         "platform": "bq_hephestos_platform.stl",
         "platform": "bq_hephestos_platform.stl",
-        "platform_offset": [ 0, -82, 0]
+        "platform_offset": [ 0, -82, 0],
+        "machine_extruder_trains":
+        {
+            "0": "bq_hephestos_extruder_0"
+        }
     },
     },
 
 
     "overrides": {
     "overrides": {

+ 5 - 1
resources/definitions/bq_hephestos_2.def.json

@@ -8,7 +8,11 @@
         "manufacturer": "BQ",
         "manufacturer": "BQ",
         "platform": "bq_hephestos_2_platform.stl",
         "platform": "bq_hephestos_2_platform.stl",
         "platform_offset": [6, 1320, 0 ],
         "platform_offset": [6, 1320, 0 ],
-        "file_formats": "text/x-gcode"
+        "file_formats": "text/x-gcode",
+        "machine_extruder_trains":
+        {
+            "0": "bq_hephestos_2_extruder_0"
+        }
     },
     },
 
 
     "overrides": {
     "overrides": {

Some files were not shown because too many files changed in this diff