Page 1 of 1
card/stack height
Posted: Sat Nov 05, 2016 9:31 pm
by Da_Elf
Is there a maximum height a card/stack can be?
Re: card/stack height
Posted: Sat Nov 05, 2016 10:35 pm
by FourthWorld
32,768 pixels. If you have a monitor larger than that I want it.

Re: card/stack height
Posted: Tue Nov 08, 2016 1:49 pm
by MaxV
FourthWorld wrote:32,768 pixels. If you have a monitor larger than that I want it.

No, the limit 32768 probably is on 32 bit. On 64 bit the limit much more, but depending on the OS and version you have to test it. My default max height is 65,535. However I repeat, test it!
Re: card/stack height
Posted: Tue Dec 20, 2016 4:41 pm
by Da_Elf
im creating a long receipt to be printed and if there are too many items on the receipt then the stack is too long and it gets cut
Re: card/stack height
Posted: Tue Dec 20, 2016 6:12 pm
by dunbarx
So you are printing the card? The printer page setting itself is likely the limiting factor.
There are several other methods, even printing a card in "pages", that is, reloading and reprinting until the entire content is done. Have you tried any of these?
Craig Newman
Re: card/stack height
Posted: Tue Dec 20, 2016 7:08 pm
by FourthWorld
At LC's logical resolution of ~72px, 32,767px = ~38 feet. Not only would that be a massive rendering buffer, but where can you find paper that long?
Perhaps you'll want to do what most programs do: paginate.
Re: card/stack height
Posted: Wed Dec 21, 2016 2:08 am
by [-hh]
There is still 'endless' paper available. I have a box containing one (folded) sheet of length 300 Meters.
Re: card/stack height
Posted: Wed Dec 21, 2016 2:12 am
by FourthWorld
If I'm going to hand a single receipt to a customer that's 30 meters long, I'd still want it paginated if only to provide page numbers so they can sort through such a large stack more easily.
Re: card/stack height
Posted: Wed Dec 21, 2016 11:14 am
by MaxV
Da_Elf wrote:im creating a long receipt to be printed and if there are too many items on the receipt then the stack is too long and it gets cut
Paginate solution proposed is the right way.
Make a test with your standard page, count the lines.
Then put a check for every item of your recipe, if the number of lines of your text is more than X, then create a new page an continue to insert items. Chek also
clone this card command.