Created
June 2, 2020 18:23
-
-
Save dzervas/fb439ae2e1c94096a024ce610f8294c8 to your computer and use it in GitHub Desktop.
CNC 3018Pro pcb2gcode settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WARNING: Please lower max Z speed to 30mm/s and max XY speeds to 50mm/s. | |
# Tinker more, maybe it needs to go slower! | |
# Pcb2GCode settings | |
metric=true | |
metricoutput=true | |
zero-start=true | |
zsafe=4 | |
zchange=5 | |
milling-overlap=10% | |
#mirror-axis=1 # Mirror is required sometimes? | |
# Milling | |
zwork=-0.20 # Test this a bit more | |
mill-feed=500 | |
mill-speed=1000 | |
mill-diameters=0.1 | |
# Drilling | |
zdrill=-1.48 | |
drill-feed=250 | |
drill-speed=1000 | |
drills-available=1mm,0.8mm,0.5mm,0.2mm | |
# Outline | |
zcut=-1.48 | |
cut-feed=250 | |
cut-speed=1000 | |
cut-infeed=0.5 | |
cutter-diameter=1mm | |
# G64 is not supported by GRBL | |
nog64=true | |
nog91-1=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment