Post Reply 
[Programming] Cartesian draw functions
12-06-2014, 10:36 PM (This post was last modified: 12-06-2014 10:36 PM by Giancarlo.)
Post: #7
RE: [Programming] Cartesian draw functions
Hello,
something like this?

Code:

EXPORT Cartesian_line()
BEGIN
RECT();
LINE(G0,0,10,0,-10); //axis
LINE(G0,-15,0,15,0); //axis
LINE(G0,-1,-1,1,1); // your line
WAIT(0);
END;

[Image: 67abd2fe-2ac1-45b9-bade-4ec3fda7bd7d_zps6a3f58a5.png]

bye

Giancarlo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Programming] Cartesian draw functions - Giancarlo - 12-06-2014 10:36 PM



User(s) browsing this thread: 1 Guest(s)