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:
authorByeon Ho cheol <hcbyeon@3dcubicon.com>2019-01-22 18:44:04 +0300
committerJaime van Kessel <nallath@gmail.com>2019-01-22 18:44:04 +0300
commit7492122a5400d20e5923629d00bf25c616b69f3e (patch)
tree558bfee790d8229be5b5692140e67e8ba35dade9 /resources/extruders/cubicon_3dp_310f_extruder_0.def.json
parent3d1351c2c3cdaf12d431b622cbea1cd87714a78c (diff)
4904 cubicon device (#4963)
* Add Cubicon 3D Printer device profiles. - 3DP-110F - 3DP-210F - 3DP-310F Cubicon: http://www.3dcubicon.com/en/cubicon/ * Add missed profile file. * Remove platform mesh files. Do not necessary platform mesh in Cubicon devices.
Diffstat (limited to 'resources/extruders/cubicon_3dp_310f_extruder_0.def.json')
-rw-r--r--resources/extruders/cubicon_3dp_310f_extruder_0.def.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/resources/extruders/cubicon_3dp_310f_extruder_0.def.json b/resources/extruders/cubicon_3dp_310f_extruder_0.def.json
new file mode 100644
index 0000000000..4edbbd5a6c
--- /dev/null
+++ b/resources/extruders/cubicon_3dp_310f_extruder_0.def.json
@@ -0,0 +1,27 @@
+{
+ "id": "cubicon_3dp_310f_extruder_0",
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "cubicon_3dp_310f",
+ "position": "0"
+ },
+ "overrides": {
+ "extruder_nr": {
+ "default_value": 0
+ },
+ "machine_nozzle_size": {
+ "default_value": 0.4
+ },
+ "machine_nozzle_offset_x": {
+ "default_value": -15
+ },
+ "machine_nozzle_offset_y": {
+ "default_value": -5
+ },
+ "material_diameter": {
+ "default_value": 1.75
+ }
+ }
+} \ No newline at end of file