line from cmd line does not honor moved user origin

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

line from cmd line does not honor moved user origin

TommyZ
I am a new user to LibreCAD

I have drawn a rectangle and created a user origin in the center of the rect. Now I want to draw dashed symmetry lines with l -200,0 200,0 but LC draws the line on the physical origin. What do I do wrong?

--TommyZ
Reply | Threaded
Open this post in threaded view
|

Re: line from cmd line does not honor moved user origin

dellus
If you have locked relative zero it is   l @-200,0 @200,0.
If not it is l @-200,0 @400,0. Relative zero will then always move to the last point.
You have to put @ in front of the coordinates if you want to use relative zero (user origin).
Reply | Threaded
Open this post in threaded view
|

Re: line from cmd line does not honor moved user origin

TommyZ
OK, thanks

--TommyZ