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