aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plot.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/plot.go b/plot.go
index f791bd7..4eb22f6 100644
--- a/plot.go
+++ b/plot.go
@@ -127,3 +127,5 @@ func (r Robo) UnknownFE(u Unit) { r.Printf("FE%v", u) }
func (r Robo) DistanceCorrection(u Unit) { r.Printf("FB%v,0", u) }
func (r Robo) TrackEnhancing(u Unit) { r.Printf("FY%v", u) }
func (r Robo) RegMarkLen(u Unit) { r.Printf("TB51,%v", u) }
+
+func (r Robo) Orientation(o Orientation) { r.Printf("FN%d", o) }