changed JST connector to horizontal, 5V -> 24V

This commit is contained in:
cpu
2026-06-03 22:45:07 +02:00
parent bf50515bc6
commit a606c41bf7
10 changed files with 17272 additions and 16018 deletions

View File

@@ -1,7 +1,7 @@
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.
# Use the 'User-Eco1' layer instead as it contains panelized board's slot 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
@@ -10,9 +10,9 @@ outline=gerbers/Flow_Controller_Panel-User-Eco1.gbr
metric=true # use metric units for parameters
metricoutput=true # use metric units for output
nog64=true # do not set an explicit g64
nom6=true # do not emit m6
#nom6=true # do not emit m6
zsafe=2 # The height in mm at which the bit can move freely without obstruction
zchange=35 # Tool changing height in mm
zchange=2 # Tool changing height in mm
output-dir=gcode
# Place a 5x7cm board in the lower right quadrant of the coordinate system
@@ -23,7 +23,7 @@ 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-feed=200 # 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)