Stuart Lynne
Stuart Lynne
No, that did not work. On Sat, Mar 2, 2024 at 1:27 AM FriedrichFroebel ***@***.***> wrote: > This does not seem to be supported without further changes as both command...
That gets a cut after each label. On Sun, Mar 3, 2024 at 9:56 AM FriedrichFroebel ***@***.***> wrote: > Then you might want to create your custom raster class: >...
This is cuts every label if 'cut' is True, or no cuts if False ┆ kwargs = { 'rotate': '90', 'cut': True, 'label': labelsize, } ┆ qlr = BrotherQLRaster(model) ┆...
I thought something like this would work, but still get cuts after every label: ┆ kwargs = { 'rotate': '90', 'cut': False, 'label': labelsize, } ┆ class CutAtEndRaster(BrotherQLRaster): ┆ def...