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
This commit is contained in:
Lipu Fei 2018-06-08 11:49:52 +02:00
parent dc5a48fb7d
commit aba3795d0b
166 changed files with 1869 additions and 210 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -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":

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {

View File

@ -8,7 +8,11 @@
"author": "BQ", "author": "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_xl_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "BQ", "manufacturer": "BQ",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "bq_witbox_platform.stl", "platform": "bq_witbox_platform.stl",
"platform_offset": [ 0, -145, -38] "platform_offset": [ 0, -145, -38],
"machine_extruder_trains":
{
"0": "bq_witbox_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "BQ", "manufacturer": "BQ",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "bq_witbox_platform.stl", "platform": "bq_witbox_platform.stl",
"platform_offset": [0, -145, -38] "platform_offset": [0, -145, -38],
"machine_extruder_trains":
{
"0": "bq_witbox_2_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -7,7 +7,11 @@
"author": "Michael Wildermuth", "author": "Michael Wildermuth",
"manufacturer": "Creality3D", "manufacturer": "Creality3D",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"preferred_quality_type": "draft" "preferred_quality_type": "draft",
"machine_extruder_trains":
{
"0": "creality_cr10_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_width": { "machine_width": {

View File

@ -6,7 +6,11 @@
"visible": true, "visible": true,
"author": "Michael Wildermuth", "author": "Michael Wildermuth",
"manufacturer": "Creality3D", "manufacturer": "Creality3D",
"file_formats": "text/x-gcode" "file_formats": "text/x-gcode",
"machine_extruder_trains":
{
"0": "creality_cr10s4_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_width": { "machine_width": {

View File

@ -6,7 +6,11 @@
"visible": true, "visible": true,
"author": "Michael Wildermuth", "author": "Michael Wildermuth",
"manufacturer": "Creality3D", "manufacturer": "Creality3D",
"file_formats": "text/x-gcode" "file_formats": "text/x-gcode",
"machine_extruder_trains":
{
"0": "creality_cr10s5_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_width": { "machine_width": {

View File

@ -8,7 +8,11 @@
"manufacturer": "Dagoma", "manufacturer": "Dagoma",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "discoeasy200.stl", "platform": "discoeasy200.stl",
"platform_offset": [ 105, -59, 280] "platform_offset": [ 105, -59, 280],
"machine_extruder_trains":
{
"0": "dagoma_discoeasy200_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_width": { "machine_width": {

View File

@ -9,7 +9,11 @@
"manufacturer": "Dagoma", "manufacturer": "Dagoma",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "neva.stl", "platform": "neva.stl",
"platform_offset": [ 0, 0, 0] "platform_offset": [ 0, 0, 0],
"machine_extruder_trains":
{
"0": "dagoma_neva_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_width": { "machine_width": {

View File

@ -1,40 +1,44 @@
{ {
"name": "Delta Go", "name": "Delta Go",
"version": 2, "version": 2,
"inherits": "fdmprinter", "inherits": "fdmprinter",
"metadata": { "metadata": {
"visible": true, "visible": true,
"author": "Deltaprintr", "author": "Deltaprintr",
"manufacturer": "Deltaprintr", "manufacturer": "Deltaprintr",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform_offset": [0, 0, 0], "platform_offset": [0, 0, 0],
"platform": "" "platform": "",
}, "machine_extruder_trains":
"overrides": { {
"machine_name": { "default_value": "Delta Go" }, "0": "delta_go_extruder_0"
"material_diameter": { "default_value": 1.75 }, }
"default_material_print_temperature": { "default_value": 210 }, },
"speed_travel": { "default_value": 150 }, "overrides": {
"prime_tower_size": { "default_value": 8.66 }, "machine_name": { "default_value": "Delta Go" },
"infill_sparse_density": { "default_value": 10 }, "material_diameter": { "default_value": 1.75 },
"speed_wall_x": { "default_value": 30 }, "default_material_print_temperature": { "default_value": 210 },
"speed_wall_0": { "default_value": 30 }, "speed_travel": { "default_value": 150 },
"speed_topbottom": { "default_value": 20 }, "prime_tower_size": { "default_value": 8.66 },
"layer_height": { "default_value": 0.15 }, "infill_sparse_density": { "default_value": 10 },
"speed_print": { "default_value": 30 }, "speed_wall_x": { "default_value": 30 },
"machine_heated_bed": { "default_value": false }, "speed_wall_0": { "default_value": 30 },
"machine_center_is_zero": { "default_value": true }, "speed_topbottom": { "default_value": 20 },
"machine_height": { "default_value": 154 }, "layer_height": { "default_value": 0.15 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "speed_print": { "default_value": 30 },
"machine_depth": { "default_value": 115 }, "machine_heated_bed": { "default_value": false },
"machine_width": { "default_value": 115 }, "machine_center_is_zero": { "default_value": true },
"raft_airgap": { "default_value": 0.15 }, "machine_height": { "default_value": 154 },
"retraction_hop_enabled": { "value": "True" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"retraction_amount": { "default_value": 4.1 }, "machine_depth": { "default_value": 115 },
"retraction_speed": { "default_value": 500 }, "machine_width": { "default_value": 115 },
"retraction_hop": { "value": "0.2" }, "raft_airgap": { "default_value": 0.15 },
"retraction_hop_only_when_collides": { "value": "True" }, "retraction_hop_enabled": { "value": "True" },
"brim_width": { "value": "5" }, "retraction_amount": { "default_value": 4.1 },
"machine_shape": { "default_value": "elliptic"} "retraction_speed": { "default_value": 500 },
} "retraction_hop": { "value": "0.2" },
} "retraction_hop_only_when_collides": { "value": "True" },
"brim_width": { "value": "5" },
"machine_shape": { "default_value": "elliptic"}
}
}

View File

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

View File

@ -10,7 +10,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "deltacomb.stl", "platform": "deltacomb.stl",
"has_machine_quality": true "has_machine_quality": true,
"machine_extruder_trains":
{
"0": "deltacomb_extruder_0"
}
}, },
"overrides": { "overrides": {
@ -28,7 +32,6 @@
"retraction_hop_enabled": { "default_value": true }, "retraction_hop_enabled": { "default_value": true },
"retraction_amount" : { "default_value": 3.5 }, "retraction_amount" : { "default_value": 3.5 },
"retraction_speed" : { "default_value": 50 }, "retraction_speed" : { "default_value": 50 },
"material_diameter": { "default_value": 1.75 },
"material_final_print_temperature": { "value": "material_print_temperature - 5" }, "material_final_print_temperature": { "value": "material_print_temperature - 5" },
"material_initial_print_temperature": { "value": "material_print_temperature" }, "material_initial_print_temperature": { "value": "material_print_temperature" },
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" }, "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },

View File

@ -6,7 +6,11 @@
"visible": true, "visible": true,
"author": "nliaudat", "author": "nliaudat",
"manufacturer": "EasyArts (discontinued)", "manufacturer": "EasyArts (discontinued)",
"file_formats": "text/x-gcode" "file_formats": "text/x-gcode",
"machine_extruder_trains":
{
"0": "easyarts_ares_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_start_gcode": { "machine_start_gcode": {

View File

@ -15,7 +15,11 @@
"variants_name": "Head", "variants_name": "Head",
"preferred_variant_name": "Lite 0.4 mm", "preferred_variant_name": "Lite 0.4 mm",
"preferred_material": "fabtotum_pla", "preferred_material": "fabtotum_pla",
"supports_usb_connection": false "supports_usb_connection": false,
"machine_extruder_trains":
{
"0": "fabtotum_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -7,7 +7,11 @@
"author": "Jaime van Kessel & Paul Bussiere", "author": "Jaime van Kessel & Paul Bussiere",
"manufacturer": "Folger Tech", "manufacturer": "Folger Tech",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "FT-5_build_plate.stl" "platform": "FT-5_build_plate.stl",
"machine_extruder_trains":
{
"0": "folgertech_FT-5_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_heated_bed": { "default_value": true }, "machine_heated_bed": { "default_value": true },

View File

@ -13,7 +13,11 @@
"has_machine_quality": true, "has_machine_quality": true,
"has_variants": true, "has_variants": true,
"variants_name": "Hotend", "variants_name": "Hotend",
"preferred_variant_name": "0.5mm E3D (Default)" "preferred_variant_name": "0.5mm E3D (Default)",
"machine_extruder_trains":
{
"0": "gmax15plus_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "German RepRap", "manufacturer": "German RepRap",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker.png", "icon": "icon_ultimaker.png",
"platform": "grr_neo_platform.stl" "platform": "grr_neo_platform.stl",
"machine_extruder_trains":
{
"0": "grr_neo_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -14,7 +14,11 @@
"has_materials": true, "has_materials": true,
"has_variants": true, "has_variants": true,
"has_machine_materials": true, "has_machine_materials": true,
"has_machine_quality": true "has_machine_quality": true,
"machine_extruder_trains":
{
"0": "imade3d_jellybox_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "Innovo", "manufacturer": "Innovo",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "inventor_platform.stl", "platform": "inventor_platform.stl",
"platform_offset": [-180, -0.25, 160] "platform_offset": [-180, -0.25, 160],
"machine_extruder_trains":
{
"0": "innovo_inventor_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

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

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "kemiq_q2.stl", "platform": "kemiq_q2.stl",
"has_machine_quality": true, "has_machine_quality": true,
"has_materials": true "has_materials": true,
"machine_extruder_trains":
{
"0": "kemiq_q2_beta_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "kemiq_q2.stl", "platform": "kemiq_q2.stl",
"has_machine_quality": true, "has_machine_quality": true,
"has_materials": true "has_materials": true,
"machine_extruder_trains":
{
"0": "kemiq_q2_gama_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "kossel_platform.stl", "platform": "kossel_platform.stl",
"platform_offset": [0, -0.25, 0] "platform_offset": [0, -0.25, 0],
"machine_extruder_trains":
{
"0": "kossel_mini_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "kossel_pro_build_platform.stl", "platform": "kossel_pro_build_platform.stl",
"platform_offset": [0, -0.25, 0] "platform_offset": [0, -0.25, 0],
"machine_extruder_trains":
{
"0": "kossel_pro_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_heated_bed": { "machine_heated_bed": {

View File

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

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "makeR_pegasus_platform.stl", "platform": "makeR_pegasus_platform.stl",
"platform_offset": [-200, -10, 200] "platform_offset": [-200, -10, 200],
"machine_extruder_trains":
{
"0": "makeR_pegasus_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "makeR_prusa_tairona_i3_platform.stl", "platform": "makeR_prusa_tairona_i3_platform.stl",
"platform_offset": [-2, 0, 0] "platform_offset": [-2, 0, 0],
"machine_extruder_trains":
{
"0": "makeR_prusa_tairona_i3_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj", "file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj",
"icon": "icon_ultimaker2.png", "icon": "icon_ultimaker2.png",
"platform": "makerstarter_platform.stl", "platform": "makerstarter_platform.stl",
"preferred_quality_type": "draft" "preferred_quality_type": "draft",
"machine_extruder_trains":
{
"0": "maker_starter_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -7,7 +7,11 @@
"author": "Ultimaker", "author": "Ultimaker",
"manufacturer": "MakerBot", "manufacturer": "MakerBot",
"file_formats": "application/x3g", "file_formats": "application/x3g",
"platform_offset": [ 0, 0, 0] "platform_offset": [ 0, 0, 0],
"machine_extruder_trains":
{
"0": "makerbotreplicator_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"author": "Ruben Dulek", "author": "Ruben Dulek",
"manufacturer": "Malyan", "manufacturer": "Malyan",
"machine_x3g_variant": "r1d", "machine_x3g_variant": "r1d",
"file_formats": "application/x3g" "file_formats": "application/x3g",
"machine_extruder_trains":
{
"0": "malyan_m180_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -15,7 +15,11 @@
"supports_usb_connection": true, "supports_usb_connection": true,
"visible": true, "visible": true,
"first_start_actions": ["MachineSettingsAction"], "first_start_actions": ["MachineSettingsAction"],
"supported_actions": ["MachineSettingsAction"] "supported_actions": ["MachineSettingsAction"],
"machine_extruder_trains":
{
"0": "malyan_m200_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -7,7 +7,11 @@
"author": "RBC", "author": "RBC",
"manufacturer": "Mankati", "manufacturer": "Mankati",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "mankati_fullscale_xt_plus_platform.stl" "platform": "mankati_fullscale_xt_plus_platform.stl",
"machine_extruder_trains":
{
"0": "mankati_fullscale_xt_plus_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Mankati Fullscale XT Plus" }, "machine_name": { "default_value": "Mankati Fullscale XT Plus" },

View File

@ -1,87 +1,91 @@
{ {
"name": "Mendel90", "name": "Mendel90",
"version": 2, "version": 2,
"inherits": "fdmprinter", "inherits": "fdmprinter",
"metadata": "metadata":
{ {
"visible": true, "visible": true,
"author": "Bo Herrmannsen", "author": "Bo Herrmannsen",
"manufacturer": "Nophead", "manufacturer": "Nophead",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "mendel90_platform.stl", "platform": "mendel90_platform.stl",
"platform_offset": [0, -23.6, 0] "platform_offset": [0, -23.6, 0],
}, "machine_extruder_trains":
{
"pages": [ "0": "mendel90_extruder_0"
"BedLeveling" }
], },
"overrides": { "pages": [
"machine_name": { "default_value": "Mendel90" }, "BedLeveling"
"machine_start_gcode": { ],
"default_value": "G21 ;metric values\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\nM107 ;start with the fan off\nG1 X90 Y200 F6000 ;go to the middle of the front\nG1 Z0.05 ;close to the bed\nG1 Z0.3 ;lift Z\n"
}, "overrides": {
"machine_end_gcode": { "machine_name": { "default_value": "Mendel90" },
"default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM107 ;carriage fan off\nG91 ;relative positioning\nG1 Z10 ;Move up Z 10mm\nG90 ;back to absolute mode\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG92 E0 ;zero the extruded length\nG1 Y200 F5000 ;Move Y to middle of bed cooling fan\nM42 P42 S255 ;Turn on Bed cooling fan on\nG4 S420 ;Wait 7 mins\nM42 P42 S0 ;Turn off bed cooling fan\nG1 Y10 F5000 ;Move Y to front\nM84 ;steppers off\n" "machine_start_gcode": {
}, "default_value": "G21 ;metric values\nG90 ;absolute positioning\nG92 E0 ;zero the extruded length\nM107 ;start with the fan off\nG1 X90 Y200 F6000 ;go to the middle of the front\nG1 Z0.05 ;close to the bed\nG1 Z0.3 ;lift Z\n"
"material_bed_temp_wait": { },
"default_value": true "machine_end_gcode": {
}, "default_value": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nM107 ;carriage fan off\nG91 ;relative positioning\nG1 Z10 ;Move up Z 10mm\nG90 ;back to absolute mode\nG1 E-1 F1200 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG92 E0 ;zero the extruded length\nG1 Y200 F5000 ;Move Y to middle of bed cooling fan\nM42 P42 S255 ;Turn on Bed cooling fan on\nG4 S420 ;Wait 7 mins\nM42 P42 S0 ;Turn off bed cooling fan\nG1 Y10 F5000 ;Move Y to front\nM84 ;steppers off\n"
"material_print_temp_prepend": { },
"default_value": true "material_bed_temp_wait": {
}, "default_value": true
"machine_width": { },
"default_value": 200 "material_print_temp_prepend": {
}, "default_value": true
"machine_height": { },
"default_value": 200 "machine_width": {
}, "default_value": 200
"machine_depth": { },
"default_value": 200 "machine_height": {
}, "default_value": 200
"machine_heated_bed": { },
"default_value": true "machine_depth": {
}, "default_value": 200
"machine_center_is_zero": { },
"default_value": false "machine_heated_bed": {
}, "default_value": true
"machine_extruder_count": { },
"default_value": 1 "machine_center_is_zero": {
}, "default_value": false
"machine_nozzle_tip_outer_diameter": { },
"default_value": 1 "machine_extruder_count": {
}, "default_value": 1
"machine_nozzle_head_distance": { },
"default_value": 5 "machine_nozzle_tip_outer_diameter": {
}, "default_value": 1
"machine_nozzle_expansion_angle": { },
"default_value": 45 "machine_nozzle_head_distance": {
}, "default_value": 5
"machine_heat_zone_length": { },
"default_value": 16 "machine_nozzle_expansion_angle": {
}, "default_value": 45
"machine_gcode_flavor": { },
"default_value": "RepRap (Marlin/Sprinter)" "machine_heat_zone_length": {
}, "default_value": 16
"gantry_height": { },
"default_value": 55 "machine_gcode_flavor": {
}, "default_value": "RepRap (Marlin/Sprinter)"
"machine_nozzle_size": { },
"default_value": 0.4 "gantry_height": {
}, "default_value": 55
"material_diameter": { },
"default_value": 1.75 "machine_nozzle_size": {
}, "default_value": 0.4
"machine_head_with_fans_polygon": },
{ "material_diameter": {
"default_value": [ "default_value": 1.75
[ -12, 9 ], },
[ -12, -9 ], "machine_head_with_fans_polygon":
[ 14, 9 ], {
[ 14, -9 ] "default_value": [
] [ -12, 9 ],
} [ -12, -9 ],
} [ 14, 9 ],
} [ 14, -9 ]
]
}
}
}

View File

@ -9,7 +9,11 @@
"category": "Other", "category": "Other",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"quality_definition": "malyan_m200", "quality_definition": "malyan_m200",
"visible": true "visible": true,
"machine_extruder_trains":
{
"0": "monoprice_select_mini_v1_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -11,7 +11,11 @@
"has_machine_quality": true, "has_machine_quality": true,
"has_materials": true, "has_materials": true,
"preferred_quality_type": "normal", "preferred_quality_type": "normal",
"visible": true "visible": true,
"machine_extruder_trains":
{
"0": "monoprice_select_mini_v2_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "Peopoly", "manufacturer": "Peopoly",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"has_machine_quality": true, "has_machine_quality": true,
"has_materials": false "has_materials": false,
"machine_extruder_trains":
{
"0": "peopoly_moai_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -7,7 +7,11 @@
"author": "Chris Pearson", "author": "Chris Pearson",
"manufacturer": "Printrbot", "manufacturer": "Printrbot",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "printrbot_play.stl" "platform": "printrbot_play.stl",
"machine_extruder_trains":
{
"0": "printrbot_play_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -7,7 +7,11 @@
"author": "Chris Pearson", "author": "Chris Pearson",
"manufacturer": "Printrbot", "manufacturer": "Printrbot",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "" "platform": "",
"machine_extruder_trains":
{
"0": "printrbot_play_heated_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "PrintrBot", "manufacturer": "PrintrBot",
"platform": "printrbot_simple_metal_platform.stl", "platform": "printrbot_simple_metal_platform.stl",
"platform_offset": [0, -3.45, 0], "platform_offset": [0, -3.45, 0],
"file_formats": "text/x-gcode" "file_formats": "text/x-gcode",
"machine_extruder_trains":
{
"0": "printrbot_simple_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "PrintrBot", "manufacturer": "PrintrBot",
"platform": "printrbot_simple_metal_upgrade.stl", "platform": "printrbot_simple_metal_upgrade.stl",
"platform_offset": [0, -0.3, 0], "platform_offset": [0, -0.3, 0],
"file_formats": "text/x-gcode" "file_formats": "text/x-gcode",
"machine_extruder_trains":
{
"0": "printrbot_simple_extended_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -6,7 +6,11 @@
"visible": true, "visible": true,
"author": "Timur Tabi", "author": "Timur Tabi",
"manufacturer": "Printrbot", "manufacturer": "Printrbot",
"file_formats": "text/x-gcode" "file_formats": "text/x-gcode",
"machine_extruder_trains":
{
"0": "printrbot_simple_makers_kit_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "Prusajr", "manufacturer": "Prusajr",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "prusai3_platform.stl" "platform": "prusai3_platform.stl",
"machine_extruder_trains":
{
"0": "prusa_i3_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "prusai3_platform.stl", "platform": "prusai3_platform.stl",
"has_materials": true "has_materials": true,
"machine_extruder_trains":
{
"0": "prusa_i3_mk2_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "Prusajr", "manufacturer": "Prusajr",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2.png", "icon": "icon_ultimaker2.png",
"platform": "prusai3_xl_platform.stl" "platform": "prusai3_xl_platform.stl",
"machine_extruder_trains":
{
"0": "prusa_i3_xl_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "Raise3D", "manufacturer": "Raise3D",
"category": "Other", "category": "Other",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"has_materials": true "has_materials": true,
"machine_extruder_trains":
{
"0": "raise3D_N2_plus_single_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"manufacturer": "Raise3D", "manufacturer": "Raise3D",
"category": "Other", "category": "Other",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"has_materials": true "has_materials": true,
"machine_extruder_trains":
{
"0": "raise3D_N2_single_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -6,7 +6,11 @@
"author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)", "author": "Simon Peter (based on RF100.ini by Conrad Electronic SE)",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"manufacturer": "Renkforce", "manufacturer": "Renkforce",
"visible": true "visible": true,
"machine_extruder_trains":
{
"0": "renkforce_rf100_extruder_0"
}
}, },
"overrides": { "overrides": {
@ -77,7 +81,7 @@
"enabled": false "enabled": false
}, },
"material_diameter": { "material_diameter": {
"value": "1.75" "default_value": 1.75
}, },
"material_flow": { "material_flow": {
"value": "110" "value": "110"

View File

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

View File

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

View File

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

View File

@ -10,7 +10,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "rigid3d_mucit_platform.stl", "platform": "rigid3d_mucit_platform.stl",
"platform_offset": [ 0, -19, 0], "platform_offset": [ 0, -19, 0],
"preferred_quality_type": "draft" "preferred_quality_type": "draft",
"machine_extruder_trains":
{
"0": "rigid3d_mucit_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Rigid3D Mucit" }, "machine_name": { "default_value": "Rigid3D Mucit" },

View File

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

View File

@ -9,7 +9,11 @@
"has_materials": false, "has_materials": false,
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "rigid3d_zero2_platform.stl", "platform": "rigid3d_zero2_platform.stl",
"platform_offset": [ 5, 0, -35] "platform_offset": [ 5, 0, -35],
"machine_extruder_trains":
{
"0": "rigid3d_zero2_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Rigid3D Zero2" }, "machine_name": { "default_value": "Rigid3D Zero2" },

View File

@ -7,7 +7,11 @@
"author": "RBC", "author": "RBC",
"manufacturer": "RigidBot", "manufacturer": "RigidBot",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "rigidbot_platform.stl" "platform": "rigidbot_platform.stl",
"machine_extruder_trains":
{
"0": "rigidbot_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -7,7 +7,11 @@
"author": "RBC", "author": "RBC",
"manufacturer": "RigidBot", "manufacturer": "RigidBot",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "rigidbotbig_platform.stl" "platform": "rigidbotbig_platform.stl",
"machine_extruder_trains":
{
"0": "rigidbot_big_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

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

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "artemis_platform.stl", "platform": "artemis_platform.stl",
"has_materials": true "has_materials": true,
"machine_extruder_trains":
{
"0": "seemecnc_artemis_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -9,7 +9,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "rostock_platform.stl", "platform": "rostock_platform.stl",
"has_materials": true "has_materials": true,
"machine_extruder_trains":
{
"0": "seemecnc_v32_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -10,7 +10,11 @@
"platform": "tam_series1.stl", "platform": "tam_series1.stl",
"platform_offset": [-580.0, -6.23, 253.5], "platform_offset": [-580.0, -6.23, 253.5],
"has_materials": false, "has_materials": false,
"supported_actions":["UpgradeFirmware"] "supported_actions": ["UpgradeFirmware"],
"machine_extruder_trains":
{
"0": "tam_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "TypeAMachines" }, "machine_name": { "default_value": "TypeAMachines" },

View File

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

View File

@ -9,7 +9,11 @@
"manufacturer": "Tevo", "manufacturer": "Tevo",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2", "icon": "icon_ultimaker2",
"platform": "prusai3_platform.stl" "platform": "prusai3_platform.stl",
"machine_extruder_trains":
{
"0": "tevo_tarantula_extruder_0"
}
}, },
"overrides": "overrides":

View File

@ -12,7 +12,11 @@
"icon": "icon_uBuild-3D", "icon": "icon_uBuild-3D",
"platform": "mr_bot_280_platform.stl", "platform": "mr_bot_280_platform.stl",
"has_materials": true, "has_materials": true,
"preferred_quality_type": "draft" "preferred_quality_type": "draft",
"machine_extruder_trains":
{
"0": "ubuild-3d_mr_bot_280_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -16,7 +16,11 @@
"has_machine_quality": true, "has_machine_quality": true,
"exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "generic_pva", "generic_tough_pla"], "exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "generic_pva", "generic_tough_pla"],
"first_start_actions": ["UM2UpgradeSelection"], "first_start_actions": ["UM2UpgradeSelection"],
"supported_actions":["UM2UpgradeSelection", "UpgradeFirmware"] "supported_actions":["UM2UpgradeSelection", "UpgradeFirmware"],
"machine_extruder_trains":
{
"0": "ultimaker2_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Ultimaker 2" }, "machine_name": { "default_value": "Ultimaker 2" },

View File

@ -10,7 +10,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2.png", "icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj", "platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2Extendedbackplate.png" "platform_texture": "Ultimaker2Extendedbackplate.png",
"machine_extruder_trains":
{
"0": "ultimaker2_extended_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -10,7 +10,11 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "ultimaker2_platform.obj", "platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png", "platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
"supported_actions":["UpgradeFirmware"] "supported_actions": ["UpgradeFirmware"],
"machine_extruder_trains":
{
"0": "ultimaker2_extended_plus_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -13,7 +13,11 @@
"platform_texture": "Ultimaker2Gobackplate.png", "platform_texture": "Ultimaker2Gobackplate.png",
"platform_offset": [0, 0, 0], "platform_offset": [0, 0, 0],
"first_start_actions": [], "first_start_actions": [],
"supported_actions":["UpgradeFirmware"] "supported_actions": ["UpgradeFirmware"],
"machine_extruder_trains":
{
"0": "ultimaker2_go_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -15,7 +15,11 @@
"has_machine_materials": true, "has_machine_materials": true,
"has_machine_quality": true, "has_machine_quality": true,
"first_start_actions": [], "first_start_actions": [],
"supported_actions":["UpgradeFirmware"] "supported_actions": ["UpgradeFirmware"],
"machine_extruder_trains":
{
"0": "ultimaker2_plus_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -13,7 +13,11 @@
"has_materials": true, "has_materials": true,
"exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "generic_pva", "generic_tough_pla"], "exclude_materials": ["generic_hips", "generic_petg", "generic_bam", "generic_pva", "generic_tough_pla"],
"first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"], "first_start_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel"],
"supported_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel", "UpgradeFirmware"] "supported_actions": ["UMOUpgradeSelection", "UMOCheckup", "BedLevel", "UpgradeFirmware"],
"machine_extruder_trains":
{
"0": "ultimaker_original_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -11,7 +11,11 @@
"platform": "ultimaker2_platform.obj", "platform": "ultimaker2_platform.obj",
"platform_texture": "UltimakerPlusbackplate.png", "platform_texture": "UltimakerPlusbackplate.png",
"first_start_actions": ["UMOCheckup", "BedLevel"], "first_start_actions": ["UMOCheckup", "BedLevel"],
"supported_actions": ["UMOCheckup", "BedLevel", "UpgradeFirmware"] "supported_actions": ["UMOCheckup", "BedLevel", "UpgradeFirmware"],
"machine_extruder_trains":
{
"0": "ultimaker_original_plus_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -6,7 +6,11 @@
"author": "Unimatech", "author": "Unimatech",
"manufacturer": "Unimatech", "manufacturer": "Unimatech",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"icon": "icon_ultimaker2.png" "icon": "icon_ultimaker2.png",
"machine_extruder_trains":
{
"0": "uniqbot_one_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -8,7 +8,11 @@
"visible": true, "visible": true,
"author": "Velleman", "author": "Velleman",
"has_machine_quality": true, "has_machine_quality": true,
"has_materials": true "has_materials": true,
"machine_extruder_trains":
{
"0": "vertex_delta_k8800_extruder_0"
}
}, },
"overrides": { "overrides": {
"material_diameter": { "material_diameter": {

View File

@ -10,7 +10,11 @@
"platform": "Vertex_build_panel.stl", "platform": "Vertex_build_panel.stl",
"platform_offset": [0, -3, 0], "platform_offset": [0, -3, 0],
"supports_usb_connection": true, "supports_usb_connection": true,
"supported_actions": ["MachineSettingsAction"] "supported_actions": ["MachineSettingsAction"],
"machine_extruder_trains":
{
"0": "vertex_k8400_extruder_0"
}
}, },
"overrides": { "overrides": {
"machine_name": { "default_value": "Vertex K8400" }, "machine_name": { "default_value": "Vertex K8400" },

View File

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

View File

@ -12,7 +12,11 @@
"quality_definition": "zyyx_agile", "quality_definition": "zyyx_agile",
"preferred_material": "zyyx_pro_pla", "preferred_material": "zyyx_pro_pla",
"preferred_quality_type": "normal", "preferred_quality_type": "normal",
"machine_x3g_variant": "z" "machine_x3g_variant": "z",
"machine_extruder_trains":
{
"0": "zyyx_agile_extruder_0"
}
}, },
"overrides": { "overrides": {

View File

@ -0,0 +1,16 @@
{
"id": "101Hero_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "101Hero",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "3dator_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "3dator",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.5 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "abax_pri3_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "abax_pri3",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "abax_pri5_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "abax_pri5",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "abax_titan_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "abax_titan",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "alya3dp_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "alya3dp",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 2.85 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "anycubic_i3_mega_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "anycubic_i3_mega",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "bfb_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "bfb",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.5 },
"material_diameter": { "default_value": 1.7 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "bq_hephestos_2_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "bq_hephestos_2",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "bq_hephestos_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "bq_hephestos",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "bq_hephestos_xl_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "bq_hephestos_xl",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "bq_witbox_2_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "bq_witbox_2",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "bq_witbox_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "bq_witbox",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "creality_cr10_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "creality_cr10",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "creality_cr10s4_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "creality_cr10s4",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 2.85 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "creality_cr10s5_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "creality_cr10s5",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 2.85 }
}
}

View File

@ -0,0 +1,16 @@
{
"id": "dagoma_discoeasy200_extruder_0",
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata": {
"machine": "dagoma_discoeasy200",
"position": "0"
},
"overrides": {
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

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