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:
authorGhostkeeper <rubend@tutanota.com>2021-02-25 19:32:45 +0300
committerGhostkeeper <rubend@tutanota.com>2021-02-25 19:32:45 +0300
commit642fee99048bc3b4d12c775f8548205803b2cfd3 (patch)
tree6509e3b2558d45d7017d3d4fc390829b8f0dfd06 /resources/variants/arjun300_pva_0.2.inst.cfg
parent2b024ab39073b195f6508cb7f60b0f40b1f9e515 (diff)
parent74ca8a0d8eaa5d569d8cb383d475712ba9a38308 (diff)
Merge branch 'master' of https://github.com/venkatkamesh/Cura into venkatkamesh-master
Diffstat (limited to 'resources/variants/arjun300_pva_0.2.inst.cfg')
-rw-r--r--resources/variants/arjun300_pva_0.2.inst.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/resources/variants/arjun300_pva_0.2.inst.cfg b/resources/variants/arjun300_pva_0.2.inst.cfg
new file mode 100644
index 0000000000..063461b052
--- /dev/null
+++ b/resources/variants/arjun300_pva_0.2.inst.cfg
@@ -0,0 +1,32 @@
+[general]
+name = PVA 0.2 mm Nozzle
+version = 4
+definition = arjun300
+
+[metadata]
+
+setting_version = 16
+type = variant
+hardware_type = nozzle
+
+[values]
+machine_nozzle_size = 0.2
+support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height
+support_offset = 3
+support_bottom_height = =layer_height * 2
+support_bottom_pattern = zigzag
+support_bottom_stair_step_height = =layer_height
+support_infill_rate = 50
+support_interface_enable = True
+support_interface_height = =layer_height * 5
+support_interface_skip_height = =layer_height
+support_join_distance = 3
+support_xy_distance = =machine_nozzle_size / 2
+support_xy_distance_overhang = =machine_nozzle_size / 2
+support_angle = 45
+support_pattern = triangles
+support_use_towers = False
+support_z_distance = 0
+gradual_support_infill_steps = 2
+support_interface_density = 100
+support_interface_pattern = concentric \ No newline at end of file