This commit is contained in:
cpu
2026-06-08 08:50:54 +02:00
parent ed1c4c4fd6
commit 3b423af5b5
5 changed files with 278 additions and 264 deletions

View File

@@ -1,10 +1,10 @@
front=output/gerbers/Flow_Controller_Panel-Front.gtl
back=output/gerbers/Flow_Controller_Panel-Back.gbl
drill=output/gerbers/Flow_Controller_Panel.drl
outline=output/gerbers/Flow_Controller_Panel-Edge_Cuts.gm1
# Use the 'User-Eco1' layer instead as it contains panelized board's slot outlines only.
outline=output/gerbers/Flow_Controller_Panel-User-Eco1.gbr
# Do not use the 'Edge_Cuts' layer as it contains also the panel outline.
#outline=output/gerbers/Flow_Controller_Panel-Edge_Cuts.gm1
#outline=output/gerbers/Flow_Controller_Panel-User-Eco1.gbr
# Generic
metric=true # use metric units for parameters
@@ -12,8 +12,8 @@ metricoutput=true # use metric units for output
nog64=true # do not set an explicit g64
#nom6=true # do not emit m6
zsafe=2 # The height in mm at which the bit can move freely without obstruction
zchange=2 # Tool changing height in mm
output-dir=gcode
zchange=35 # Tool changing height in mm
output-dir=output/gcode
# Place a 5x7cm board in the lower right quadrant of the coordinate system
# This will allow you to probe the fixed jaw of the vise for (0,0) on the CNC.
@@ -23,7 +23,7 @@ mirror-axis=80 # set this to half of your board width
# Drilling
zdrill=-2.2 # drilling depth
drill-feed=200 # Vertical mm/min feed
drill-feed=400 # Vertical mm/min feed
drill-speed=24000 # Spindle RPM
#onedrill=true # Use a single drill for all holes
nog81=true # replace G81 with G0+G1 (no G81 in GRBL)