Fixed mistakes in the definitions

CURA-1278
This commit is contained in:
Jaime van Kessel 2016-05-17 15:45:21 +02:00
parent 884f2a7757
commit f66f0658d9
4 changed files with 336 additions and 314 deletions

View File

@ -12,78 +12,84 @@
"platform": "bq_hephestos_platform.stl" "platform": "bq_hephestos_platform.stl"
}, },
"settings": { "overrides": {
"machine_start_gcode": { "settings": {
"value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --" "machine_start_gcode": {
}, "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --"
"machine_end_gcode": { },
"value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --" "machine_end_gcode": {
}, "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --"
"machine_width": { },
"value": 215 "machine_width": {
}, "value": 215
"machine_depth": { },
"value": 210 "machine_depth": {
}, "value": 210
"machine_height": { },
"value": 180 "machine_height": {
}, "value": 180
"machine_heated_bed": { },
"value": false "machine_heated_bed": {
}, "value": false
"machine_center_is_zero": { },
"value": false "machine_center_is_zero": {
}, "value": false
"machine_gcode_flavor": { },
"value": "RepRap" "machine_gcode_flavor": {
}, "value": "RepRap"
"machine_platform_offset": { },
"value": [0, -82, 0] "machine_platform_offset": {
}, "value": [
"layer_height": { 0,
"value": 0.2 -82,
}, 0
"layer_height_0": { ]
"value": 0.2 },
}, "layer_height": {
"wall_thickness": { "value": 0.2
"value": 1.0 },
}, "layer_height_0": {
"top_bottom_thickness": { "value": 0.2
"value": 1.0 },
}, "wall_thickness": {
"bottom_thickness": { "value": 1.0
"value": 1.0 },
}, "top_bottom_thickness": {
"material_print_temperature": { "value": 1.0
"value": 220 },
}, "bottom_thickness": {
"material_bed_temperature": { "value": 1.0
"value": 0 },
}, "material_print_temperature": {
"material_diameter": { "value": 220
"value": 1.75 },
}, "material_bed_temperature": {
"speed_print": { "value": 0
"value": 40.0 },
}, "material_diameter": {
"speed_infill": { "value": 1.75
"value": 40.0 },
}, "speed_print": {
"speed_wall": { "value": 40.0
"value": 35.0 },
}, "speed_infill": {
"speed_topbottom": { "value": 40.0
"value": 35.0 },
}, "speed_wall": {
"speed_travel": { "value": 35.0
"value": 120.0 },
}, "speed_topbottom": {
"speed_layer_0": { "value": 35.0
"value": 20.0 },
}, "speed_travel": {
"support_enable": { "value": 120.0
"value": true },
"speed_layer_0": {
"value": 20.0
},
"support_enable": {
"value": true
}
} }
} }
} }

View File

@ -14,104 +14,109 @@
"author": "BQ", "author": "BQ",
"platform": "bq_hephestos_2_platform.stl", "platform": "bq_hephestos_2_platform.stl",
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"inherits": "fdmprinter.json",
"settings": { "overrides": {
"machine_start_gcode": { "settings": {
"value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --" "machine_start_gcode": {
}, "default_value": "; -- START GCODE --\nM800 ; Custom GCODE to fire start print procedure\n; -- end of START GCODE --"
"machine_end_gcode": { },
"value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --" "machine_end_gcode": {
}, "default_value": "; -- END GCODE --\nM801 ; Custom GCODE to fire end print procedure\n; -- end of END GCODE --"
"machine_width": { },
"value": 210 "machine_width": {
}, "value": 210
"machine_depth": { },
"value": 297 "machine_depth": {
}, "value": 297
"machine_height": { },
"value": 220 "machine_height": {
}, "value": 220
"machine_heated_bed": { },
"value": false "machine_heated_bed": {
}, "value": false
"machine_center_is_zero": { },
"value": false "machine_center_is_zero": {
}, "value": false
"machine_gcode_flavor": { },
"value": "RepRap" "machine_gcode_flavor": {
}, "value": "RepRap"
"machine_platform_offset": { },
"value": [6, 1320, 0] "machine_platform_offset": {
}, "value": [
"material_print_temperature": { 6,
"value": 210.0 1320,
}, 0
"material_bed_temperature": { ]
"value": 0 },
}, "material_print_temperature": {
"material_diameter": { "value": 210.0
"value": 1.75 },
}, "material_bed_temperature": {
"layer_height": { "value": 0
"value": 0.2 },
}, "material_diameter": {
"layer_height_0": { "value": 1.75
"value": 0.2 },
}, "layer_height": {
"wall_line_count": { "value": 0.2
"value": 3 },
}, "layer_height_0": {
"wall_thickness": { "value": 0.2
"value": 1.2 },
}, "wall_line_count": {
"top_bottom_thickness": { "value": 3
"value": 1.2 },
}, "wall_thickness": {
"infill_sparse_density": { "value": 1.2
"value": 20.0 },
}, "top_bottom_thickness": {
"infill_overlap": { "value": 1.2
"value": 15.0 },
}, "infill_sparse_density": {
"speed_print": { "value": 20.0
"value": 60.0 },
}, "infill_overlap": {
"speed_travel": { "value": 15.0
"value": 160.0 },
}, "speed_print": {
"speed_layer_0": { "value": 60.0
"value": 30.0 },
}, "speed_travel": {
"speed_wall_x": { "value": 160.0
"value": 35.0 },
}, "speed_layer_0": {
"speed_wall_0": { "value": 30.0
"value": 30.0 },
}, "speed_wall_x": {
"speed_infill": { "value": 35.0
"value": 80.0 },
}, "speed_wall_0": {
"speed_topbottom": { "value": 30.0
"value": 35.0 },
}, "speed_infill": {
"skirt_speed": { "value": 80.0
"value": 35.0 },
}, "speed_topbottom": {
"skirt_line_count": { "value": 35.0
"value": 4 },
}, "skirt_speed": {
"skirt_minimal_length": { "value": 35.0
"value": 30.0 },
}, "skirt_line_count": {
"skirt_gap": { "value": 4
"value": 6.0 },
}, "skirt_minimal_length": {
"cool_fan_full_at_height": { "value": 30.0
"value": 0.4 },
}, "skirt_gap": {
"support_enable": { "value": 6.0
"value": false },
"cool_fan_full_at_height": {
"value": 0.4
},
"support_enable": {
"value": false
}
} }
} }
} }

View File

@ -10,79 +10,84 @@
"file_formats": "text/x-code", "file_formats": "text/x-code",
"platform": "bq_hephestos_platform.stl" "platform": "bq_hephestos_platform.stl"
}, },
"overrides": {
"settings": { "settings": {
"machine_start_gcode": { "machine_start_gcode": {
"value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --" "default_value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --"
}, },
"machine_end_gcode": { "machine_end_gcode": {
"value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --" "default_value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG1 Z10 ;move extruder up 10 mm\nG90 ;set to absolute positioning\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --"
}, },
"machine_width": { "machine_width": {
"value": 200 "value": 200
}, },
"machine_depth": { "machine_depth": {
"value": 300 "value": 300
}, },
"machine_height": { "machine_height": {
"value": 180 "value": 180
}, },
"machine_heated_bed": { "machine_heated_bed": {
"value": false "value": false
}, },
"machine_center_is_zero": { "machine_center_is_zero": {
"value": false "value": false
}, },
"machine_gcode_flavor": { "machine_gcode_flavor": {
"value": "RepRap" "value": "RepRap"
}, },
"machine_platform_offset": { "machine_platform_offset": {
"value": [0, -82, 0] "value": [
}, 0,
"layer_height": { -82,
"value": 0.2 0
}, ]
"layer_height_0": { },
"value": 0.2 "layer_height": {
}, "value": 0.2
"wall_thickness": { },
"value": 1.0 "layer_height_0": {
}, "value": 0.2
"top_bottom_thickness": { },
"value": 1.0 "wall_thickness": {
}, "value": 1.0
"bottom_thickness": { },
"value": 1.0 "top_bottom_thickness": {
}, "value": 1.0
"material_print_temperature": { },
"value": 220 "bottom_thickness": {
}, "value": 1.0
"material_bed_temperature": { },
"value": 0 "material_print_temperature": {
}, "value": 220
"material_diameter": { },
"value": 1.75 "material_bed_temperature": {
}, "value": 0
"speed_print": { },
"value": 40.0 "material_diameter": {
}, "value": 1.75
"speed_infill": { },
"value": 40.0 "speed_print": {
}, "value": 40.0
"speed_wall": { },
"value": 35.0 "speed_infill": {
}, "value": 40.0
"speed_topbottom": { },
"value": 35.0 "speed_wall": {
}, "value": 35.0
"speed_travel": { },
"value": 120.0 "speed_topbottom": {
}, "value": 35.0
"speed_layer_0": { },
"value": 20.0 "speed_travel": {
}, "value": 120.0
"support_enable": { },
"value": true "speed_layer_0": {
"value": 20.0
},
"support_enable": {
"value": true
}
} }
} }
} }

View File

@ -10,78 +10,84 @@
"file_formats": "text/x-gcode", "file_formats": "text/x-gcode",
"platform": "bq_witbox_platform.stl" "platform": "bq_witbox_platform.stl"
}, },
"settings": { "overrides": {
"machine_start_gcode": { "settings": {
"value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --" "machine_start_gcode": {
}, "value": "; -- START GCODE --\nG21 ;set units to millimetres\nG90 ;set to absolute positioning\nM106 S0 ;set fan speed to zero (turned off)\nG28 X0 Y0 ;move to the X/Y origin (Home)\nG28 Z0 ;move to the Z origin (Home)\nG1 Z15.0 F1200 ;move Z to position 15.0 mm\nG92 E0 ;zero the extruded length\nG1 E20 F200 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 ;set feedrate to 120 mm/sec\n; -- end of START GCODE --"
"machine_end_gcode": { },
"value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG90 ;set to absolute positioning\nG1 Z200 ;move the platform to the bottom\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\n; -- end of END GCODE --" "machine_end_gcode": {
}, "value": "; -- END GCODE --\nM104 S0 ;set extruder temperature to zero (turned off)\nG91 ;set to relative positioning\nG1 E-20 F300 ;retract the filament a bit to release some of the pressure\nG90 ;set to absolute positioning\nG1 Z200 ;move the platform to the bottom\nG28 X0 Y0 ;move to the X/Y origin (Home)\nM84 ;turn off steppers\n; -- end of END GCODE --"
"machine_width": { },
"value": 297 "machine_width": {
}, "value": 297
"machine_depth": { },
"value": 210 "machine_depth": {
}, "value": 210
"machine_height": { },
"value": 200 "machine_height": {
}, "value": 200
"machine_heated_bed": { },
"value": false "machine_heated_bed": {
}, "value": false
"machine_center_is_zero": { },
"value": false "machine_center_is_zero": {
}, "value": false
"machine_gcode_flavor": { },
"value": "RepRap" "machine_gcode_flavor": {
}, "value": "RepRap"
"machine_platform_offset": { },
"value": [0, -145, -38] "machine_platform_offset": {
}, "value": [
"layer_height": { 0,
"value": 0.2 -145,
}, -38
"layer_height_0": { ]
"value": 0.2 },
}, "layer_height": {
"wall_thickness": { "value": 0.2
"value": 1 },
}, "layer_height_0": {
"top_bottom_thickness": { "value": 0.2
"value": 1 },
}, "wall_thickness": {
"bottom_thickness": { "value": 1
"value": 1 },
}, "top_bottom_thickness": {
"material_print_temperature": { "value": 1
"value": 220 },
}, "bottom_thickness": {
"material_bed_temperature": { "value": 1
"value": 0 },
}, "material_print_temperature": {
"material_diameter": { "value": 220
"value": 1.75 },
}, "material_bed_temperature": {
"speed_print": { "value": 0
"value": 40 },
}, "material_diameter": {
"speed_infill": { "value": 1.75
"value": 40 },
}, "speed_print": {
"speed_wall": { "value": 40
"value": 35 },
}, "speed_infill": {
"speed_topbottom": { "value": 40
"value": 35 },
}, "speed_wall": {
"speed_travel": { "value": 35
"value": 120 },
}, "speed_topbottom": {
"speed_layer_0": { "value": 35
"value": 20 },
}, "speed_travel": {
"support_enable": { "value": 120
"value": true },
"speed_layer_0": {
"value": 20
},
"support_enable": {
"value": true
}
} }
} }
} }