You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Field "Coarse Speed" has been renamed in the UI to just "Speed". Will affect all KOS scripts that read or change that field. Field name in part.cfg has not changed, so all existing crafts should load successfully.
BREAKING: Some Events and Actions has been renamed in the UI, check your IR related kOS scripts.
BREAKING: Part config fields "maxRange" and "minRange" are now obsolete. There are no reworked or legacy parts that use those two fields.
NEW: All controllable servos now have Acceleration parameter. As the name suggest it is the rate at which servos speed up or slow down. Default value for legacy parts is 4x.
Acceleration and Speed are only applied in-flight, in editor parts move at their default speed.
Tip: Lower acceleration allows for smoother movements leading to less wobble, but at the cost of lower speed.
NEW: You can create preset positions for all controllable servos and switch between them in flight and in editor.
Presets are automatically sorted from lowest to highest
In editor you can switch between presets either on main Servo Configurator GUI or via Preset Editor
In flight you can move servo from current position to next or previous preset position via main Servo Controller GUI or using ActionGroups
You can move servo to arbitrary preset position via Preset Editor window both in flight and in editor.
For examples on using presets refer to the video overview linked below.