From def2b693c5cd47345391a1bac70da390de10dfca Mon Sep 17 00:00:00 2001 From: Erik Strand <erik.strand@cba.mit.edu> Date: Sat, 11 May 2019 14:01:48 -0400 Subject: [PATCH] Make the board longer (18mm instead of 14mm) --- node_board/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_board/main.cpp b/node_board/main.cpp index 585bfde..b626933 100644 --- a/node_board/main.cpp +++ b/node_board/main.cpp @@ -96,7 +96,7 @@ int main() { // board params // width is deduced later - double const height = 14; + double const height = 18; double const ppmm = 50; // equivalent to 1270 ppi double const min_cut_thickness = 0.38; double const min_trace_thickness = 0.35; -- GitLab