Login  Register

How to reposition your origin?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

How to reposition your origin?

Lloyd Knopp
2 posts
Trying to reset my origin x0 y0 to a different position
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: How to reposition your origin?

dellus
1723 posts
There is no special function to reposition absolute zero. You have to "select all" and move that from the desired point (specify reference point) to 0,0 (specify target point).
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: How to reposition your origin?

mpuech
3 posts
Ok, but how can I do "Select all".
With Ctrl+A the function Tools > Modify stops and I can't select a rectangle with the mouse.

Regards
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: How to reposition your origin?

dellus
1723 posts
Do the selection first and then call the move/copy command.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: How to reposition your origin?

sand1024
150 posts
In reply to this post by Lloyd Knopp
This functionality so far is available in 2.2.2 branch (dev alpha), and not yet available in production versions (2.2.1 and earlier).

There it is possible to specify the user coordinates system  (origin position and rotation) (as described there - https://github.com/LibreCAD/LibreCAD/pull/2032). Probably that is what you're looking for.

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: How to reposition your origin?

mpuech
3 posts
In reply to this post by dellus
dellus wrote
Do the selection first and then call the move/copy command.
Yes, it's Ok.
Thanks
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: How to reposition your origin?

mpuech
3 posts
In reply to this post by sand1024
sand1024 wrote
This functionality so far is available in 2.2.2 branch (dev alpha), and not yet available in production versions (2.2.1 and earlier).

There it is possible to specify the user coordinates system  (origin position and rotation) (as described there - https://github.com/LibreCAD/LibreCAD/pull/2032). Probably that is what you're looking for.
It will be fine. I'll wait.
Thanks