This commit is contained in:
cpu
2026-05-21 13:14:48 +02:00
parent b14223904c
commit 0d2e272ed7
42 changed files with 583 additions and 62665 deletions

View File

@@ -1,6 +1,10 @@
#back=gerbers/<Project Name>-B_Cu.gbr
#drill=gerbers/<Project Name>.drl
#outline=gerbers/<Project Name>-Edge_Cuts.gm1
front=gerbers/Flow_Controller_Panel-Front.gtl
back=gerbers/Flow_Controller_Panel-Back.gbl
drill=gerbers/Flow_Controller_Panel.drl
# Use the 'User-Eco1' layer instead as it contains panelized boards outlines only.
outline=gerbers/Flow_Controller_Panel-User-Eco1.gbr
# Do not use the 'Edge_Cuts' layer as it contains also the panel outline.
#outline=gerbers/Flow_Controller_Panel-Edge_Cuts.gm1
# Generic
metric=true # use metric units for parameters
@@ -15,14 +19,15 @@ output-dir=gcode
# This will allow you to probe the fixed jaw of the vise for (0,0) on the CNC.
# For two-sided boards, the PCB needs to be flipped along the axis x=VALUE
mirror-axis=50 # set this to half of your board width
mirror-axis=80 # set this to half of your board width
# Drilling
zdrill=-2.2 # drilling depth
drill-feed=500 # Vertical mm/min feed
drill-speed=24000 # Spindle RPM
onedrill=true # Use a single drill for all holes
#onedrill=true # Use a single drill for all holes
nog81=true # replace G81 with G0+G1 (no G81 in GRBL)
drill-side=back
# Milling
zwork=-0.1 # V-bit plunge depth
@@ -45,6 +50,6 @@ cut-speed=24000
cut-side=back
# Tabs
bridgesnum=4 # Total 4 tabs
bridges=0.5 # Tab width 0.5 mm
zbridges=0 # bridges height (default to zsafe)
#bridgesnum=4 # Total 4 tabs
#bridges=0.5 # Tab width 0.5 mm
#zbridges=0 # bridges height (default to zsafe)