mirror of
https://github.com/Luzifer/lorabattery.git
synced 2024-12-21 02:11:15 +00:00
7 lines
117 B
Text
7 lines
117 B
Text
|
function main () {
|
||
|
return difference(
|
||
|
cube({size: [85, 35, 2]}),
|
||
|
cube({size: [8, 8, 2]})
|
||
|
)
|
||
|
}
|