OK "line not on the page" means either the start point is not on the page, or the end point isn't on the page.
Both of these are usually because of not doing "upload machine spec", so you end up asking the machine to go to a point that exists on-screen, but if off the bottom or top of what size your machine thinks it is.
Double check your
Machine width
Machine height
Steps per rev
Mm per rev
Step multiplier
Though I'm puzzled about how "move direct" works to drive everywhere on the surface of your machine, but the same commands (C17...) sent as part of the "draw vector" routine does not work.
You do:
Upload machine spec
Set home
Draw vector
Is that right?
|