← Back to team overview

kicad-developers team mailing list archive

Re: About the new Pl_Editor tool.

 

I created the Page Layouts for GOST.

But not resolved two things:

1.

> And finally - for the lines that go beyond the "Page margins" does not
> work
> > feature repeat the item.
>
>
> Repeat items are drawn only if they are contained in the allowed area,
> therefore inside the area defined by the paper size minus the margins.
> this is a normal behavior (otherwise the margins are useless)
>

Explain by a concrete example:

for sheet with size 297x420 mm (A3 landscape) I set margins 8:5:5:5
(L:R:T:B) and got page's area with size 287x407 mm. Then I add line
(segm30) with properties:

origin for pos&end: lower left
pos x-y: 0-287 (upper left border of allowed area)
end x-y: 0-167
repeat count: 2

but line was not repeated. When I looked closer, I'll see that the start of
the line (0:287) is a little beyond the allowed area. I think that this is
due to rounding in the conversion from mm to mils.
I see two solutions: the first - fix the conversion from mm to mil
(better), the second - to allow the repetition of the lines outside the
allowed area.

2. For the title in the old frame GOST was implemented word wrap, which did
not fit within the specified limits. PageLayout editor does not has this
opportunity. I would like to get this capability for text (because it is
implemented in the source code for the GOST frame).


--
Baranovskiy Konstantin


2013/7/23 jp charras <jp.charras@xxxxxxxxxx>

> Le 23/07/2013 15:47, Константин Барановский a écrit :
>
>  I'm a little test the new PageLayout editor.
>>
>
> First, thanks you to take the time to test Pl editor and make a GOST title
> block.
>
>
> The first thing that I noticed
>
>> - not properly numbered items (the first ten - 1, then the next ten - 10,
>>
>
> Fixed now (temporary fix: names are renewed each time a new item is added,
> but perhaps there is a better way to fix it)
>
>
>  but after corrected numbering manually with a text editor began to work
>> correctly). Second - properties from "General option" tab and from
>> "Default
>> value" section is always stored with the following values:
>> (setup (textsize 1.5 1.5) (linewidth 0.15) (textlinewidth 0.15)
>>
>
> Fixed now.
>
>
>  And finally - for the lines that go beyond the "Page margins" does not
>> work
>> feature repeat the item.
>>
>
> Repeat items are drawn only if they are contained in the allowed area,
> therefore inside the area defined by the paper size minus the margins.
> this is a normal behavior (otherwise the margins are useless)
>
> However this behavior is not always convenient in Pl_Editor
> (perhaps Pl_Editor needs an option to always displays repeated items, even
> outside the page).
>
>
> --
> Jean-Pierre CHARRAS
>
> ______________________________**_________________
> Mailing list: https://launchpad.net/~kicad-**developers<https://launchpad.net/~kicad-developers>
> Post to     : kicad-developers@lists.**launchpad.net<kicad-developers@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~kicad-**developers<https://launchpad.net/~kicad-developers>
> More help   : https://help.launchpad.net/**ListHelp<https://help.launchpad.net/ListHelp>
>

Attachment: gost_landscape.kicad_wks
Description: Binary data

Attachment: gost_portrait.kicad_wks
Description: Binary data


Follow ups

References