Skip to content

Commit

Permalink
FIX: Diagonal structures created with south orientation (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeZer2 authored Dec 6, 2024
1 parent 2481ea7 commit 32b7b7e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- to: grilleDiagonal
completed:
- !type:SnapToGrid
southRotation: true
southRotation: false #ss220 rotation fix
steps:
- material: MetalRod
amount: 2
Expand All @@ -16,7 +16,7 @@
- to: clockworkGrilleDiagonal
completed:
- !type:SnapToGrid
southRotation: true
southRotation: false #ss220 rotation fix
steps:
- material: MetalRod
amount: 2
Expand Down

0 comments on commit 32b7b7e

Please sign in to comment.