From 39aaa6d018aff5dd4e8ab13df74fe4b1a0cf62dc Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 12 May 2015 18:15:21 +0200 Subject: Update non-present commands --- doc/gp-gl.txt | 8 ++++---- main.go | 2 +- 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()) -- cgit v1.2.3