From: Phil Hagelberg Date: Fri, 17 Jul 2020 20:21:43 +0000 (-0700) Subject: date change, switch tweak. X-Git-Url: https://git.armaanb.net/?p=atreides.git;a=commitdiff_plain;h=bcc79d9cc0089340ffffc1ba95510fc8610a8ad8 date change, switch tweak. --- diff --git a/README.org b/README.org index 28a3a7b..b4741d8 100644 --- a/README.org +++ b/README.org @@ -240,6 +240,6 @@ ARM [[https://github.com/technomancy/orestes/tree/teensy3][Forth-based]] firmwar ** License -Copyright © 2014-2018 Phil Hagelberg and contributors +Copyright © 2014-2020 Phil Hagelberg and contributors Released under the [[https://www.gnu.org/licenses/gpl.html][GNU GPL version 3]] diff --git a/case/case.rkt b/case/case.rkt index 7af8b30..59bce50 100644 --- a/case/case.rkt +++ b/case/case.rkt @@ -1,12 +1,8 @@ #lang racket ;; Atreus 2 case design -;; Copyright © 2019 Phil Hagelberg and contributors +;; Copyright © 2019-2020 Phil Hagelberg and contributors ;; released under the GPLv3 or later -;; TODO: -;; * port notch on bottom plate and spacer -;; * top layer - (require xml) ;; glowforge uses 96 dpi, 25.4 mm in an inch @@ -20,8 +16,8 @@ (define angle (degrees->radians 10)) (define corner-radius 6.0) -(define alps-switch-width 15.887) -(define alps-switch-height 13.087) +(define alps-switch-width 15.34) +(define alps-switch-height 12.49) (define cherry-switch-width 13.62) (define cherry-switch-height 13.72) (define cherry? false)