Skip to content

ashep/cronus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cronus

Schematic diagram

Look at the schematic/pdf/Cronus.pdf.

Printed circuit board

The factory method

To do.

The CNC method

The PCB is single-sided, so the manufacturing process is relatively easy. In the schematic/gcode directory, you can find G-code files suitable for producing homemade PCBs.

The files are generated from the gerber sources by genpcb.sh script, which uses the famous pcb2gcode tool

Set up

git clone --recurse-submodules https://github.com/ashep/cronus.git

Update

git pull
git submodule update --recursive --remote

Changelog

0.0.1

First release.

Authors