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
Fixed debugBlip on ComboZones
Given ComboZones are used a lot by starting them empty and using AddZone overtime, doing a one-and-done style addDebugBlip won't work in most cases, and the print wouldn't make much sense either. To fix, on first call addDebugBlip will add blips to all the zones currently in the ComboZone, then during each AddZone() call, if debugBlip is true on the ComboZone, addDebugBlip() will be called on the added zone.
Creation: Make ctrl work with BoxZone width and length controls
Ctrl to go slower use to only work with heading controls for BoxZones. Now it works for width and length too.