Skip to main content
1-Visitor
October 7, 2018
Solved

Pen table and line thickness

  • October 7, 2018
  • 1 reply
  • 3347 views

Hi,

 

I am trying to setup a pen table but every time I export to pdf the line thickness doesn't change. Here are the steps that I was doing.

 

Options> Configuration Edition, then I changed the following options.

pen_table_file C:\Users\Raaid\Desktop\Matrix\DXF\table.pnt

pdf-use-pentable yes
use_8_plotter_pens yes

Save the config.pro file into my working directory, which is also where the pen table is saved. 

 

The pen table:

pen 1 thickness 0.03 cm; color 0.0.0.0.0.0
pen 2 thickness 0.013 cm; color 0.0.0.0.0.0
pen 3 thickness 0.013 cm; color 0.0.0.0.0.0
pen 4 thickness 0.013 cm; color 0.0.0.0.0.0
pen 5 thickness 0.03 cm; color 0.0.0.0.0.0
pen 6 thickness 0.013 cm; color 0.0.0.0.0.0
pen 7 thickness 0.013 cm; color 0.0.0.0.0.0
pen 8 thickness 0.013 cm; color 0.0.0.0.0.0

 

Does anyone know why this is not working?

 

Thanks

 

 

Best answer by MartinHanak

Hi,

color 0.0.0.0.0.0 ... is nonsense

use ... color 0 0 0

1 reply

24-Ruby III
October 8, 2018

Hi,

the only problem I see is ... pdf-use-pentable yes

 

Correct config.pro option follows

PDF_USE_PENTABLE  yes

 

Norm1-VisitorAuthor
1-Visitor
October 8, 2018

Thanks for the reply Martin. That didn't work as well. 

24-Ruby III
October 8, 2018

Hi,

color 0.0.0.0.0.0 ... is nonsense

use ... color 0 0 0