sumpfork / dominiontabs

Divider generator for the card game Dominion and its expansions.
http://domdiv.sandflea.org
Other
123 stars 125 forks source link

Blank Tabs Print Option #223

Closed nickv2002 closed 5 years ago

nickv2002 commented 5 years ago

As requested by David Jaehn on BGG:

Is there any way to print out "blank" tabs (so I could at least pre-print them and label them pretty when you do have them done

I can also see this as being useful if you wanted to laser cut out the dividers after printing them. Not sure if they would be the same as what David was thinking, but for laser cutting, you would just want a completely blank divider with a hairline outline (showing the laser where to cut).

wvoigt commented 5 years ago

Added int parameter to --include-blanks, which as far as I could tell was not used anymore. Then updated main.py and draw.py so that the given number of blank dividers was added to the cards to be printed under the "Extras" set.

This and other changes are in Pull #224.

sumpfork commented 5 years ago

I guess this should probably be added to the online generator before I close it.

sumpfork commented 5 years ago

deployed