mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 22:13:19 +08:00
Add Hozo, Hozo 3Dprinter (#10856)
* Add Hozo, Hozo 3Dprinter Add Hozo, Hozo 3Dprinter from HardPrint * Add Hozo, Hozo 3Dprinter Add Hozo, Hozo 3Dprinter from HardPrint * Add Hozo, Hozo 3Dprinter Add Hozo, Hozo 3Dprinter from HardPrint * Fixed gantry height * Fixed ID field * Add Hozo iX 3dprinter Add 3dprinter profile * Add Hozo iX 3dprinter Add 3dprinter extruder * Add Hozo iX 3dprinter Add 3dprinter mesh * Update and rename HardPrint_Hozo.def.json to hardprint_hozo.def.json * Update and rename HardPrint_Hozo_iX.def.json to hardprint_hozo_ix.def.json * Rename HardPrint_Hozo_extruder_0.def.json to hardprint_hozo_extruder_0.def.json * Rename HardPrint_Hozo_iX_extruder_0.def.json to hardprint_hozo_ix_extruder_0.def.json * Delete HardPrint_Hozo_iX_platform.stl * Delete HardPrint_Hozo_platform.stl * Add files via upload * Change IDs * Change IDs
This commit is contained in:
parent
4d288d03d0
commit
a20ff6f170
36
resources/definitions/hardprint_hozo.def.json
Normal file
36
resources/definitions/hardprint_hozo.def.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "HardPrint Hozo, Hozo",
|
||||||
|
"inherits": "fdmprinter",
|
||||||
|
"metadata": {
|
||||||
|
"visible": true,
|
||||||
|
"author": "HardPrint",
|
||||||
|
"manufacturer": "HardPrint",
|
||||||
|
"file_formats": "text/x-gcode",
|
||||||
|
"platform": "hardprint_hozo_platform.stl",
|
||||||
|
"machine_extruder_trains":
|
||||||
|
{
|
||||||
|
"0": "hardprint_hozo_extruder_0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"machine_name": { "default_value": "HardPrint Hozo, Hozo" },
|
||||||
|
"machine_heated_bed": { "default_value": true },
|
||||||
|
"machine_width": { "default_value": 180 },
|
||||||
|
"machine_height": { "default_value": 180 },
|
||||||
|
"machine_depth": { "default_value": 180 },
|
||||||
|
"machine_center_is_zero": { "default_value": false },
|
||||||
|
"machine_head_with_fans_polygon": { "default_value": [[0,0],[0,0],[0,0],[0,0]] },
|
||||||
|
"gantry_height": { "value": 180 },
|
||||||
|
"retraction_amount": { "default_value": 5.5 },
|
||||||
|
"retraction_speed": { "default_value": 60 },
|
||||||
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||||
|
"machine_start_gcode": {
|
||||||
|
"default_value": "M221 S100 ; reset flow\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nM104 S170 ; set extruder temp for bed leveling\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM109 R170 ; wait for extruder temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nG28 ; home all\nG29 ; mesh bed leveling\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nG92 E0.0\nG1 Y-2 X179 F2400\nG1 Z3 F720\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG92 E0.0\nG1 Y0 F1000\nG1 Z0.2 F720\nG1 Y160 E8 F900\nG1 Y20 E18 F900\nG92 E0.0"
|
||||||
|
},
|
||||||
|
"machine_end_gcode": {
|
||||||
|
"default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X178 Y180 F4200 ; park print head\nM84 ; disable motors"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
36
resources/definitions/hardprint_hozo_ix.def.json
Normal file
36
resources/definitions/hardprint_hozo_ix.def.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "HardPrint Hozo iX",
|
||||||
|
"inherits": "fdmprinter",
|
||||||
|
"metadata": {
|
||||||
|
"visible": true,
|
||||||
|
"author": "HardPrint",
|
||||||
|
"manufacturer": "HardPrint",
|
||||||
|
"file_formats": "text/x-gcode",
|
||||||
|
"platform": "hardprint_hozo_ix_platform.stl",
|
||||||
|
"machine_extruder_trains":
|
||||||
|
{
|
||||||
|
"0": "hardprint_hozo_ix_extruder_0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"machine_name": { "default_value": "HardPrint Hozo iX" },
|
||||||
|
"machine_heated_bed": { "default_value": true },
|
||||||
|
"machine_width": { "default_value": 180 },
|
||||||
|
"machine_height": { "default_value": 180 },
|
||||||
|
"machine_depth": { "default_value": 180 },
|
||||||
|
"machine_center_is_zero": { "default_value": false },
|
||||||
|
"machine_head_with_fans_polygon": { "default_value": [[0,0],[0,0],[0,0],[0,0]] },
|
||||||
|
"gantry_height": { "value": 180 },
|
||||||
|
"retraction_amount": { "default_value": 5 },
|
||||||
|
"retraction_speed": { "default_value": 50 },
|
||||||
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||||
|
"machine_start_gcode": {
|
||||||
|
"default_value": "M221 S100 ; reset flow\nG90 ; use absolute positioning\nM82 ; absolute extrusion mode\nG28 ; home all\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nG92 E0.0\nG1 Y-2 X0 F2400\nG1 Z3 F720\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG92 E0.0\nG1 X32 F1000\nG1 Z0.2 F720\nG1 X108 E8 F900\nG1 X148 E18 F900\nG92 E0.0"
|
||||||
|
},
|
||||||
|
"machine_end_gcode": {
|
||||||
|
"default_value": "M104 S0 ; turn off extruder\nM140 S0 ; turn off heatbed\nM107 ; turn off fan\nG1 X178 Y180 F4200 ; park print head\nM18 ; disable motors"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
15
resources/extruders/hardprint_hozo_extruder_0.def.json
Normal file
15
resources/extruders/hardprint_hozo_extruder_0.def.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata": {
|
||||||
|
"machine": "hardprint_hozo",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"extruder_nr": { "default_value": 0 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"material_diameter": { "default_value": 1.75 }
|
||||||
|
}
|
||||||
|
}
|
15
resources/extruders/hardprint_hozo_ix_extruder_0.def.json
Normal file
15
resources/extruders/hardprint_hozo_ix_extruder_0.def.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"name": "Extruder 1",
|
||||||
|
"inherits": "fdmextruder",
|
||||||
|
"metadata": {
|
||||||
|
"machine": "hardprint_hozo_ix",
|
||||||
|
"position": "0"
|
||||||
|
},
|
||||||
|
|
||||||
|
"overrides": {
|
||||||
|
"extruder_nr": { "default_value": 0 },
|
||||||
|
"machine_nozzle_size": { "default_value": 0.4 },
|
||||||
|
"material_diameter": { "default_value": 1.75 }
|
||||||
|
}
|
||||||
|
}
|
BIN
resources/meshes/hardprint_hozo_ix_platform.stl
Normal file
BIN
resources/meshes/hardprint_hozo_ix_platform.stl
Normal file
Binary file not shown.
BIN
resources/meshes/hardprint_hozo_platform.stl
Normal file
BIN
resources/meshes/hardprint_hozo_platform.stl
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user