Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjameschen1605 <93469054+jameschen1605@users.noreply.github.com>2022-01-28 18:39:14 +0300
committerGitHub <noreply@github.com>2022-01-28 18:39:14 +0300
commita20ff6f17057c7be4973aedfe0b1370763c01c0d (patch)
treeff0b2b387398978f795341bbf8d9338ab55cfb11 /resources/definitions/hardprint_hozo.def.json
parent4d288d03d050d62ec29df5e97bd4e24fe75e9fec (diff)
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
Diffstat (limited to 'resources/definitions/hardprint_hozo.def.json')
-rw-r--r--resources/definitions/hardprint_hozo.def.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/resources/definitions/hardprint_hozo.def.json b/resources/definitions/hardprint_hozo.def.json
new file mode 100644
index 0000000000..41d290ae82
--- /dev/null
+++ b/resources/definitions/hardprint_hozo.def.json
@@ -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"
+ }
+ }
+}