Closed ernierasta closed 3 years ago
Looks good, except you forgot to update the margins calculation around line 1400 or so to include this extra space. That has to be updated or the components plus registration lines will not fit inside of the page when there is no cs_layout layer.
Happy to merge once that is fixed. :)
Thank you for looking at it. Fixed.
I am sure you know how to solve this conflict(that is a pity there is no mechanism I am aware of, to propose conflict resolving), but it should by like that:
positions = [Rectangle(0.0,
0.0,
docwidth,
docheight)]
margin = max(self.registrationmarkslen + self.registrationmarksdist,
self.outlinedist)
No worries. I solved the conflicts last night, just got interrupted before pushing it back to github.
Hi, solves #65. I was not sure how to call option to set distance of cutting (registration) marks ... Will happily correct whatever is needed. :-)