mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-11 03:59:01 +08:00
WIP: Update and fix definition files
This commit is contained in:
parent
c469ebbf9f
commit
5ad4447e37
@ -8,6 +8,7 @@
|
||||
"manufacturer": "101Hero",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "101hero-platform.stl",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"supports_usb_connection": true
|
||||
},
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker2",
|
||||
"supports_usb_connection": true,
|
||||
"preferred_material": "generic_pla_175",
|
||||
"platform": "3dator_platform.stl"
|
||||
},
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
"manufacturer": "BQ",
|
||||
"platform": "bq_hephestos_2_platform.stl",
|
||||
"platform_offset": [6, 1320, 0 ],
|
||||
"preferred_material": "generic_pla_175",
|
||||
"file_formats": "text/x-gcode"
|
||||
},
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
"platform_offset": [-126, -36, 117],
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality_type": "normal",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "builder_premium_large_rear",
|
||||
|
@ -13,6 +13,7 @@
|
||||
"platform_offset": [-126, -36, 117],
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality_type": "normal",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "builder_premium_medium_rear",
|
||||
|
@ -12,6 +12,7 @@
|
||||
"platform_offset": [-126, -36, 117],
|
||||
"has_machine_quality": true,
|
||||
"preferred_quality_type": "normal",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "builder_premium_small_rear",
|
||||
|
@ -17,6 +17,7 @@
|
||||
"variants_name": "Nozzle size",
|
||||
"preferred_variant_name": "0.8 mm",
|
||||
"preferred_quality_type": "normal",
|
||||
"preferred_material": "generic_pla_175",
|
||||
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
|
@ -8,7 +8,8 @@
|
||||
"manufacturer": "Deltaprintr",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [0, 0, 0],
|
||||
"platform": ""
|
||||
"platform": "",
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Delta Go" },
|
||||
|
@ -10,7 +10,8 @@
|
||||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker2",
|
||||
"platform": "deltacomb.stl",
|
||||
"has_machine_quality": true
|
||||
"has_machine_quality": true,
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Jaime van Kessel & Paul Bussiere",
|
||||
"manufacturer": "Folger Tech",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "FT-5_build_plate.stl"
|
||||
"platform": "FT-5_build_plate.stl",
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
"overrides": {
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
|
@ -12,6 +12,7 @@
|
||||
"platform": "gmax_1-5_xt-plus_s3d_full model_150707.stl",
|
||||
"has_variants": true,
|
||||
"variants_name": "Hotend",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"preferred_variant_name": "0.5mm E3D (Default)"
|
||||
},
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
"platform": "gmax_1-5_xt-plus_s3d_full model_150707.stl",
|
||||
"has_variants": true,
|
||||
"variants_name": "Hotend",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"preferred_variant_name": "0.5mm E3D (Default)",
|
||||
"machine_extruder_trains": {
|
||||
"0": "gmax15plus_dual_extruder_0",
|
||||
|
@ -9,6 +9,7 @@
|
||||
"platform": "BEEVERYCREATIVE-helloBEEprusa.stl",
|
||||
"platform_offset": [-226, -75, -196],
|
||||
"file_formats": "text/x-gcode",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hBp_extruder_left",
|
||||
@ -52,4 +53,4 @@
|
||||
"retraction_speed": { "default_value": 15.0},
|
||||
"retraction_amount": { "default_value": 1.5}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
"platform": "imade3d_jellybox_platform.stl",
|
||||
"platform_offset": [ 0, -0.3, 0],
|
||||
"file_formats": "text/x-gcode",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"preferred_variant_name": "0.4 mm",
|
||||
"preferred_quality_type": "fast",
|
||||
"has_materials": true,
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Fracktal",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "MakerBot",
|
||||
"file_formats": "application/x3g",
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -11,6 +11,7 @@
|
||||
"platform": "malyan_m200_platform.stl",
|
||||
"has_machine_quality": true,
|
||||
"has_materials": true,
|
||||
"preferred_material": "generic_pla_175",
|
||||
"preferred_quality_type": "normal",
|
||||
"supports_usb_connection": true,
|
||||
"visible": true,
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "RBC",
|
||||
"manufacturer": "Mankati",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "mankati_fullscale_xt_plus_platform.stl"
|
||||
"platform": "mankati_fullscale_xt_plus_platform.stl",
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Mankati Fullscale XT Plus" },
|
||||
|
@ -7,6 +7,7 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "ORD Solutions",
|
||||
"file_formats": "text/x-gcode",
|
||||
"preferred_material": "generic_pla_175",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "ord_extruder_0",
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Chris Pearson",
|
||||
"manufacturer": "Printrbot",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "printrbot_play.stl"
|
||||
"platform": "printrbot_play.stl",
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -8,7 +8,8 @@
|
||||
"manufacturer": "PrintrBot",
|
||||
"platform": "printrbot_simple_metal_platform.stl",
|
||||
"platform_offset": [0, -3.45, 0],
|
||||
"file_formats": "text/x-gcode"
|
||||
"file_formats": "text/x-gcode",
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -8,7 +8,8 @@
|
||||
"manufacturer": "PrintrBot",
|
||||
"platform": "printrbot_simple_metal_upgrade.stl",
|
||||
"platform_offset": [0, -0.3, 0],
|
||||
"file_formats": "text/x-gcode"
|
||||
"file_formats": "text/x-gcode",
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -9,7 +9,8 @@
|
||||
"file_formats": "text/x-gcode",
|
||||
"icon": "icon_ultimaker2",
|
||||
"platform": "prusai3_platform.stl",
|
||||
"has_materials": true
|
||||
"has_materials": true,
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -12,7 +12,8 @@
|
||||
"0": "punchtec_connect_xl_extruder_0",
|
||||
"1": "punchtec_connect_xl_extruder_1"
|
||||
},
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Rigid3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Rigid3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Rigid3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Rigid3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Robo 3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
@ -10,6 +10,7 @@
|
||||
"platform": "tam_series1.stl",
|
||||
"platform_offset": [-580.0, -6.23, 253.5],
|
||||
"has_materials": false,
|
||||
"preferred_material": "generic_pla_175",
|
||||
"supported_actions":["UpgradeFirmware"]
|
||||
},
|
||||
"overrides": {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Unknown",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [ 0, 0, 0]
|
||||
"platform_offset": [ 0, 0, 0],
|
||||
"preferred_material": "generic_pla_175"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user