summaryrefslogtreecommitdiffstats
path: root/.pronsolerc
blob: 88a5207c39ceea2c7468f79221b0ff99505c229a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
set last_window_maximized True
set last_window_width 800
set last_window_height 529
set port /dev/ttyACM0
set baudrate 115200
set build_dimensions 158.00x158.00x160.00-2.00-2.00+0.00+0.00+0.00+0.00
set extruders 1
set uimode Standard
set bgcolor #353638
set xy_feedrate 10000
set z_feedrate 500
set e_feedrate 100
set controlsmode Standard
set slic3rintegration False
set tempgauges True
set temperature_abs 240
set temperature_pla 205
set last_temperature 240.0
set last_bed_temperature 110.0
set last_sash_position 333
set last_extrusion 10
macro wipe_hips
  ; Set units, positioning modes, and extruder origin
  G21                                  ; Set units to millimeters
  G90                                  ; Set absolute positioning mode
  M82                                  ; Set E absolute mode (override G91)
  G92 E0                               ; Set extruder position to 0 (origin)
  ; Begin heating hotend to HIPS retraction temperature
  M107                                 ; Turn off the print cooling fan
  M104 S150                            ; Set hotend temperature without waiting
  M140 S110                            ; Set bed temperature without waiting
  ; While waiting for the hotend to heat, auto-home the axes
  G28                                  ; Auto-home all axes
  M109                                 ; Wait for hotend temperature
  ; Retract filament before wiping
  G1 Z150 E-30 F75                     ; Slowly lower Z and retract filament
  ; Begin heating hotend to HIPS wiping temperature
  M104 S170                            ; Set hotend temperature without waiting
  ; While waiting for the hotend to heat, position the nozzle over the wiping pad
  G1 X45 Y174 Z10 F11520               ; Move nozzle to just over wiping pad
  M109                                 ; Wait for hotend temperature
  ; Wipe the nozzle
  G1           Z-0.5 F4000             ; Plunge nozzle into wiping pad
  G1 X55  Y172       F4000             ; Wipe
  G1 X45  Y174 Z0    F4000             ; Wipe
  G1 X55  Y172       F4000             ; Wipe
  G1 X45  Y174       F4000             ; Wipe
  G1 X55  Y172       F4000             ; Wipe
  G1 X45  Y174       F4000             ; Wipe
  G1 X55  Y172       F4000             ; Wipe
  G1 X60  Y174       F4000             ; Wipe
  G1 X80  Y172       F4000             ; Wipe
  G1 X60  Y174       F4000             ; Wipe
  G1 X80  Y172       F4000             ; Wipe
  G1 X60  Y174       F4000             ; Wipe
  G1 X90  Y172       F4000             ; Wipe
  G1 X80  Y174       F4000             ; Wipe
  G1 X100 Y172       F4000             ; Wipe
  G1 X80  Y174       F4000             ; Wipe
  G1 X100 Y172       F4000             ; Wipe
  G1 X80  Y174       F4000             ; Wipe
  G1 X100 Y172       F4000             ; Wipe
  G1 X110 Y174       F4000             ; Wipe
  G1 X100 Y172       F4000             ; Wipe
  G1 X110 Y174       F4000             ; Wipe
  G1 X100 Y172       F4000             ; Wipe
  G1 X110 Y174       F4000             ; Wipe
  G1 X115 Y172 Z-0.5 F1000             ; Wipe slower, bury nozzle in cleanish area
  G1 Z10                               ; Lift out of wiping pad
  ; Begin heating hotend to HIPS probing temperature
  M104 S170                            ; Set hotend temperature without waiting
  ; While waiting for the hotend to heat, auto-home X and Y
  G28 X0 Y0                            ; Auto-home X and Y
  M109                                 ; Wait for hotend temperature
macro probe
  ; Probe the bed and enable bed leveling compensation
  G1 Z10 F5000                         ; Lift off the bed-leveling washer
  G28 X0 Y0                            ; Auto-home X and Y
  M204 S300                            ; Set acceleration for probing moves
  G29                                  ; Probe the bed
  M204 S2000                           ; Set acceleration back to normal
  G1 Z10 F5000                         ; Lift off the bed-leveling washer
  G1 X40 Y190 F5000                    ; Move nozzle away and bed forward