Flip projector panel to print

This commit is contained in:
Matt McWilliams 2023-05-14 21:01:46 -04:00
parent af3b1b8cbb
commit c6ec54bd06
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ PART = "panel";
if (PART == "gate_key") {
gate_key();
} else if (PART == "panel") {
panel();
rotate([180, 0, 0]) panel();
} else {
debug();
}