We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da55c5d commit 7d28ab2Copy full SHA for 7d28ab2
1 file changed
src/main/java/eu/mihosoft/vrl/v3d/CSG.java
@@ -3658,9 +3658,9 @@ public boolean isGroupResult() {
3658
3659
// Hole
3660
public CSG setIsMotionLock(boolean Lock) {
3661
- if(Lock) {
3662
- new RuntimeException("Motion Lock Enabled here").printStackTrace();
3663
- }
+// if(Lock) {
+// new RuntimeException("Motion Lock Enabled here").printStackTrace();
+// }
3664
getStorage().set("isMotionLock", Lock);
3665
return this;
3666
}
0 commit comments