1
0
Fork 0
mirror of https://github.com/Luzifer/lorabattery.git synced 2024-12-21 02:11:15 +00:00
lorabattery/docs/backcover.jscad

7 lines
117 B
Text
Raw Normal View History

2020-05-30 21:00:30 +00:00
function main () {
return difference(
cube({size: [85, 35, 2]}),
cube({size: [8, 8, 2]})
)
}