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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.