line from cmd line does not honor moved user origin
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?
Re: line from cmd line does not honor moved user origin
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).