02 Montery Dakar build / final stages

man, the inside of the inter cooler is pretty plugged up
i tried to make a rod to push the whole mess out of each cell and of course it just wadded up in the middle
tried rodding it out and long drill..... just a waste of time
RIP cooler





 
It will prbably stretch the studs. Aluminum gaskets exist for header couplers but they are ~1/8" vs 1/2". Figure 4x the stretch.

Sean
 
not sure my CAD will macro this out so chatbot helped

O1000 ; Main program
N1 G20 G17 G90 G40 G49 G80 G94 ; Setup commands
N2 G00 Z0.5 ; Move to safe Z position
N3 S2500 M03 ; Set spindle speed and start rotation

N4 G90 ; Absolute positioning
N5 G00 X-14.5 Y0.0 ; Move to initial X and Y position
N6 M98 P2000 L27 ; Call subprogram P2000 for 27 iterations

N7 G80 ; Cancel active cycle
N8 G00 Z0.5 ; Move to safe Z position
N9 M30 ; End program

O2000 ; Subprogram to drill at current X position
N1 G99 G81 Z-0.2623 R0.05 F5.0 ; Drill first hole at Y0
N2 G91 ; Switch to incremental positioning
N3 G00 Y-0.5 ; Move Y incrementally by -0.5
N4 G81 ; Drill second hole
N5 G00 Y-0.5 ; Move Y incrementally by another -0.5
N6 G81 ; Drill third hole
N7 G90 ; Return to absolute positioning
N8 G00 X-0.400 ; Increment X by -0.400 for the next cycle
N9 M99 ; Return to main program
 
christ fuck the macro chatbot
gimme that shit long hand you snappy fuck!

G20 G17 G90 G40 G49 G80 G94
G00 Z0.5
S2500 M03
G04 P2 M08

G81 X-14.5 Y0.0 Z-0.200 R0.1 F5.0
Y-0.5
Y-1.0

X-14.1 Y0.0
Y-0.5
Y-1.0

X-13.7 Y0.0
Y-0.5
Y-1.0

X-13.3 Y0.0
Y-0.5
Y-1.0

X-12.9 Y0.0
Y-0.5
Y-1.0

X-12.5 Y0.0
Y-0.5
Y-1.0

X-12.1 Y0.0
Y-0.5
Y-1.0

X-11.7 Y0.0
Y-0.5
Y-1.0

X-11.3 Y0.0
Y-0.5
Y-1.0

X-10.9 Y0.0
Y-0.5
Y-1.0

X-10.5 Y0.0
Y-0.5
Y-1.0

X-10.1 Y0.0
Y-0.5
Y-1.0

X-9.7 Y0.0
Y-0.5
Y-1.0

X-9.3 Y0.0
Y-0.5
Y-1.0

X-8.9 Y0.0
Y-0.5
Y-1.0

X-8.5 Y0.0
Y-0.5
Y-1.0

X-8.1 Y0.0
Y-0.5
Y-1.0

X-7.7 Y0.0
Y-0.5
Y-1.0

X-7.3 Y0.0
Y-0.5
Y-1.0

X-6.9 Y0.0
Y-0.5
Y-1.0

X-6.5 Y0.0
Y-0.5
Y-1.0

X-6.1 Y0.0
Y-0.5
Y-1.0

X-5.7 Y0.0
Y-0.5
Y-1.0

X-5.3 Y0.0
Y-0.5
Y-1.0

X-4.9 Y0.0
Y-0.5
Y-1.0

X-4.5 Y0.0
Y-0.5
Y-1.0

X-4.1 Y0.0
Y-0.5
Y-1.0

X-3.7 Y0.0
Y-0.5
Y-1.0

X-3.3 Y0.0
Y-0.5
Y-1.0

X-2.9 Y0.0
Y-0.5
Y-1.0

X-2.5 Y0.0
Y-0.5
Y-1.0

X-2.1 Y0.0
Y-0.5
Y-1.0

X-1.7 Y0.0
Y-0.5
Y-1.0

X-1.3 Y0.0
Y-0.5
Y-1.0

X-0.9 Y0.0
Y-0.5
Y-1.0

X-0.5 Y0.0
Y-0.5
Y-1.0

G80
M30
 
Back
Top