We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c200e66 + c9afe11 commit 9098a15Copy full SHA for 9098a15
src/main/java/com/neuronrobotics/bowlerstudio/creature/MobileBaseCadManager.java
@@ -1676,7 +1676,9 @@ public void setUi(IMobileBaseUI ui) {
1676
}
1677
1678
public void setConfigurationViewerMode(boolean b) {
1679
- com.neuronrobotics.sdk.common.Log.error("Setting config mode " + b);
+ if(configMode==b)
1680
+ return;
1681
+ com.neuronrobotics.sdk.common.Log.debug("Setting config mode " + b);
1682
setConfigMode(b);
1683
for (MobileBaseCadManager m : slaves) {
1684
m.setConfigurationViewerMode(b);
0 commit comments