aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-05-12 18:15:21 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-05-12 18:15:21 +0200
commit39aaa6d018aff5dd4e8ab13df74fe4b1a0cf62dc (patch)
tree311cadab5860bf9b55ba614e50738422659845df
parent8ece448ad141f460aa9bdff0c37dfe4dba0e2d1a (diff)
Update non-present commands
-rw-r--r--doc/gp-gl.txt8
-rw-r--r--main.go2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/gp-gl.txt b/doc/gp-gl.txt
index ffdfef2..0980935 100644
--- a/doc/gp-gl.txt
+++ b/doc/gp-gl.txt
@@ -14,10 +14,10 @@ D Draw Dx1,y1,x2,y2...xn,yn[t]
E Relative Draw E∆x1,∆x1,∆x2,∆x2...∆xn,∆yn[t]
M Move Mx,y,
O Relative Move O∆x,∆y,
-MP Move Polar MPr,θ[t]
-DP Drar Polar DPr1,θ1,r2,θ2...rn,θn[t]
-EP Relative Draw Polar EP∆r,θ[t]
-OP Relative Move Polar EP∆r,∆θ[t]
+MP Move Polar MPr,θ[t] nop
+DP Drar Polar DPr1,θ1,r2,θ2...rn,θn[t] nop
+EP Relative Draw Polar EP∆r,θ[t] nop
+OP Relative Move Polar EP∆r,∆θ[t] nop
RP Radius Plot EPθ,l1,l2 nop
Character and symbol
diff --git a/main.go b/main.go
index c3e54ec..08f2596 100644
--- a/main.go
+++ b/main.go
@@ -44,7 +44,7 @@ func main() {
//fmt.Println("Gin", c.Gin())
//fmt.Println("Call Gin", c.CallGin())
- c.MustMarks(Point{18 * CM, 19 * CM}, Type2)
+ //c.MustMarks(Point{18 * CM, 19 * CM}, Type2)
if *cmd != "" {
c.Send(*cmd)
log.Println(c.returnString())