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/extruders
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/extruders')
-rw-r--r--resources/extruders/hardprint_hozo_extruder_0.def.json15
-rw-r--r--resources/extruders/hardprint_hozo_ix_extruder_0.def.json15
2 files changed, 30 insertions, 0 deletions
diff --git a/resources/extruders/hardprint_hozo_extruder_0.def.json b/resources/extruders/hardprint_hozo_extruder_0.def.json
new file mode 100644
index 0000000000..1f37977e4c
--- /dev/null
+++ b/resources/extruders/hardprint_hozo_extruder_0.def.json
@@ -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 }
+ }
+}
diff --git a/resources/extruders/hardprint_hozo_ix_extruder_0.def.json b/resources/extruders/hardprint_hozo_ix_extruder_0.def.json
new file mode 100644
index 0000000000..ba67cebe9a
--- /dev/null
+++ b/resources/extruders/hardprint_hozo_ix_extruder_0.def.json
@@ -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 }
+ }
+}