Browse Source

Merge branch 'master' of github.com:heed818/Cura

Jaime van Kessel 2 years ago
parent
commit
9ee948ded4

+ 86 - 0
resources/definitions/xyzprinting_da_vinci_pro_evo.def.json

@@ -0,0 +1,86 @@
+{
+    "version": 2, 
+    "name": "XYZprinting da Vinci Pro EVO",
+    "inherits": "xyzprinting_base",
+    "metadata": {
+		"author": "XYZprinting Software",
+        "manufacturer": "XYZprinting",
+        "visible": true,
+        "file_formats": "text/x-gcode",
+		"has_machine_quality": true,
+        "has_materials": true,
+        "has_variants": true,
+        "supports_usb_connection": true,
+        "preferred_quality_type": "normal",
+		"quality_definition": "xyzprinting_da_vinci_pro_evo",
+		"preferred_variant_name": "Hardened Steel 0.4mm Nozzle",
+        "variants_name": "Nozzle Type",
+		"machine_extruder_trains": {
+            "0": "xyzprinting_da_vinci_pro_evo_extruder_0"
+        }
+    },
+
+    "overrides": {
+	    "machine_name": { "default_value": "XYZprinting da Vinci Pro EVO" },
+        "machine_shape": { "default_value": "rectangular"},
+        "machine_heated_bed": { "default_value": true },
+        "machine_width": { "default_value": 220.00 },
+        "machine_depth": { "default_value": 200.00 },
+        "machine_height": { "default_value":200.00 },
+        "machine_center_is_zero": { "default_value": false },
+        "machine_head_with_fans_polygon": {
+            "default_value": [
+                [ -20, -10 ],
+                [ -20, 10 ],
+                [ 10, 10 ],
+                [ 10, -10 ]
+            ]
+        },
+		"retraction_extrusion_window": { "value": "1" },
+		"retraction_count_max": { "value": "25" },
+		"speed_layer_0" : {"value" : 10 },
+		"speed_wall_x" : { "value": "speed_print" },
+		"speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" },
+		"skin_overlap": { "value": "15" },
+		"skin_monotonic" : { "value": true },
+		"skin_material_flow": { "value": "97" },
+		"brim_width": { "value": "10" },
+		"line_width" : { "value": "0.35" },
+		"wall_line_width_x" : { "value": "0.35" },
+		"infill_before_walls": { "value": false },
+		"infill_line_width" : { "value": "0.4" },
+		"infill_overlap": { "value": "0" },
+		"infill_pattern": { "value": "'zigzag' if infill_sparse_density > 80 else 'triangles'" },
+		"infill_wipe_dist": { "value": "0" },
+		"infill_wipe_dist": { "value": "0" },
+		"wall_thickness" : { "value": "1" },
+		"acceleration_enabled" : {"value" : true},
+		"acceleration_layer_0": { "value": "acceleration_topbottom" },
+        "acceleration_prime_tower": { "value": "math.ceil(acceleration_print * 2000 / 3000)" },
+        "acceleration_print": { "value": "3000" },
+		"acceleration_travel": { "value": "3000" },
+        "acceleration_support": { "value": "math.ceil(acceleration_print * 2000 / 3000)" },
+        "acceleration_support_interface": { "value": "acceleration_topbottom" },
+        "acceleration_topbottom": { "value": "math.ceil(acceleration_print * 500 / 3000)" },
+        "acceleration_wall": { "value": "math.ceil(acceleration_print * 1000 / 3000)" },
+        "acceleration_wall_0": { "value": "math.ceil(acceleration_wall * 500 / 1000)" },
+		"jerk_enabled" : {"value" : true},
+		"material_flow_layer_0": {"value": 120},		
+        "cool_fan_enabled": { "default_value": true },
+		"cool_fan_speed_0": { "value": 100 },
+		"cool_min_speed" : {"value" : 5 },
+		"brim_line_count": { "value" : 5 },
+		"infill_before_walls": { "value": false },
+		"optimize_wall_printing_order": { "value": "True" },
+		"skirt_line_count": { "default_value" : 5 },
+        "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
+        "machine_start_gcode": {
+            "default_value": "M191\nG28 ; home all axes\nG1 Z15 F5000 ; lift nozzle\nG92 E0\nG1 F200 E3\n"
+         },
+        "machine_end_gcode": {
+            "default_value": "M106 P1 S255 ; turn on fan\nG92 E0\nG28; home X,Y,Z axis\nM84     ; disable motors\n"
+        },
+		"multiple_mesh_overlap": { "value": "0" },
+		"wall_0_inset": { "value": "0" }
+    }
+}

+ 15 - 0
resources/extruders/xyzprinting_da_vinci_pro_evo_extruder_0.def.json

@@ -0,0 +1,15 @@
+{
+    "version": 2,
+    "name": "Extruder 1",
+    "inherits": "fdmextruder",
+    "metadata": {
+        "machine": "xyzprinting_da_vinci_pro_evo",
+        "position": "0"
+    },
+
+    "overrides": {
+        "extruder_nr": { "default_value": 0 },
+        "machine_nozzle_size": { "default_value": 0.4 },
+        "material_diameter": { "default_value": 1.75 }
+    }
+}

+ 35 - 0
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_coarse.inst.cfg

@@ -0,0 +1,35 @@
+[general]
+version = 4
+name = Coarse Quality
+definition = xyzprinting_da_vinci_pro_evo
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = coarse
+weight = -3
+material = xyzprinting_abs
+variant = Hardened Steel 0.4mm Nozzle
+
+[values]
+layer_height = 0.4
+layer_height_0 = 0.4
+material_diameter = 1.75
+material_bed_temperature_layer_0 = =material_bed_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature
+speed_print = 30
+speed_infill = 60
+speed_wall = =speed_print
+speed_support = =speed_print
+speed_travel = 80
+retraction_amount = 3
+retraction_speed = 20
+retraction_prime_speed = =retraction_speed
+infill_sparse_density = 10
+bridge_skin_speed = 20
+support_infill_rate = 20
+adhesion_type = skirt
+acceleration_infill = 1000.0
+acceleration_wall = 1000.0

+ 35 - 0
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_draft.inst.cfg

@@ -0,0 +1,35 @@
+[general]
+version = 4
+name = Draft Quality
+definition = xyzprinting_da_vinci_pro_evo
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = draft
+weight = -2
+material = xyzprinting_abs
+variant = Hardened Steel 0.4mm Nozzle
+
+[values]
+layer_height = 0.3
+layer_height_0 = 0.4
+material_diameter = 1.75
+material_bed_temperature_layer_0 = =material_bed_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature
+speed_print = 30
+speed_infill = 60
+speed_wall = =speed_print
+speed_support = =speed_print
+speed_travel = 80
+retraction_amount = 3
+retraction_speed = 20
+retraction_prime_speed = =retraction_speed
+infill_sparse_density = 10
+bridge_skin_speed = 20
+support_infill_rate = 20
+adhesion_type = skirt
+acceleration_infill = 1000.0
+acceleration_wall = 1000.0

+ 35 - 0
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_fine.inst.cfg

@@ -0,0 +1,35 @@
+[general]
+version = 4
+name = Fine Quality
+definition = xyzprinting_da_vinci_pro_evo
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = fine
+weight = 0
+material = xyzprinting_abs
+variant = Hardened Steel 0.4mm Nozzle
+
+[values]
+layer_height = 0.1
+layer_height_0 = 0.2
+material_diameter = 1.75
+material_bed_temperature_layer_0 = =material_bed_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature
+speed_print = 30
+speed_infill = 60
+speed_wall = =speed_print
+speed_support = =speed_print
+speed_travel = 80
+retraction_amount = 3
+retraction_speed = 20
+retraction_prime_speed = =retraction_speed
+infill_sparse_density = 10
+bridge_skin_speed = 20
+support_infill_rate = 20
+adhesion_type = skirt
+acceleration_infill = 1000.0
+acceleration_wall = 1000.0

+ 35 - 0
resources/quality/xyzprinting/abs/xyzprinting_da_vinci_pro_evo_hs_0.40_abs_normal.inst.cfg

@@ -0,0 +1,35 @@
+[general]
+version = 4
+name = Normal Quality
+definition = xyzprinting_da_vinci_pro_evo
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = normal
+weight = -1
+material = xyzprinting_abs
+variant = Hardened Steel 0.4mm Nozzle
+
+[values]
+layer_height = 0.2
+layer_height_0 = 0.30
+material_diameter = 1.75
+material_bed_temperature_layer_0 = =material_bed_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature
+speed_print = 30
+speed_infill = 60
+speed_wall = =speed_print
+speed_support = =speed_print
+speed_travel = 80
+retraction_amount = 3
+retraction_speed = 20
+retraction_prime_speed = =retraction_speed
+infill_sparse_density = 10
+bridge_skin_speed = 20
+support_infill_rate = 20
+adhesion_type = skirt
+acceleration_infill = 1000.0
+acceleration_wall = 1000.0

+ 33 - 0
resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_coarse.inst.cfg

@@ -0,0 +1,33 @@
+[general]
+version = 4
+name = Coarse Quality
+definition = xyzprinting_da_vinci_pro_evo
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = coarse
+weight = -3
+material = xyzprinting_antibact_pla
+variant = Hardened Steel 0.4mm Nozzle
+
+[values]
+material_bed_temperature = 60
+layer_height = 0.4
+layer_height_0 = 0.4
+material_diameter = 1.75
+material_bed_temperature_layer_0 = =material_bed_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature
+speed_print = 30
+speed_infill = 60
+speed_wall = =speed_print
+speed_support = =speed_print
+speed_travel = 80
+retraction_amount = 4.5
+retraction_speed = 20
+retraction_prime_speed = 15
+infill_sparse_density = 10
+bridge_skin_speed = 20
+adhesion_type = skirt

+ 33 - 0
resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_draft.inst.cfg

@@ -0,0 +1,33 @@
+[general]
+version = 4
+name = Draft Quality
+definition = xyzprinting_da_vinci_pro_evo
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = draft
+weight = -2
+material = xyzprinting_antibact_pla
+variant = Hardened Steel 0.4mm Nozzle
+
+[values]
+material_bed_temperature = 60
+layer_height = 0.3
+layer_height_0 = 0.4
+material_diameter = 1.75
+material_bed_temperature_layer_0 = =material_bed_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature
+speed_print = 30
+speed_infill = 60
+speed_wall = =speed_print
+speed_support = =speed_print
+speed_travel = 80
+retraction_amount = 4.5
+retraction_speed = 20
+retraction_prime_speed = 15
+infill_sparse_density = 10
+bridge_skin_speed = 20
+adhesion_type = skirt

+ 33 - 0
resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_fine.inst.cfg

@@ -0,0 +1,33 @@
+[general]
+version = 4
+name = Fine Quality
+definition = xyzprinting_da_vinci_pro_evo
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = fine
+weight = 0
+material = xyzprinting_antibact_pla
+variant = Hardened Steel 0.4mm Nozzle
+
+[values]
+material_bed_temperature = 60
+layer_height = 0.1
+layer_height_0 = 0.2
+material_diameter = 1.75
+material_bed_temperature_layer_0 = =material_bed_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature
+speed_print = 30
+speed_infill = 60
+speed_wall = =speed_print
+speed_support = =speed_print
+speed_travel = 80
+retraction_amount = 4.5
+retraction_speed = 20
+retraction_prime_speed = 15
+infill_sparse_density = 10
+bridge_skin_speed = 20
+adhesion_type = skirt

+ 33 - 0
resources/quality/xyzprinting/anti_bact/xyzprinting_da_vinci_pro_evo_hs_0.40_antibact_normal.inst.cfg

@@ -0,0 +1,33 @@
+[general]
+version = 4
+name = Normal Quality
+definition = xyzprinting_da_vinci_pro_evo
+
+[metadata]
+setting_version = 19
+type = quality
+quality_type = normal
+weight = -1
+material = xyzprinting_antibact_pla
+variant = Hardened Steel 0.4mm Nozzle
+
+[values]
+material_bed_temperature = 60
+layer_height = 0.2
+layer_height_0 = 0.30
+material_diameter = 1.75
+material_bed_temperature_layer_0 = =material_bed_temperature
+material_print_temperature_layer_0 = =material_print_temperature
+material_initial_print_temperature = =material_print_temperature
+material_final_print_temperature = =material_print_temperature
+speed_print = 30
+speed_infill = 60
+speed_wall = =speed_print
+speed_support = =speed_print
+speed_travel = 80
+retraction_amount = 4.5
+retraction_speed = 20
+retraction_prime_speed = 15
+infill_sparse_density = 10
+bridge_skin_speed = 20
+adhesion_type = skirt

Some files were not shown because too many files changed in this diff