made scanner arms a bit less sensitive to physics drift.

This commit is contained in:
Gabe Venberg 2025-05-22 13:46:28 +02:00
parent 920a65cddb
commit 9460758c31

View file

@ -0,0 +1,9 @@
@PART[RobotArmScanner_S*]:FINAL
{
@MODULE[ModuleRobotArmScanner]
{
@cancelScanDistance = 1
@emergencyStopDistanceFromSurface = 0.1
@firstJointRotationLimit = 95
}
}