Milling CW & Plunge

Dear John,

Sorry if you had dealed with before. Chillipeppr is fine for milling aluminum holes. But I didn’t find CW direction option nor a fine plunge rate between passes. On aluminum, the milling tool suffers!

Best Regards,

David

ChiliPeppr is just a sender of Gcode to your controller. So if you wanted to generate CW directions or fine plunge, it would be your Gcode path generation software that does that, i.e. Fusion 360 milling path generation.

2 Likes

Hi John !

Thanks for reply. I understood. I manually changed on libreoffice via find & replace and it looks fine. Even it runs well on camotics:
.
(Gcode generated by ChiliPeppr Eagle PCB Widget 08/01/2022 23:58:13)
G21 (mm mode)
G90 (abs mode)
(------ MARK HOLES -------)
(------ DRILLING HOLES -------)
(------ MILLING HOLES -------)
M5 (spindle off)
T1 M6 (Milling holes/board dimensions)
(T1 D=10mm - PCB End Mill)
M3 S4000 (spindle on)
F100
(generate hole at x:10.1397 y:10.1600 with dia:15.8750 in 34 passes - I have a tiny router…)
F100
G0 Z3
G0 X7.2022 Y10.16
F5
G1 Z-0.1500
F100
G2 X7.2022 Y10.16 I2.9375
F5
G1 Z-0.3000
F100
G2 X7.2022 Y10.16 I2.9375
F5
G1 Z-0.4500
etc…

But, if you find any way ot authomatize, it will be helpful.

Regards,

David

Do you not need decimal points on those without? I’m new to this and not familiar with gcode that runs without them, all industrial code I’ve used for 17 years defaults to Z.0005 if Z5 is given.