chiark / gitweb /
Add default deltabot profile to help people setting up deltabots in Cura.
authordaid <daid303@gmail.com>
Fri, 14 Mar 2014 14:39:15 +0000 (15:39 +0100)
committerdaid <daid303@gmail.com>
Fri, 14 Mar 2014 14:39:15 +0000 (15:39 +0100)
resources/machine_profiles/DeltaBot.ini [new file with mode: 0644]

diff --git a/resources/machine_profiles/DeltaBot.ini b/resources/machine_profiles/DeltaBot.ini
new file mode 100644 (file)
index 0000000..5c30f38
--- /dev/null
@@ -0,0 +1,83 @@
+[machine]\r
+machine_name = DeltaBot style\r
+machine_type = RepRap\r
+machine_width = 150\r
+machine_depth = 150\r
+machine_height = 150\r
+machine_center_is_zero = True\r
+machine_shape = Circular\r
+has_heated_bed = True\r
+gcode_flavor = RepRap (Marlin/Sprinter)\r
+extruder_amount = 1\r
+\r
+[profile]\r
+filament_diameter = 2.85\r
+nozzle_size = 0.5\r
+layer_height = 0.2\r
+fill_density = 10\r
+print_speed = 30\r
+print_temperature = 210\r
+travel_speed = 150\r
+\r
+[alterations]\r
+start.gcode = ;Sliced at: {day} {date} {time}\r
+       ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\r
+       ;Print time: {print_time}\r
+       ;Filament used: {filament_amount}m {filament_weight}g\r
+       ;Filament cost: {filament_cost}\r
+       ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line\r
+       ;M109 S{print_temperature} ;Uncomment to add your own temperature line\r
+       G21        ;metric values\r
+       G90        ;absolute positioning\r
+       M107       ;start with the fan off\r
+       G28   ;move to endstops\r
+       G92 E0                  ;zero the extruded length\r
+       G1 F200 E3              ;extrude 3mm of feed stock\r
+       G92 E0                  ;zero the extruded length again\r
+       G1 F{travel_speed}\r
+       ;Put printing message on LCD screen\r
+       M117 Printing...\r
+end.gcode = ;End GCode\r
+       M104 S0                     ;extruder heater off\r
+       M140 S0                     ;heated bed heater off (if you have it)\r
+       G91                                    ;relative positioning\r
+       G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure\r
+       G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\r
+       G28   ;move to endstops\r
+       M84                         ;steppers off\r
+       G90                         ;absolute positioning\r
+start2.gcode = ;Sliced at: {day} {date} {time}\r
+       ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\r
+       ;Print time: {print_time}\r
+       ;Filament used: {filament_amount}m {filament_weight}g\r
+       ;Filament cost: {filament_cost}\r
+       ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line\r
+       ;M104 S{print_temperature} ;Uncomment to add your own temperature line\r
+       ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line\r
+       ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line\r
+       G21        ;metric values\r
+       G90        ;absolute positioning\r
+       M107       ;start with the fan off\r
+       G28   ;move to endstops\r
+       T1                      ;Switch to the 2nd extruder\r
+       G92 E0                  ;zero the extruded length\r
+       G1 F200 E10             ;extrude 10mm of feed stock\r
+       G92 E0                  ;zero the extruded length again\r
+       G1 F200 E-{retraction_dual_amount}\r
+       T0                      ;Switch to the first extruder\r
+       G92 E0                  ;zero the extruded length\r
+       G1 F200 E10             ;extrude 10mm of feed stock\r
+       G92 E0                  ;zero the extruded length again\r
+       G1 F{travel_speed}\r
+       ;Put printing message on LCD screen\r
+       M117 Printing...\r
+end2.gcode = ;End GCode\r
+       M104 T0 S0                     ;extruder heater off\r
+       M104 T1 S0                     ;extruder heater off\r
+       M140 S0                     ;heated bed heater off (if you have it)\r
+       G91                                    ;relative positioning\r
+       G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure\r
+       G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\r
+       G28   ;move to endstops\r
+       M84                         ;steppers off\r
+       G90                         ;absolute positioning\r