Forum

Welcome Guest 

Show/Hide Header

Welcome Guest, posting in this forum requires registration.





Pages: [1]
Author Topic: Vector question
woodpecker
Beginner
Posts: 33
Permalink
Post Vector question
on: February 14, 2012, 13:03
Quote

Hello sandy, my compliments for your work and effort! The polargraph is just coooool. As im about to build one for myself i already sourced some parts and downloaded the polargraph controller software. After reading anything i could find about the polargraph there is one thing that is still not clear for me:

How does the polargraph avoid to draw those additional lines in vectors that are neccesary to step to while drawing in one stroke. Does the servo lift the pen everytime and spares out those lines? Or is there a workaround? 😮 i hope i was able to make myself understandable.for better illustration see attached pics. pic one shows the loaded vector and pic two shows the lines drawn by the controller with additional lines for the pen to follow.

Image

Image

sandy
Administrator
Posts: 1317
Permalink
sandy
Post Re: Vector question
on: February 14, 2012, 13:48
Quote

Hi woodpecker, thank you, that's very kind of you! The controller does it exactly as you guessed, the servo lifts the pen off the page at the end of each path and then does a fast move to the start of the next path.

You might be able to see it in your queue once you've generated the commands. C13 and C14 commands are used to raise/lower the pen tip. C01 commands are the ones that do a fast move, ad C17 commands are the ones that do the straight lines. So it usually looks something like:

C14,END (pen up)
C01,4000,2345,END (move to start point)
C13,END (pen down)
C17,4030,2305,2,END (draw straight line to next point)
C17,4040,2325,2,END (etc)
C17,4050,2315,2,END
C14,END (pen up)
C01,2045,4873,END (fast move to start of next path)

and so on.

cheers!
sn

woodpecker
Beginner
Posts: 33
Permalink
Post Re: Vector question
on: February 14, 2012, 16:13
Quote

even more cool! thanks for your lightning fast reply. cant wait to get my polargraph runnin!

SnyperBob
Beginner
Posts: 42
Permalink
Post Re: Vector question
on: February 25, 2012, 03:48
Quote

Cool, I'm going to have to add a servo to my setup!

Pages: [1]
Mingle Forum by cartpauj
Version: 1.0.34 ; Page loaded in: 0.02 seconds.