Login  Register

Re: Print a precise scale ?

Posted by dxli on Aug 28, 2014; 3:13pm
URL: https://forum.librecad.org/Print-a-precise-scale-tp5710363p5710370.html

I implemented some minimum support for this type of usage.

As a starting point:

Commands are accepted for printpreview:

10,0 to offset the printpreview by (10,0)
paperoffset: specify the offsets are in paper space
graphoffset: specify the offsets are in graph/drawing space

We may want to add more features with GUI later.

You need to build from the latest source from github.com/LbreCAD/LibreCAD.git

Lamy wrote
Thanks for answering.
But I don't understand realy what I can do ?
Are you developing a new functionality for a new version ?

Someting can already be done, correct ?

dxli wrote
set temporary offset to get page centered
As I understand : it is to be done on the "printing preview function" ? Correct ?

dxli wrote
set pageRect of QPrinter to avoid printing out of user specified rect;
What exactly do you mean ? I do not understand at all... could you be more precise please ?

Thanks.