From ace5641f76ae7c52effe1bf0aa1c20d386f5a90d Mon Sep 17 00:00:00 2001 From: simonCor Date: Wed, 8 Jul 2015 20:25:02 +0200 Subject: [PATCH 1/5] Added GRR neo profile Adds the machine profile for the German Reprap NEO printer. --- resources/settings/grr_neo.json | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 resources/settings/grr_neo.json diff --git a/resources/settings/grr_neo.json b/resources/settings/grr_neo.json new file mode 100644 index 0000000000..267ad4122a --- /dev/null +++ b/resources/settings/grr_neo.json @@ -0,0 +1,42 @@ +{ + "id": "GRRneo", + "name": "German RepRap Neo", + "icon": "icon_ultimaker.png", + "platform": "ultimaker_platform.stl", + + "inherits": "fdmprinter.json", + "visible": "true", + + "machine_settings": { + "machine_width": { "default": 150 }, + "machine_height": { "default": 150 }, + "machine_depth": { "default": 150 }, + "machine_center_is_zero": { "default": false }, + "machine_nozzle_size": { "default": 0.5 }, + "machine_head_shape_min_x": { "default": 75 }, + "machine_head_shape_min_y": { "default": 18 }, + "machine_head_shape_max_x": { "default": 18 }, + "machine_head_shape_max_y": { "default": 35 }, + "machine_nozzle_gantry_distance": { "default": 55 }, + "machine_nozzle_offset_x_1": { "default": 18.0 }, + "machine_nozzle_offset_y_1": { "default": 0.0 }, + "machine_gcode_flavor": { "default": "RepRap (Marlin/Sprinter)" }, + + "machine_start_gcode": { + "default": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F9000\n;Put printing message on LCD screen\nM117 Printing..." + }, + "machine_end_gcode": { + "default": "M104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\nG90 ;absolute positioning" + } + }, + + "categories": { + "material": { + "settings": { + "material_bed_temperature": { + "visible": false + } + } + } + } +} From 1a4b5caa748e7a3c4c95175e29601f472c626c03 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 21 Jul 2015 11:42:58 +0200 Subject: [PATCH 2/5] Update README.md Added third party plugin list --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9580353544..a6678a36c6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Build scripts Please checkout [cura-build](https://github.com/Ultimaker/cura-build) +Third party plugins +------------- +[Print time calculator](https://github.com/nallath/PrintCostCalculator) + Making profiles for other printers ---------------------------------- Use [this](https://github.com/Ultimaker/Cura/blob/master/resources/settings/ultimaker_original.json) as a template. From bbe3a20e449192780b5fd52092d029acf865afc3 Mon Sep 17 00:00:00 2001 From: Nicanor Romero Venier Date: Tue, 21 Jul 2015 18:19:12 +0200 Subject: [PATCH 3/5] Updated BQ printer profiles. Profiles have been updated to match the new JSON structure of the printer profiles. --- resources/settings/hephestos.json | 439 +++++++++++---------------- resources/settings/hephestos_XL.json | 439 +++++++++++---------------- resources/settings/witbox.json | 439 +++++++++++---------------- 3 files changed, 552 insertions(+), 765 deletions(-) diff --git a/resources/settings/hephestos.json b/resources/settings/hephestos.json index 753c26e888..2d11c81395 100644 --- a/resources/settings/hephestos.json +++ b/resources/settings/hephestos.json @@ -1,255 +1,184 @@ -{ - "id": "hephestos", - "name": "BQ Prusa i3 Hephestos", - "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: {fill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\n;Uncomment to add your own temperature line\n;M109 S{print_temperature}\n;Uncomment to add your own bed temperature line\n;M190 S{print_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F1200 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E20 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 \n;Uncomment to put a printing message on LCD screen\n;M117 Printing...\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default": "; -- END GCODE --\nM104 S0 ;extruder heater off\nG91 ;relative positioning\nG1 E-20 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z10 F1200 ;move Z up\nG90 ;absolute positioning\nG1 X0 Y180 F1200 ;move Z up a bit and retract filament even more the way\nM84 ;steppers off\n; -- end of END GCODE --" - }, - "machine_width": { - "default": 215 - }, - "machine_depth": { - "default": 210 - }, - "machine_height": { - "default": 180 - }, - "machine_heated_bed": { - "default": false - }, - "machine_center_is_zero": { - "default": false - }, - "machine_nozzle_offset_x_1": { - "default": 18.0 - }, - "machine_nozzle_offset_y_1": { - "default": 0.0 - }, - "machine_gcode_flavor": { - "default": "RepRap (Marlin/Sprinter)" - }, - "machine_disallowed_areas": { - "default": [ - [[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]], - [[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]], - [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]], - [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]] - ]}, - "machine_platform_offset": { - "default": [0.0, 100.0, 0.0] - }, - "machine_nozzle_tip_outer_diameter": { - "default": 0.4 - } - }, - "categories": { - "resolution": { - "settings": { - "layer_height": { - "default": 0.2 - }, - "layer_height_0": { - "default": 0.2, - "visible": true - }, - "shell_thickness": { - "default": 1.2, - "children": { - "wall_thickness": { - "default": 1.2, - "visible": false - }, - "alternate_extra_perimeter": { - "default": false, - "visible": false - }, - "top_bottom_thickness": { - "default": 0.8, - "visible": false, - "children": { - "top_thickness": { - "default": 0.8, - "visible": false, - "children": { - "top_layers": { - "default": 8, - "visible": false - } - } - }, - "bottom_thickness": { - "default": 0.4, - "visible": false, - "children": { - "bottom_layers": { - "default": 8, - "visible": false - } - } - } - } - } - } - } - } - }, - "material": { - "settings": { - "material_print_temperature": { - "default": 220, - "visible": true - }, - "material_bed_temperature": { - "default": 0, - "visible": false - }, - "material_diameter": { - "default": 1.75, - "visible": true - }, - "material_flow": { - "default": 100.0, - "visible": true - }, - "retraction_enable": { - "default": true, - "children": { - "retraction_speed": { - "default": 10.0, - "visible": true, - "children": { - "retraction_retract_speed": { - "default": 10.0, - "visible": true - }, - "retraction_prime_speed": { - "default": 10.0, - "visible": true - } - } - }, - "retraction_amount": { - "default": 1.0, - "visible": true - }, - "retraction_minimal_extrusion": { - "default": 0.01, - "visible": false - }, - "retraction_hop": { - "default": 0.75, - "visible": false - } - } - } - } - }, - "speed": { - "settings": { - "speed_print": { - "default": 50.0, - "children": { - "speed_infill": { - "default": 50.0, - "visible": false - }, - "speed_wall": { - "default":45.0, - "visible": false, - "children": { - "speed_wall_0": { - "default": 45.0, - "visible": false - }, - "speed_wall_x": { - "default": 45.0, - "visible": false - } - } - }, - "speed_topbottom": { - "default": 45.0, - "visible": false - }, - "speed_support": { - "default": 45.0, - "visible": false - } - } - }, - "speed_travel": { - "default": 120.0 - }, - "speed_layer_0": { - "default": 20.0, - "visible": false - } - } - }, - "cooling": { - "settings": { - "cool_fan_full_at_height": { - "default": 1, - "visible": false - } - } - }, - "support": { - "settings": { - "support_enable": { - "default": false - }, - "support_type": { - "default": "Everywhere", - "visible": true - }, - "support_z_distance": { - "default": 0.2, - "visible": false - }, - "support_bottom_stair_step_height": { - "default": 1.0, - "visible": false - }, - "support_join_distance": { - "default": 2.0, - "visible": false - }, - "support_pattern": { - "default": "ZigZag", - "visible": true - }, - "support_fill_rate": { - "default": 10, - "visible": false - } - } - }, - "platform_adhesion": { - "settings": { - "skirt_minimal_length": { - "default": 150 - }, - "raft_line_spacing": { - "default": 1.0 - }, - "raft_base_linewidth": { - "default": 0.7 - }, - "raft_interface_thickness": { - "default": 0.2 - }, - "raft_interface_linewidth": { - "default": 0.2 - } - } - } - } -} +{ + "id": "hephestos", + "name": "BQ Prusa i3 Hephestos", + "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: {fill_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 --" + }, + "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 Z180 ;move extruder to the top\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --" + }, + "machine_width": { + "default": 215 + }, + "machine_depth": { + "default": 210 + }, + "machine_height": { + "default": 180 + }, + "machine_heated_bed": { + "default": false + }, + "machine_center_is_zero": { + "default": false + }, + "machine_gcode_flavor": { + "default": "RepRap" + }, + "machine_platform_offset": { + "default": [0.0, 100.0, 0.0] + } + }, + "categories": { + "layer_height": { + "settings": { + "layer_height": { + "default": 0.2 + }, + "layer_height_0": { + "default": 0.2, + "visible": true + } + } + }, + "shell": { + "settings": { + "shell_thickness": { + "default": 1.2, + "children": { + "wall_thickness": { + "default": 1.2, + "visible": false + }, + "top_bottom_thickness": { + "default": 0.8, + "visible": false, + "children": { + "bottom_thickness": { + "default": 0.4, + "visible": false + } + } + } + } + } + } + }, + "material": { + "settings": { + "material_print_temperature": { + "default": 220, + "visible": true + }, + "material_bed_temperature": { + "default": 0, + "visible": false + }, + "material_diameter": { + "default": 1.75, + "visible": true + } + } + }, + "speed": { + "settings": { + "speed_print": { + "default": 40.0, + "children": { + "speed_infill": { + "default": 40.0, + "visible": false + }, + "speed_wall": { + "default":35.0, + "visible": false, + "children": { + "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_layer_0": { + "default": 20.0, + "visible": false + } + } + }, + "travel": { + "settings": { + "retraction_speed": { + "default": 30.0, + "visible": true, + "children": { + "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 + } + } + }, + "platform_adhesion": { + "settings": { + "skirt_minimal_length": { + "default": 150 + }, + "raft_base_line_width": { + "default": 0.7 + }, + "raft_interface_thickness": { + "default": 0.2 + } + } + }, + "support": { + "settings": { + "support_enable": { + "default": false + }, + "support_z_distance": { + "default": 0.2, + "visible": false + }, + "support_fill_rate": { + "default": 10, + "visible": false + } + } + } + } +} diff --git a/resources/settings/hephestos_XL.json b/resources/settings/hephestos_XL.json index aac365f941..b2d42aa9a4 100644 --- a/resources/settings/hephestos_XL.json +++ b/resources/settings/hephestos_XL.json @@ -1,255 +1,184 @@ -{ - "id": "hephestos_XL", - "name": "BQ Prusa i3 Hephestos XL", - "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: {fill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\n;Uncomment to add your own temperature line\n;M109 S{print_temperature}\n;Uncomment to add your own bed temperature line\n;M190 S{print_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F1200 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E20 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7200 \n;Uncomment to put a printing message on LCD screen\n;M117 Printing...\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default": "; -- END GCODE --\nM104 S0 ;extruder heater off\nG91 ;relative positioning\nG1 E-20 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z10 F1200 ;move Z up\nG91 ;absolute positioning\nG1 X0 Y180 F1200 ;move Z up a bit and retract filament even more the way\nM84 ;steppers off\n; -- end of END GCODE --" - }, - "machine_width": { - "default": 200 - }, - "machine_depth": { - "default": 300 - }, - "machine_height": { - "default": 180 - }, - "machine_heated_bed": { - "default": false - }, - "machine_center_is_zero": { - "default": false - }, - "machine_nozzle_offset_x_1": { - "default": 18.0 - }, - "machine_nozzle_offset_y_1": { - "default": 0.0 - }, - "machine_gcode_flavor": { - "default": "RepRap (Marlin/Sprinter)" - }, - "machine_disallowed_areas": { - "default": [ - [[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]], - [[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]], - [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]], - [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]] - ]}, - "machine_platform_offset": { - "default": [0.0, 100.0, 0.0] - }, - "machine_nozzle_tip_outer_diameter": { - "default": 0.4 - } - }, - "categories": { - "resolution": { - "settings": { - "layer_height": { - "default": 0.2 - }, - "layer_height_0": { - "default": 0.2, - "visible": true - }, - "shell_thickness": { - "default": 1.2, - "children": { - "wall_thickness": { - "default": 1.2, - "visible": false - }, - "alternate_extra_perimeter": { - "default": false, - "visible": false - }, - "top_bottom_thickness": { - "default": 0.8, - "visible": false, - "children": { - "top_thickness": { - "default": 0.8, - "visible": false, - "children": { - "top_layers": { - "default": 8, - "visible": false - } - } - }, - "bottom_thickness": { - "default": 0.4, - "visible": false, - "children": { - "bottom_layers": { - "default": 8, - "visible": false - } - } - } - } - } - } - } - } - }, - "material": { - "settings": { - "material_print_temperature": { - "default": 220, - "visible": true - }, - "material_bed_temperature": { - "default": 0, - "visible": false - }, - "material_diameter": { - "default": 1.75, - "visible": true - }, - "material_flow": { - "default": 100.0, - "visible": true - }, - "retraction_enable": { - "default": true, - "children": { - "retraction_speed": { - "default": 10.0, - "visible": true, - "children": { - "retraction_retract_speed": { - "default": 10.0, - "visible": true - }, - "retraction_prime_speed": { - "default": 10.0, - "visible": true - } - } - }, - "retraction_amount": { - "default": 1.0, - "visible": true - }, - "retraction_minimal_extrusion": { - "default": 0.01, - "visible": false - }, - "retraction_hop": { - "default": 0.75, - "visible": false - } - } - } - } - }, - "speed": { - "settings": { - "speed_print": { - "default": 50.0, - "children": { - "speed_infill": { - "default": 50.0, - "visible": false - }, - "speed_wall": { - "default":45.0, - "visible": false, - "children": { - "speed_wall_0": { - "default": 45.0, - "visible": false - }, - "speed_wall_x": { - "default": 45.0, - "visible": false - } - } - }, - "speed_topbottom": { - "default": 45.0, - "visible": false - }, - "speed_support": { - "default": 45.0, - "visible": false - } - } - }, - "speed_travel": { - "default": 120.0 - }, - "speed_layer_0": { - "default": 20.0, - "visible": false - } - } - }, - "cooling": { - "settings": { - "cool_fan_full_at_height": { - "default": 1, - "visible": false - } - } - }, - "support": { - "settings": { - "support_enable": { - "default": false - }, - "support_type": { - "default": "Everywhere", - "visible": true - }, - "support_z_distance": { - "default": 0.2, - "visible": false - }, - "support_bottom_stair_step_height": { - "default": 1.0, - "visible": false - }, - "support_join_distance": { - "default": 2.0, - "visible": false - }, - "support_pattern": { - "default": "ZigZag", - "visible": true - }, - "support_fill_rate": { - "default": 10, - "visible": false - } - } - }, - "platform_adhesion": { - "settings": { - "skirt_minimal_length": { - "default": 150 - }, - "raft_line_spacing": { - "default": 1.0 - }, - "raft_base_linewidth": { - "default": 0.7 - }, - "raft_interface_thickness": { - "default": 0.2 - }, - "raft_interface_linewidth": { - "default": 0.2 - } - } - } - } -} +{ + "id": "hephestos_XL", + "name": "BQ Prusa i3 Hephestos XL", + "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: {fill_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 --" + }, + "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 Z180 ;move extruder to the top\nG1 X0 Y180 F1200 ;expose the platform\nM84 ;turn off steppers\n; -- end of END GCODE --" + }, + "machine_width": { + "default": 200 + }, + "machine_depth": { + "default": 300 + }, + "machine_height": { + "default": 180 + }, + "machine_heated_bed": { + "default": false + }, + "machine_center_is_zero": { + "default": false + }, + "machine_gcode_flavor": { + "default": "RepRap" + }, + "machine_platform_offset": { + "default": [0.0, 100.0, 0.0] + } + }, + "categories": { + "layer_height": { + "settings": { + "layer_height": { + "default": 0.2 + }, + "layer_height_0": { + "default": 0.2, + "visible": true + } + } + }, + "shell": { + "settings": { + "shell_thickness": { + "default": 1.2, + "children": { + "wall_thickness": { + "default": 1.2, + "visible": false + }, + "top_bottom_thickness": { + "default": 0.8, + "visible": false, + "children": { + "bottom_thickness": { + "default": 0.4, + "visible": false + } + } + } + } + } + } + }, + "material": { + "settings": { + "material_print_temperature": { + "default": 220, + "visible": true + }, + "material_bed_temperature": { + "default": 0, + "visible": false + }, + "material_diameter": { + "default": 1.75, + "visible": true + } + } + }, + "speed": { + "settings": { + "speed_print": { + "default": 40.0, + "children": { + "speed_infill": { + "default": 40.0, + "visible": false + }, + "speed_wall": { + "default":35.0, + "visible": false, + "children": { + "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_layer_0": { + "default": 20.0, + "visible": false + } + } + }, + "travel": { + "settings": { + "retraction_speed": { + "default": 30.0, + "visible": true, + "children": { + "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 + } + } + }, + "platform_adhesion": { + "settings": { + "skirt_minimal_length": { + "default": 150 + }, + "raft_base_line_width": { + "default": 0.7 + }, + "raft_interface_thickness": { + "default": 0.2 + } + } + }, + "support": { + "settings": { + "support_enable": { + "default": false + }, + "support_z_distance": { + "default": 0.2, + "visible": false + }, + "support_fill_rate": { + "default": 10, + "visible": false + } + } + } + } +} diff --git a/resources/settings/witbox.json b/resources/settings/witbox.json index cf72239d40..4fefa77e89 100644 --- a/resources/settings/witbox.json +++ b/resources/settings/witbox.json @@ -1,255 +1,184 @@ -{ - "id": "witbox", - "name": "BQ Witbox", - "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: {fill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\n;Uncomment to add your own temperature line\n;M109 S{print_temperature}\n;Uncomment to add your own bed temperature line\n;M190 S{print_bed_temperature}\nG21 ;metric values\nG90 ;absolute positioning\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F1200 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E20 ;extrude 20mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F7800 \n;Uncomment to put a printing message on LCD screen\n;M117 Printing...\n; -- end of START GCODE --" - }, - "machine_end_gcode": { - "default": "; -- END GCODE --\nM104 S0 ;extruder heater off\nG91 ;relative positioning\nG1 E-20 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG91 ;relative positioning\nG1 Z10 F1200 ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nM84 ;steppers off\n; -- end of END GCODE --" - }, - "machine_width": { - "default": 297 - }, - "machine_depth": { - "default": 210 - }, - "machine_height": { - "default": 200 - }, - "machine_heated_bed": { - "default": false - }, - "machine_center_is_zero": { - "default": false - }, - "machine_nozzle_offset_x_1": { - "default": 18.0 - }, - "machine_nozzle_offset_y_1": { - "default": 0.0 - }, - "machine_gcode_flavor": { - "default": "RepRap (Marlin/Sprinter)" - }, - "machine_disallowed_areas": { - "default": [ - [[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]], - [[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]], - [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]], - [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]] - ]}, - "machine_platform_offset": { - "default": [0.0, -145.0, -38.0] - }, - "machine_nozzle_tip_outer_diameter": { - "default": 0.4 - } - }, - "categories": { - "resolution": { - "settings": { - "layer_height": { - "default": 0.2 - }, - "layer_height_0": { - "default": 0.2, - "visible": true - }, - "shell_thickness": { - "default": 1.2, - "children": { - "wall_thickness": { - "default": 1.2, - "visible": false - }, - "alternate_extra_perimeter": { - "default": false, - "visible": false - }, - "top_bottom_thickness": { - "default": 0.8, - "visible": false, - "children": { - "top_thickness": { - "default": 0.8, - "visible": false, - "children": { - "top_layers": { - "default": 8, - "visible": false - } - } - }, - "bottom_thickness": { - "default": 0.4, - "visible": false, - "children": { - "bottom_layers": { - "default": 8, - "visible": false - } - } - } - } - } - } - } - } - }, - "material": { - "settings": { - "material_print_temperature": { - "default": 220, - "visible": true - }, - "material_bed_temperature": { - "default": 0, - "visible": false - }, - "material_diameter": { - "default": 1.75, - "visible": true - }, - "material_flow": { - "default": 100.0, - "visible": true - }, - "retraction_enable": { - "default": true, - "children": { - "retraction_speed": { - "default": 10.0, - "visible": true, - "children": { - "retraction_retract_speed": { - "default": 10.0, - "visible": true - }, - "retraction_prime_speed": { - "default": 10.0, - "visible": true - } - } - }, - "retraction_amount": { - "default": 1.0, - "visible": true - }, - "retraction_minimal_extrusion": { - "default": 0.01, - "visible": false - }, - "retraction_hop": { - "default": 0.75, - "visible": false - } - } - } - } - }, - "speed": { - "settings": { - "speed_print": { - "default": 50.0, - "children": { - "speed_infill": { - "default": 50.0, - "visible": false - }, - "speed_wall": { - "default":45.0, - "visible": false, - "children": { - "speed_wall_0": { - "default": 45.0, - "visible": false - }, - "speed_wall_x": { - "default": 45.0, - "visible": false - } - } - }, - "speed_topbottom": { - "default": 45.0, - "visible": false - }, - "speed_support": { - "default": 45.0, - "visible": false - } - } - }, - "speed_travel": { - "default": 130.0 - }, - "speed_layer_0": { - "default": 20.0, - "visible": false - } - } - }, - "cooling": { - "settings": { - "cool_fan_full_at_height": { - "default": 1, - "visible": false - } - } - }, - "support": { - "settings": { - "support_enable": { - "default": false - }, - "support_type": { - "default": "Everywhere", - "visible": true - }, - "support_z_distance": { - "default": 0.2, - "visible": false - }, - "support_bottom_stair_step_height": { - "default": 1.0, - "visible": false - }, - "support_join_distance": { - "default": 2.0, - "visible": false - }, - "support_pattern": { - "default": "ZigZag", - "visible": true - }, - "support_fill_rate": { - "default": 10, - "visible": false - } - } - }, - "platform_adhesion": { - "settings": { - "skirt_minimal_length": { - "default": 150 - }, - "raft_line_spacing": { - "default": 1.0 - }, - "raft_base_linewidth": { - "default": 0.7 - }, - "raft_interface_thickness": { - "default": 0.2 - }, - "raft_interface_linewidth": { - "default": 0.2 - } - } - } - } -} +{ + "id": "witbox", + "name": "BQ Witbox", + "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: {fill_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 --" + }, + "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 --" + }, + "machine_width": { + "default": 297 + }, + "machine_depth": { + "default": 210 + }, + "machine_height": { + "default": 200 + }, + "machine_heated_bed": { + "default": false + }, + "machine_center_is_zero": { + "default": false + }, + "machine_gcode_flavor": { + "default": "RepRap" + }, + "machine_platform_offset": { + "default": [0, -145, -38] + } + }, + "categories": { + "layer_height": { + "settings": { + "layer_height": { + "default": 0.2 + }, + "layer_height_0": { + "default": 0.2, + "visible": true + } + } + }, + "shell": { + "settings": { + "shell_thickness": { + "default": 1.2, + "children": { + "wall_thickness": { + "default": 1.2, + "visible": false + }, + "top_bottom_thickness": { + "default": 0.8, + "visible": false, + "children": { + "bottom_thickness": { + "default": 0.4, + "visible": false + } + } + } + } + } + } + }, + "material": { + "settings": { + "material_print_temperature": { + "default": 220, + "visible": true + }, + "material_bed_temperature": { + "default": 0, + "visible": false + }, + "material_diameter": { + "default": 1.75, + "visible": true + } + } + }, + "speed": { + "settings": { + "speed_print": { + "default": 40.0, + "children": { + "speed_infill": { + "default": 40.0, + "visible": false + }, + "speed_wall": { + "default":35.0, + "visible": false, + "children": { + "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": 120.0 + }, + "speed_layer_0": { + "default": 20.0, + "visible": false + } + } + }, + "travel": { + "settings": { + "retraction_speed": { + "default": 30.0, + "visible": true, + "children": { + "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 + } + } + }, + "platform_adhesion": { + "settings": { + "skirt_minimal_length": { + "default": 150 + }, + "raft_base_line_width": { + "default": 0.7 + }, + "raft_interface_thickness": { + "default": 0.2 + } + } + }, + "support": { + "settings": { + "support_enable": { + "default": false + }, + "support_z_distance": { + "default": 0.2, + "visible": false + }, + "support_fill_rate": { + "default": 10, + "visible": false + } + } + } + } +} From 8053df605761cbf0f91af4fb16a0b97213a87873 Mon Sep 17 00:00:00 2001 From: simonCor Date: Tue, 21 Jul 2015 22:26:43 +0200 Subject: [PATCH 4/5] Added custom build platform for grr neo Added custom build platform 3d model of German Reprap NEO 3d printer. --- resources/meshes/grr_neo_platform.stl | Bin 0 -> 24684 bytes resources/settings/grr_neo.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 resources/meshes/grr_neo_platform.stl diff --git a/resources/meshes/grr_neo_platform.stl b/resources/meshes/grr_neo_platform.stl new file mode 100644 index 0000000000000000000000000000000000000000..ee1ce16386e3e8056a6720953c1cc63c277fdbd4 GIT binary patch literal 24684 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 Date: Wed, 22 Jul 2015 08:51:17 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6678a36c6..dc1f0df1c7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Third party plugins Making profiles for other printers ---------------------------------- -Use [this](https://github.com/Ultimaker/Cura/blob/master/resources/settings/ultimaker_original.json) as a template. +There are two ways of doing it. You can either use the generator [here](http://quillford.github.io/CuraProfileMaker/) or you can use [this](https://github.com/Ultimaker/Cura/blob/master/resources/settings/ultimaker_original.json) as a template. * Change the machine ID to something unique * Change the machine_name to your printer's name