Extend the height of the esp32 posts
This commit is contained in:
parent
fe532a1f65
commit
f455a6d707
|
@ -1180,7 +1180,7 @@ module electronics_panel (pos = [0, 0, 0], rot = [0, 0, 0]) {
|
||||||
WallY = Y - 20;
|
WallY = Y - 20;
|
||||||
WallZ = 20;
|
WallZ = 20;
|
||||||
ESP32PostsOffsetY = 10;
|
ESP32PostsOffsetY = 10;
|
||||||
ESP32PostsZ = 23;
|
ESP32PostsZ = 23 + 15;
|
||||||
L298NModuleOffsetY = 5;
|
L298NModuleOffsetY = 5;
|
||||||
DCJackZ = 45;
|
DCJackZ = 45;
|
||||||
translate(pos) rotate(rot) {
|
translate(pos) rotate(rot) {
|
||||||
|
|
Loading…
Reference in New Issue