mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:48:58 +08:00
add Farm 2 and Farm 2CE printer, extruder profiles, variants, quality, meshes and images. (#9574)
* Add files via upload * Add files via upload * Add files via upload (#1) * Delete farm2_ce_normal.inst.cfg * Delete farm2_normal.inst.cfg * Update farm2.def.json * Update farm2_CE.def.json * Update farm2.def.json * Update farm2_CE.def.json * Rename farm2.def.json to resources/definitions/farm2.def.json * Delete farm2_platform.stl * Add files via upload * Rename farm2_CE.def.json to resources/definitions/farm2_CE.def.json * Update farm2.def.json * Update farm2_CE.def.json * Add files via upload * Delete farm2CEplate.png.png * Delete farm2_platform.3mf * Delete farm2plate.png * Add files via upload * Add files via upload * Delete farm2_ce_extruder_1.def.json * Delete farm2_extruder_1.def.json * Delete farm2_ce_printhead_0.2.inst.cfg * Delete farm2_ce_printhead_0.3.inst.cfg * Delete farm2_ce_printhead_0.4.inst.cfg * Delete farm2_ce_printhead_0.5.inst.cfg * Delete farm2_printhead_0.2.inst.cfg * Delete farm2_printhead_0.3.inst.cfg * Delete farm2_printhead_0.4.inst.cfg * Delete farm2_printhead_0.5.inst.cfg * Add files via upload * Update farm2_ce_printhead_0.2.inst.cfg * Update farm2_ce_printhead_0.3.inst.cfg * Update farm2_ce_printhead_0.4.inst.cfg * Update farm2_ce_printhead_0.5.inst.cfg * Update farm2_printhead_0.2.inst.cfg * Update farm2_printhead_0.3.inst.cfg * Update farm2_printhead_0.4.inst.cfg * Update farm2_printhead_0.5.inst.cfg * Update farm2_ce_printhead_0.2.inst.cfg * Update farm2_ce_printhead_0.3.inst.cfg * Update farm2_ce_printhead_0.4.inst.cfg * Update farm2_ce_printhead_0.5.inst.cfg * Update farm2_printhead_0.2.inst.cfg * Update farm2_printhead_0.3.inst.cfg * Update farm2_printhead_0.4.inst.cfg * Update farm2_printhead_0.5.inst.cfg * Update farm2_ce_printhead_0.2.inst.cfg * Update farm2_ce_printhead_0.3.inst.cfg * Update farm2_ce_printhead_0.4.inst.cfg * Update farm2_ce_printhead_0.5.inst.cfg * Update farm2_printhead_0.2.inst.cfg * Update farm2_printhead_0.3.inst.cfg * Update farm2_printhead_0.4.inst.cfg * Update farm2_printhead_0.5.inst.cfg * Rename farm2_CE.def.json to farm2_ce.def.json * Delete farm2CEplate.png * Add files via upload * Update farm2_ce.def.json * Delete farm2_platform.3mf * Add files via upload * Update farm2_printhead_0.2.inst.cfg * Update farm2_ce.def.json * Delete farm2_platform.3mf * Add files via upload * Delete farm2plate.png * Delete farm2ceplate.png * Add files via upload * Delete farm2_platform.3mf * Add files via upload * Update farm2.def.json * Update farm2_ce.def.json
This commit is contained in:
parent
61b4dd3efc
commit
0a40ceb72f
57
resources/definitions/farm2.def.json
Normal file
57
resources/definitions/farm2.def.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Farm 2",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Farm3D",
|
||||
"manufacturer": "Farm3D LLC",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "farm2_platform.obj",
|
||||
"platform_texture": "farm2plate.png",
|
||||
"platform_offset": [-7, 0, -4],
|
||||
"has_variants": true,
|
||||
"preferred_variant_name": "PrintHead 0.4 mm",
|
||||
"variants_name": "PrintHead type",
|
||||
"has_materials": true,
|
||||
"preferred_material": "generic_pla",
|
||||
"has_machine_quality": false,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "farm2_extruder_1"
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Farm 2" },
|
||||
"machine_start_gcode" : {
|
||||
"default_value": "G28 ;Home\nG1 Y0 Z3.0 F4000 ;Move the platform\nG92 E0\nG1 F1000 Z0.2\nG1 X190 F1000 E50 Z0.2\nG92 E0"
|
||||
},
|
||||
"machine_end_gcode" : {
|
||||
"default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28\nM84\nM81"
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 203
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 199
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 197
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (RepRap)"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
57
resources/definitions/farm2_ce.def.json
Normal file
57
resources/definitions/farm2_ce.def.json
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Farm 2CE",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Farm3D",
|
||||
"manufacturer": "Farm3D LLC",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "farm2_platform.obj",
|
||||
"platform_texture": "farm2ceplate.png",
|
||||
"platform_offset": [-7, 0, -4],
|
||||
"has_variants": true,
|
||||
"preferred_variant_name": "PrintHead 0.4 mm",
|
||||
"variants_name": "PrintHead type",
|
||||
"has_materials": true,
|
||||
"preferred_material": "generic_pla",
|
||||
"has_machine_quality": false,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "farm2_ce_extruder_1"
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
"overrides": {
|
||||
"machine_name": { "default_value": "Farm 2CE" },
|
||||
"machine_start_gcode" : {
|
||||
"default_value": "G28\nG29 S0\nG92 E0\nG1 X0 Y0 F4000 Z0.1\nG1 Y0 X190 F1000 E50 Z0.3\nG1 Z0"
|
||||
},
|
||||
"machine_end_gcode" : {
|
||||
"default_value": "M104 S0\nM140 S0\nG92 E1\nG1 E-1 F300\nG28\nM84"
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 209
|
||||
},
|
||||
"machine_depth": {
|
||||
"default_value": 199
|
||||
},
|
||||
"machine_height": {
|
||||
"default_value": 213
|
||||
},
|
||||
"machine_heated_bed": {
|
||||
"default_value": true
|
||||
},
|
||||
"material_diameter": {
|
||||
"default_value": 1.75
|
||||
},
|
||||
"machine_center_is_zero": {
|
||||
"default_value": false
|
||||
},
|
||||
"machine_gcode_flavor": {
|
||||
"default_value": "RepRap (RepRap)"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
16
resources/extruders/farm2_ce_extruder_1.def.json
Normal file
16
resources/extruders/farm2_ce_extruder_1.def.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "PrintHead",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "farm2_ce",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
|
||||
}
|
||||
}
|
||||
|
16
resources/extruders/farm2_extruder_1.def.json
Normal file
16
resources/extruders/farm2_extruder_1.def.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "PrintHead",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "farm2",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
|
||||
}
|
||||
}
|
||||
|
BIN
resources/images/farm2ceplate.png
Normal file
BIN
resources/images/farm2ceplate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 270 KiB |
BIN
resources/images/farm2plate.png
Normal file
BIN
resources/images/farm2plate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 271 KiB |
29979
resources/meshes/farm2_platform.obj
Normal file
29979
resources/meshes/farm2_platform.obj
Normal file
File diff suppressed because it is too large
Load Diff
12
resources/variants/farm2_ce_printhead_0.2.inst.cfg
Normal file
12
resources/variants/farm2_ce_printhead_0.2.inst.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[general]
|
||||
name = PrintHead 0.2 mm
|
||||
version = 4
|
||||
definition = farm2_ce
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
12
resources/variants/farm2_ce_printhead_0.3.inst.cfg
Normal file
12
resources/variants/farm2_ce_printhead_0.3.inst.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[general]
|
||||
name = PrintHead 0.3 mm
|
||||
version = 4
|
||||
definition = farm2_ce
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.3
|
12
resources/variants/farm2_ce_printhead_0.4.inst.cfg
Normal file
12
resources/variants/farm2_ce_printhead_0.4.inst.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[general]
|
||||
name = PrintHead 0.4 mm
|
||||
version = 4
|
||||
definition = farm2_ce
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
12
resources/variants/farm2_ce_printhead_0.5.inst.cfg
Normal file
12
resources/variants/farm2_ce_printhead_0.5.inst.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[general]
|
||||
name = PrintHead 0.5 mm
|
||||
version = 4
|
||||
definition = farm2_ce
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.5
|
12
resources/variants/farm2_printhead_0.2.inst.cfg
Normal file
12
resources/variants/farm2_printhead_0.2.inst.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[general]
|
||||
name = PrintHead 0.2 mm
|
||||
version = 4
|
||||
definition = farm2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
12
resources/variants/farm2_printhead_0.3.inst.cfg
Normal file
12
resources/variants/farm2_printhead_0.3.inst.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[general]
|
||||
name = PrintHead 0.3 mm
|
||||
version = 4
|
||||
definition = farm2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.3
|
12
resources/variants/farm2_printhead_0.4.inst.cfg
Normal file
12
resources/variants/farm2_printhead_0.4.inst.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[general]
|
||||
name = PrintHead 0.4 mm
|
||||
version = 4
|
||||
definition = farm2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
12
resources/variants/farm2_printhead_0.5.inst.cfg
Normal file
12
resources/variants/farm2_printhead_0.5.inst.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
[general]
|
||||
name = PrintHead 0.5 mm
|
||||
version = 4
|
||||
definition = farm2
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
type = variant
|
||||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.5
|
Loading…
x
Reference in New Issue
Block a user