Skip to content

skippie81/gearbox-shim-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gearbox-shim-calculator

Calculate what shims to use in you gearbox on assembly

expected input:

  • list of shims available (thinkness in integers ex: in 1/100 mm)
  • target thikness
  • margin of error (tolerance)

usage

Usage of ./bin/calculate:
  -M int
    	Maximums iteration depht (max shims in one set) (default 10)
  -m int
    	Margin on target (default 1)
  -noreuse
    	Do not reuse shims in the inputlist
  -shimlist string
    	Comma seperated list of shims (default "24,27,30,33,36,39,42,45,69,93,111,117,141")
  -t int
    	Target thickness (default 176)
  -threads int
    	Threads to use (default 2)

Build

make

About

Calculate what shims to use in you gearbox on assembly

Resources

License

Stars

Watchers

Forks

Packages

No packages published