File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3131import com .neuronrobotics .bowlerstudio .scripting .ScriptingEngine ;
3232import com .neuronrobotics .bowlerstudio .vitamins .VitaminBomManager ;
3333import com .neuronrobotics .sdk .addons .kinematics .VitaminLocation ;
34+ import com .neuronrobotics .sdk .addons .kinematics .math .RotationNR ;
3435import com .neuronrobotics .sdk .addons .kinematics .math .TransformNR ;
3536
3637import eu .mihosoft .vrl .v3d .CSG ;
@@ -864,6 +865,7 @@ public TransformNR getRulerLocation() {
864865 }
865866
866867 public void setRulerLocation (TransformNR rulerLocation ) {
868+ rulerLocation .setRotation (new RotationNR ());
867869 this .rulerLocation = rulerLocation ;
868870 fireWorkplaneChange ();
869871 fireSaveSuggestion ();
You can’t perform that action at this time.
0 commit comments