Skip to content

Commit

Permalink
LCD hole pattern and cutout looks right
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Sep 20, 2024
1 parent 368e081 commit ddab4f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hardware/v1_mcu/hole_test.scad
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ intersection() {
lcd_mounting_holes();
}
}
// just to verify orientation
translate([2, 2.3, -0.1]) {
cube([0.1, 0.05, 1]);
}
}
translate([1.5, 1, 0]) {
cube([3.25, 1.6, 0.064]); // PCB
Expand Down

1 comment on commit ddab4f4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/dm_mac
   __init__.py300100% 
   cli_utils.py150100% 
   neongetter.py1830100% 
   utils.py170100% 
src/dm_mac/models
   __init__.py00100% 
   machine.py2280100% 
   users.py940100% 
src/dm_mac/views
   __init__.py00100% 
   api.py220100% 
   machine.py350100% 
TOTAL6240100% 

Tests Skipped Failures Errors Time
90 0 💤 0 ❌ 0 🔥 9.469s ⏱️

Please sign in to comment.