From 933def40b2ad6e54e911cac3510414d049596172 Mon Sep 17 00:00:00 2001 From: Nicanor Romero Venier Date: Tue, 18 Aug 2015 16:22:32 +0200 Subject: [PATCH 1/2] Modified some settings in profiles --- resources/settings/hephestos.json | 49 +++++++++++----------------- resources/settings/hephestos_xl.json | 47 ++++++++++---------------- resources/settings/witbox.json | 38 ++++++++------------- 3 files changed, 51 insertions(+), 83 deletions(-) diff --git a/resources/settings/hephestos.json b/resources/settings/hephestos.json index 5ff301b07c..5d6bf49ed8 100644 --- a/resources/settings/hephestos.json +++ b/resources/settings/hephestos.json @@ -1,15 +1,15 @@ { - "id": "hephestos", + "id": "bq_hephestos", "version": 1, "name": "BQ Prusa i3 Hephestos", "manufacturer": "BQ", - "author": "other", + "author": "BQ", "platform": "hephestos_platform.stl", "inherits": "fdmprinter.json", "machine_settings": { "machine_start_gcode": { - "default": "; -- START GCODE --\n;Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\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": "; -- 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": { "default": "; -- 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 --" @@ -33,39 +33,28 @@ "default": "RepRap" }, "machine_platform_offset": { - "default": [0.0, 100.0, 0.0] + "default": [0, 100, 0] } }, - - "overrides": { + "overrides": { "layer_height": { "default": 0.2 }, - "layer_height_0": { "default": 0.2, "visible": true }, - "shell_thickness": { "default": 1.2 }, - "wall_thickness": { "default": 1.2, "visible": false }, - "top_bottom_thickness": { "default": 0.8, "visible": false }, - "bottom_thickness": { "default": 0.4, "visible": false }, + "layer_height_0": { "default": 0.2, "visible": false }, + "shell_thickness": { "default": 1.0 }, + "wall_thickness": { "default": 1.0, "visible": false }, + "top_bottom_thickness": { "default": 1.0, "visible": false}, + "bottom_thickness": { "default": 1.0, "visible": false }, "material_print_temperature": { "default": 220, "visible": true }, "material_bed_temperature": { "default": 0, "visible": false }, "material_diameter": { "default": 1.75, "visible": true }, - "speed_print": { "default": 40.0 }, - "speed_infill": { "default": 40.0, "visible": false }, - "speed_wall": { "default":35.0, "visible": false }, - "speed_wall_0": { "default": 35.0, "visible": false }, - "speed_wall_x": { "default": 35.0, "visible": false }, - "speed_topbottom": { "default": 35.0, "visible": false }, - "speed_support": { "default": 35.0, "visible": false }, - "speed_travel": { "default": 110.0 }, + "speed_print": { "default": 40.0}, + "speed_infill": { "default": 40.0, "visible": true }, + "speed_wall": { "default": 35.0, "visible": true}, + "speed_topbottom": { "default": 35.0, "visible": true }, + "speed_travel": { "default": 120.0 }, "speed_layer_0": { "default": 20.0, "visible": false }, - "retraction_speed": { "default": 30.0, "visible": true }, - "retraction_retract_speed": { "default": 30.0, "visible": true }, - "retraction_prime_speed": { "default": 30.0, "visible": true }, - "retraction_amount": { "default": 2.0, "visible": true }, - "retraction_hop": { "default": 0.75, "visible": false }, - "skirt_minimal_length": { "default": 150 }, - "raft_base_line_width": { "default": 0.7 }, - "raft_interface_thickness": { "default": 0.2 }, - "support_enable": { "default": true }, - "support_z_distance": { "default": 0.2, "visible": false }, - "support_infill_rate": { "default": 10, "visible": false } + "retraction_speed": { "default": 30.0, "visible": false}, + "retraction_amount": { "default": 2.0, "visible": false }, + "retraction_hop": { "default": 0.075, "visible": false }, + "support_enable": { "default": true } } } diff --git a/resources/settings/hephestos_xl.json b/resources/settings/hephestos_xl.json index 8e52bc03b4..a6849bb8e0 100644 --- a/resources/settings/hephestos_xl.json +++ b/resources/settings/hephestos_xl.json @@ -1,15 +1,15 @@ { - "id": "hephestos_xl", + "id": "bq_hephestos_xl", "version": 1, "name": "BQ Prusa i3 Hephestos XL", "manufacturer": "BQ", - "author": "other", + "author": "BQ", "platform": "hephestos_platform.stl", "inherits": "fdmprinter.json", "machine_settings": { "machine_start_gcode": { - "default": "; -- START GCODE --\n;Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\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": "; -- 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": { "default": "; -- 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 --" @@ -33,39 +33,28 @@ "default": "RepRap" }, "machine_platform_offset": { - "default": [0.0, 100.0, 0.0] + "default": [0, 100, 0] } }, - "overrides": { "layer_height": { "default": 0.2 }, - "layer_height_0": { "default": 0.2, "visible": true }, - "shell_thickness": { "default": 1.2 }, - "wall_thickness": { "default": 1.2, "visible": false }, - "top_bottom_thickness": { "default": 0.8, "visible": false }, - "bottom_thickness": { "default": 0.4, "visible": false }, + "layer_height_0": { "default": 0.2, "visible": false }, + "shell_thickness": { "default": 1.0 }, + "wall_thickness": { "default": 1.0, "visible": false }, + "top_bottom_thickness": { "default": 1.0, "visible": false}, + "bottom_thickness": { "default": 1.0, "visible": false }, "material_print_temperature": { "default": 220, "visible": true }, "material_bed_temperature": { "default": 0, "visible": false }, "material_diameter": { "default": 1.75, "visible": true }, - "speed_print": { "default": 40.0 }, - "speed_infill": { "default": 40.0, "visible": false }, - "speed_wall": { "default":35.0, "visible": false }, - "speed_wall_0": { "default": 35.0, "visible": false }, - "speed_wall_x": { "default": 35.0, "visible": false }, - "speed_topbottom": { "default": 35.0, "visible": false }, - "speed_support": { "default": 35.0, "visible": false }, - "speed_travel": { "default": 110.0 }, + "speed_print": { "default": 40.0}, + "speed_infill": { "default": 40.0, "visible": true }, + "speed_wall": { "default": 35.0, "visible": true}, + "speed_topbottom": { "default": 35.0, "visible": true }, + "speed_travel": { "default": 120.0 }, "speed_layer_0": { "default": 20.0, "visible": false }, - "retraction_speed": { "default": 30.0, "visible": true }, - "retraction_retract_speed": { "default": 30.0, "visible": true }, - "retraction_prime_speed": { "default": 30.0, "visible": true }, - "retraction_amount": { "default": 2.0, "visible": true }, - "retraction_hop": { "default": 0.75, "visible": false }, - "skirt_minimal_length": { "default": 150 }, - "raft_base_line_width": { "default": 0.7 }, - "raft_interface_thickness": { "default": 0.2 }, - "support_enable": { "default": true }, - "support_z_distance": { "default": 0.2, "visible": false }, - "support_infill_rate": { "default": 10, "visible": false } + "retraction_speed": { "default": 30.0, "visible": false}, + "retraction_amount": { "default": 2.0, "visible": false }, + "retraction_hop": { "default": 0.075, "visible": false }, + "support_enable": { "default": true } } } diff --git a/resources/settings/witbox.json b/resources/settings/witbox.json index 4e27b5886d..0351dd7e00 100644 --- a/resources/settings/witbox.json +++ b/resources/settings/witbox.json @@ -3,13 +3,13 @@ "version": 1, "name": "BQ Witbox", "manufacturer": "BQ", - "author": "other", + "author": "BQ", "platform": "witbox_platform.stl", "inherits": "fdmprinter.json", "machine_settings": { "machine_start_gcode": { - "default": "; -- START GCODE --\n;Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {infill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\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": "; -- 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": { "default": "; -- 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 --" @@ -38,33 +38,23 @@ }, "overrides": { "layer_height": { "default": 0.2 }, - "layer_height_0": { "default": 0.2, "visible": true }, - "shell_thickness": { "default": 1.2}, - "wall_thickness": { "default": 1.2, "visible": false }, - "top_bottom_thickness": { "default": 0.8, "visible": false}, - "bottom_thickness": { "default": 0.4, "visible": false }, + "layer_height_0": { "default": 0.2, "visible": false }, + "shell_thickness": { "default": 1.0 }, + "wall_thickness": { "default": 1.0, "visible": false }, + "top_bottom_thickness": { "default": 1.0, "visible": false}, + "bottom_thickness": { "default": 1.0, "visible": false }, "material_print_temperature": { "default": 220, "visible": true }, "material_bed_temperature": { "default": 0, "visible": false }, "material_diameter": { "default": 1.75, "visible": true }, "speed_print": { "default": 40.0}, - "speed_infill": { "default": 40.0, "visible": false }, - "speed_wall": { "default":35.0, "visible": false}, - "speed_wall_0": { "default": 35.0, "visible": false }, - "speed_wall_x": { "default": 35.0, "visible": false }, - "speed_topbottom": { "default": 35.0, "visible": false }, - "speed_support": { "default": 35.0, "visible": false }, + "speed_infill": { "default": 40.0, "visible": true }, + "speed_wall": { "default": 35.0, "visible": true}, + "speed_topbottom": { "default": 35.0, "visible": true }, "speed_travel": { "default": 120.0 }, "speed_layer_0": { "default": 20.0, "visible": false }, - "retraction_speed": { "default": 30.0, "visible": true}, - "retraction_retract_speed": { "default": 30.0, "visible": true }, - "retraction_prime_speed": { "default": 30.0, "visible": true }, - "retraction_amount": { "default": 2.0, "visible": true }, - "retraction_hop": { "default": 0.75, "visible": false }, - "skirt_minimal_length": { "default": 150 }, - "raft_base_line_width": { "default": 0.7 }, - "raft_interface_thickness": { "default": 0.2 }, - "support_enable": { "default": true }, - "support_z_distance": { "default": 0.2, "visible": false }, - "support_infill_rate": { "default": 10, "visible": false } + "retraction_speed": { "default": 30.0, "visible": false}, + "retraction_amount": { "default": 2.0, "visible": false }, + "retraction_hop": { "default": 0.075, "visible": false }, + "support_enable": { "default": true } } } From 856ca783e45e5206530049f8488ba8fb4b572f19 Mon Sep 17 00:00:00 2001 From: Nicanor Romero Venier Date: Mon, 24 Aug 2015 16:10:47 +0200 Subject: [PATCH 2/2] Renamed BQ printer profiles --- resources/settings/{hephestos.json => bq_hephestos.json} | 0 resources/settings/{hephestos_xl.json => bq_hephestos_xl.json} | 0 resources/settings/{witbox.json => bq_witbox.json} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename resources/settings/{hephestos.json => bq_hephestos.json} (100%) rename resources/settings/{hephestos_xl.json => bq_hephestos_xl.json} (100%) rename resources/settings/{witbox.json => bq_witbox.json} (100%) diff --git a/resources/settings/hephestos.json b/resources/settings/bq_hephestos.json similarity index 100% rename from resources/settings/hephestos.json rename to resources/settings/bq_hephestos.json diff --git a/resources/settings/hephestos_xl.json b/resources/settings/bq_hephestos_xl.json similarity index 100% rename from resources/settings/hephestos_xl.json rename to resources/settings/bq_hephestos_xl.json diff --git a/resources/settings/witbox.json b/resources/settings/bq_witbox.json similarity index 100% rename from resources/settings/witbox.json rename to resources/settings/bq_witbox.json