chiark / gitweb /
Updating build steps to work with Mac OS X
[cura.git] / resources / quickprint / lulzbot_mini / materials / 3_pla.ini
1 [info]
2 name = PLA
3
4 [profile]
5 print_temperature = 205
6 print_bed_temperature = 60
7 solid_layer_thickness = 1
8 print_speed = 50
9 retraction_amount = 1.5
10 bottom_layer_speed = 15
11 cool_min_layer_time = 20
12 fan_speed = 75
13 fan_speed_max = 100
14 start.gcode = ;This Gcode has been generated specifically for the LulzBot Mini
15         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
16         ;Filament Diameter: {filament_diameter}
17         ;Nozzle Size: {nozzle_size}
18         G21                          ; metric values
19         G90                          ; absolute positioning
20         M82                          ; set extruder to absolute mode
21         M107                         ; start with the fan off
22         G92 E0                       ; set extruder position to 0
23         M140 S{print_bed_temperature}; get bed heating up
24         G28                          ; home all
25         M109 S140                    ; set to cleaning temp and wait
26         G1 Z150 E-30 F75             ; suck up XXmm of filament
27         M109 S140                    ; heat up rest of way
28         G1 X45 Y174 F11520           ; move behind scraper
29         G1 Z0  F1200                 ; CRITICAL: set Z to height of top of scraper
30         G1 X45 Y174 Z-.5 F4000       ; wiping ; plunge into wipe pad
31         G1 X55 Y172 Z-.5 F4000       ; wiping
32         G1 X45 Y174 Z0 F4000         ; wiping
33         G1 X55 Y172 F4000            ; wiping
34         G1 X45 Y174 F4000            ; wiping
35         G1 X55 Y172 F4000            ; wiping
36         G1 X45 Y174 F4000            ; wiping
37         G1 X55 Y172 F4000            ; wiping
38         G1 X60 Y174 F4000            ; wiping
39         G1 X80 Y172 F4000            ; wiping
40         G1 X60 Y174 F4000            ; wiping
41         G1 X80 Y172 F4000            ; wiping
42         G1 X60 Y174 F4000            ; wiping
43         G1 X90 Y172 F4000            ; wiping
44         G1 X80 Y174 F4000            ; wiping
45         G1 X100 Y172 F4000           ; wiping
46         G1 X80 Y174 F4000            ; wiping
47         G1 X100 Y172 F4000           ; wiping
48         G1 X80 Y174 F4000            ; wiping
49         G1 X100 Y172 F4000           ; wiping
50         G1 X110 Y174 F4000           ; wiping
51         G1 X100 Y172 F4000           ; wiping
52         G1 X110 Y174 F4000           ; wiping
53         G1 X100 Y172 F4000           ; wiping
54         G1 X110 Y174 F4000           ; wiping
55         G1 X115 Y172 Z-0.5 F1000     ; wipe slower and bury noz in cleanish area
56         G1 Z10                       ; raise z
57         G28 X0 Y0                    ; home x and y
58         M109 S140                    ; set to probing temp
59         M204 S300                    ; set accel for probing
60         G29                          ; Probe
61         M204 S2000                   ; set accel back to normal
62         G1 X5 Y15 Z10 F5000          ; get out the way
63         G4 S1                        ; pause
64         M400                         ; clear buffer
65         M109 S{print_temperature}    ; set extruder temp and wait
66         G4 S15                       ; wait for bed to temp up
67         G1 Z2 E0 F75                 ; extrude filament back into nozzle
68         M140 S{print_bed_temperature}; get bed temping up during first layer
69 end.gcode = M400
70         M104 S0                         ; Hotend off
71         M140 S0                         ; heated bed heater off (if you have it)
72         M107                            ; fans off
73         G92 E5                          ; set extruder to 5mm for retract on print end
74         G1 X5 Y5 Z156 F10000            ; move to cooling positioning
75         M190 R60                        ; wait for bed to cool
76         M140 S0                         ; Turn off bed temp
77         G1 X145 Y175 Z156 F1000         ; move to cooling positioning
78         M84                             ; steppers off
79         G90                             ; absolute positioning
80         ;{profile_string}