aughey / fret_spacing_calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fret Spacing Calculator

This is a modified version of Two Cherries Instruments's fret spacing calculator to improve the UI and code design for future expansion.

Noted Changes

  • Unload/Stop works
  • Spinner control for the number of frets
    • Integer value instead of float
    • Range checking for number of frets
  • Constants created for core values
  • Consolidation of drawing functionality into functions
  • Almost-fully constrained sketch. Sketch is fully constrained within itself.

About


Languages

Language:Python 98.9%Language:Shell 1.1%