Rhino python print automation

Hi.

i’m trying to make an automatiob that help printing current view

maybe Viewcaputuretofile has some problems

i can’t control the line weights under 1px…

  1. any ways to control line weight when i using viewcapture??

  2. because i cant solve ‘1’ issue im trying like below

file_pth = r”my\file\path”
rs.command(‘_-Print {}’.format(file_path))

but it doesnt work…

anyone know?
without control the print preview panel…