Skip to main content
11-Garnet
March 12, 2024
Solved

pentable is not working

  • March 12, 2024
  • 2 replies
  • 12765 views

Hi,

I am having issues working with the pentable when I set the pentable file and all 3 config options, but still, while printing and saving the pdf file, the geometry lines are not as per the pentable, and when I remove the pentable file, geometry lines changes but not as per requirement (that means without pentable file).

Best answer by MartinHanak

Hi,

your pentable works well. Please play uploaded video.

Your problem is in setting the thickness of the pens and also in the fact that you don't know which pen draws which color.

2 replies

24-Ruby III
March 12, 2024

Hi,

please provide more details. Attach pentable, config options, PDF examples, Creo version information.

11-Garnet
March 13, 2024

I have attached confgi.pro file and 2 pdf below and the pentable file I'm using 

 

pen 1 thickness .01 cm; color 0.0 0.0 0.0
pen 2 thickness .009 cm; color 0.0 0.0 0.0
pen 3 thickness .009 cm; color 0.0 0.0 0.0
pen 4 thickness .005 cm; color 0.0 0.0 0.0
pen 5 thickness .005 cm; color 0.0 0.0 0.0
pen 6 thickness .002 cm; color 0.0 0.0 0.0
pen 7 thickness .002 cm; color 0.0 0.0 0.0
pen 8 thickness .002 cm; color 0.0 0.0 0.0

13-Aquamarine
March 12, 2024

Try setting the config.pro option pdf_use_pentable to yes.  By default, it is set to no.

11-Garnet
March 13, 2024

Hi,

I add following configs
pdf_use_pentable  to yes

pen_table_file to pentable.pnt file
use_8_plotter_pens to yes

Still I am facing the issue, I will add the file you asked for...

24-Ruby III
March 13, 2024

@RP_10384451 wrote:

Hi,

I add following configs
pdf_use_pentable  to yes

pen_table_file to pentable.pnt file
use_8_plotter_pens to yes

Still I am facing the issue, I will add the file you asked for...


Hi.

 

pdf_use_pentable yes
use_8_plotter_pens yes

  • these 2 options are correct

 

pen_table_file C:\Users\Public\Documents\pen table\pentable.pnt

  • this option can cause problems because the path contains space character
  • when working with Creo I always replace space character by underscore
  • example ... pen_table_file E:\users\creo7_parametric\pentable.pnt