Updated definition and added qualities

Updated the definition and added qualities for the 4 filaments.
This commit is contained in:
Brecht Nuyttens 2018-01-17 10:54:04 +01:00
parent 93741bffb5
commit 746fd3ddcb
13 changed files with 364 additions and 4 deletions

View file

@ -1,4 +1,5 @@
{
"id": "K8800",
"name": "Vertex Delta K8800",
"version": 2,
"inherits": "fdmprinter",
@ -6,9 +7,14 @@
"manufacturer": "Velleman nv",
"file_formats": "text/x-gcode",
"visible": true,
"author": "Velleman"
"author": "Velleman",
"has_machine_quality": true,
"has_materials": true
},
"overrides": {
"material_diameter": {
"default_value": 1.75
},
"machine_width": {
"default_value": 200
},
@ -42,9 +48,6 @@
"gantry_height": {
"default_value": 0
},
"material_diameter": {
"default_value": 1.75
},
"machine_nozzle_offset_x_1": {
"default_value": 0
},
@ -59,6 +62,99 @@
},
"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"
},
"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": true
},
"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
}
}
}