chiark / gitweb /
Incorporate profile naming updates
[cura.git] / resources / machine_profiles / DeltaBot.ini
1 [machine]\r
2 machine_name = DeltaBot style\r
3 machine_type = RepRap\r
4 machine_width = 150\r
5 machine_depth = 150\r
6 machine_height = 150\r
7 machine_center_is_zero = True\r
8 machine_shape = Circular\r
9 has_heated_bed = True\r
10 gcode_flavor = RepRap (Marlin/Sprinter)\r
11 extruder_amount = 1\r
12 \r
13 [profile]\r
14 filament_diameter = 2.85\r
15 nozzle_size = 0.5\r
16 layer_height = 0.2\r
17 fill_density = 10\r
18 print_speed = 30\r
19 print_temperature = 210\r
20 travel_speed = 150\r
21 \r
22 [alterations]\r
23 start.gcode = ;Sliced at: {day} {date} {time}\r
24         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\r
25         ;Print time: {print_time}\r
26         ;Filament used: {filament_amount}m {filament_weight}g\r
27         ;Filament cost: {filament_cost}\r
28         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line\r
29         ;M109 S{print_temperature} ;Uncomment to add your own temperature line\r
30         G21        ;metric values\r
31         G90        ;absolute positioning\r
32         M107       ;start with the fan off\r
33         G28   ;move to endstops\r
34         G92 E0                  ;zero the extruded length\r
35         G1 F200 E3              ;extrude 3mm of feed stock\r
36         G92 E0                  ;zero the extruded length again\r
37         G1 F{travel_speed}\r
38         ;Put printing message on LCD screen\r
39         M117 Printing...\r
40 end.gcode = ;End GCode\r
41         M104 S0                     ;extruder heater off\r
42         M140 S0                     ;heated bed heater off (if you have it)\r
43         G91                                    ;relative positioning\r
44         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure\r
45         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\r
46         G28   ;move to endstops\r
47         M84                         ;steppers off\r
48         G90                         ;absolute positioning\r
49 start2.gcode = ;Sliced at: {day} {date} {time}\r
50         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\r
51         ;Print time: {print_time}\r
52         ;Filament used: {filament_amount}m {filament_weight}g\r
53         ;Filament cost: {filament_cost}\r
54         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line\r
55         ;M104 S{print_temperature} ;Uncomment to add your own temperature line\r
56         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line\r
57         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line\r
58         G21        ;metric values\r
59         G90        ;absolute positioning\r
60         M107       ;start with the fan off\r
61         G28   ;move to endstops\r
62         T1                      ;Switch to the 2nd extruder\r
63         G92 E0                  ;zero the extruded length\r
64         G1 F200 E10             ;extrude 10mm of feed stock\r
65         G92 E0                  ;zero the extruded length again\r
66         G1 F200 E-{retraction_dual_amount}\r
67         T0                      ;Switch to the first extruder\r
68         G92 E0                  ;zero the extruded length\r
69         G1 F200 E10             ;extrude 10mm of feed stock\r
70         G92 E0                  ;zero the extruded length again\r
71         G1 F{travel_speed}\r
72         ;Put printing message on LCD screen\r
73         M117 Printing...\r
74 end2.gcode = ;End GCode\r
75         M104 T0 S0                     ;extruder heater off\r
76         M104 T1 S0                     ;extruder heater off\r
77         M140 S0                     ;heated bed heater off (if you have it)\r
78         G91                                    ;relative positioning\r
79         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure\r
80         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\r
81         G28   ;move to endstops\r
82         M84                         ;steppers off\r
83         G90                         ;absolute positioning\r