mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:19:15 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
4a12f7709b
@ -6,7 +6,9 @@
|
|||||||
"manufacturer": "Velleman nv",
|
"manufacturer": "Velleman nv",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"author": "Velleman"
|
"author": "Velleman",
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"material_diameter": {
|
"material_diameter": {
|
||||||
@ -59,6 +61,99 @@
|
|||||||
},
|
},
|
||||||
"machine_end_gcode": {
|
"machine_end_gcode": {
|
||||||
"default_value": "; Vertex Delta end code\nM107 ; Turn off fan\nG91 ; Relative positioning\nT0\nG1 E-1 F1500; Reduce filament pressure\nM104 T0 S0\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM300 S4000 P500\nM300 S3000 P500\nM300 S2000 P800\nG28\nM84 ; Turn steppers off"
|
"default_value": "; Vertex Delta end code\nM107 ; Turn off fan\nG91 ; Relative positioning\nT0\nG1 E-1 F1500; Reduce filament pressure\nM104 T0 S0\nG90 ; Absolute positioning\nG92 E0 ; Reset extruder position\nM300 S4000 P500\nM300 S3000 P500\nM300 S2000 P800\nG28\nM84 ; Turn steppers off"
|
||||||
|
},
|
||||||
|
"line_width": {
|
||||||
|
"value": 0.35
|
||||||
|
},
|
||||||
|
"infill_line_width": {
|
||||||
|
"value": 0.35
|
||||||
|
},
|
||||||
|
"wall_thickness": {
|
||||||
|
"value": 0.7
|
||||||
|
},
|
||||||
|
"top_bottom_thickness": {
|
||||||
|
"value": 0.6
|
||||||
|
},
|
||||||
|
"infill_sparse_density": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"infill_overlap": {
|
||||||
|
"value": 5
|
||||||
|
},
|
||||||
|
"min_infill_area": {
|
||||||
|
"value": 0.1
|
||||||
|
},
|
||||||
|
"retract_at_layer_change": {
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
"retraction_min_travel": {
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
"retraction_count_max": {
|
||||||
|
"value": 15
|
||||||
|
},
|
||||||
|
"retraction_extrusion_window": {
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
"speed_print": {
|
||||||
|
"value": 35
|
||||||
|
},
|
||||||
|
"speed_infill": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"speed_wall": {
|
||||||
|
"value": 35
|
||||||
|
},
|
||||||
|
"speed_wall_x": {
|
||||||
|
"value": 35
|
||||||
|
},
|
||||||
|
"speed_topbottom": {
|
||||||
|
"value": 35
|
||||||
|
},
|
||||||
|
"speed_travel": {
|
||||||
|
"value": 190
|
||||||
|
},
|
||||||
|
"speed_layer_0": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"speed_print_layer_0": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"skirt_brim_speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"travel_retract_before_outer_wall": {
|
||||||
|
"value": false
|
||||||
|
},
|
||||||
|
"retraction_hop_enabled": {
|
||||||
|
"value": true
|
||||||
|
},
|
||||||
|
"retraction_hop": {
|
||||||
|
"value": 0.1
|
||||||
|
},
|
||||||
|
"cool_fan_full_at_height": {
|
||||||
|
"value": 2
|
||||||
|
},
|
||||||
|
"cool_fan_full_layer": {
|
||||||
|
"value": 11
|
||||||
|
},
|
||||||
|
"cool_min_layer_time": {
|
||||||
|
"value": 8
|
||||||
|
},
|
||||||
|
"support_z_distance": {
|
||||||
|
"value": 0.4
|
||||||
|
},
|
||||||
|
"support_xy_distance": {
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
"brim_width": {
|
||||||
|
"value": 6
|
||||||
|
},
|
||||||
|
"skirt_line_count": {
|
||||||
|
"value": 2
|
||||||
|
},
|
||||||
|
"skirt_brim_minimal_length": {
|
||||||
|
"value": 50
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Extreme
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = extreme
|
||||||
|
material = Vertex_Delta_ABS
|
||||||
|
weight = 2
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.05
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 250
|
||||||
|
material_initial_print_temperature = 250
|
||||||
|
material_print_temperature = 250
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 225
|
||||||
|
cool_fan_speed = 0
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = High
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = high
|
||||||
|
material = Vertex_Delta_ABS
|
||||||
|
weight = 1
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 250
|
||||||
|
material_initial_print_temperature = 250
|
||||||
|
material_print_temperature = 250
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 225
|
||||||
|
cool_fan_speed = 0
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Normal
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = Vertex_Delta_ABS
|
||||||
|
weight = 0
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 250
|
||||||
|
material_initial_print_temperature = 250
|
||||||
|
material_print_temperature = 250
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 225
|
||||||
|
cool_fan_speed = 00
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Extreme
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = extreme
|
||||||
|
material = Vertex_Delta_PET
|
||||||
|
weight = 2
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.05
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 240
|
||||||
|
material_initial_print_temperature = 240
|
||||||
|
material_print_temperature = 240
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 215
|
||||||
|
cool_fan_speed = 10
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = High
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = high
|
||||||
|
material = Vertex_Delta_PET
|
||||||
|
weight = 1
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 240
|
||||||
|
material_initial_print_temperature = 240
|
||||||
|
material_print_temperature = 240
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 215
|
||||||
|
cool_fan_speed = 10
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Normal
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = Vertex_Delta_PET
|
||||||
|
weight = 0
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 240
|
||||||
|
material_initial_print_temperature = 240
|
||||||
|
material_print_temperature = 240
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 215
|
||||||
|
cool_fan_speed = 10
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Extreme
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = extreme
|
||||||
|
material = Vertex_Delta_PLA
|
||||||
|
weight = 2
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.05
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 200
|
||||||
|
material_initial_print_temperature = 200
|
||||||
|
material_print_temperature = 200
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 175
|
||||||
|
cool_fan_speed = 40
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = High
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = high
|
||||||
|
material = Vertex_Delta_PLA
|
||||||
|
weight = 1
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 200
|
||||||
|
material_initial_print_temperature = 200
|
||||||
|
material_print_temperature = 200
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 175
|
||||||
|
cool_fan_speed = 40
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Normal
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = Vertex_Delta_PLA
|
||||||
|
weight = 0
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 200
|
||||||
|
material_initial_print_temperature = 200
|
||||||
|
material_print_temperature = 200
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 175
|
||||||
|
cool_fan_speed = 40
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Extreme
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = extreme
|
||||||
|
material = Vertex_Delta_TPU
|
||||||
|
weight = 2
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.05
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 220
|
||||||
|
material_initial_print_temperature = 220
|
||||||
|
material_print_temperature = 220
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 195
|
||||||
|
cool_fan_speed = 20
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = High
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = high
|
||||||
|
material = Vertex_Delta_TPU
|
||||||
|
weight = 1
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.1
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 220
|
||||||
|
material_initial_print_temperature = 220
|
||||||
|
material_print_temperature = 220
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 195
|
||||||
|
cool_fan_speed = 20
|
@ -0,0 +1,22 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Normal
|
||||||
|
definition = vertex_delta_k8800
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = Vertex_Delta_TPU
|
||||||
|
weight = 0
|
||||||
|
setting_version = 4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.2
|
||||||
|
layer_height_0 = 0.2
|
||||||
|
|
||||||
|
material_final_print_temperature = 220
|
||||||
|
material_initial_print_temperature = 220
|
||||||
|
material_print_temperature = 220
|
||||||
|
retraction_amount = 3
|
||||||
|
material_standby_temperature = 195
|
||||||
|
cool_fan_speed = 20
|
Loading…
x
Reference in New Issue
Block a user