aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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())