POV-Ray : Newsgroups : povray.windows : Looks like #if isnt working : Re: Looks like #if isnt working Server Time
25 Apr 2024 07:06:15 EDT (-0400)
  Re: Looks like #if isnt working  
From: clipka
Date: 23 Oct 2012 18:07:44
Message: <50871530$1@news.povray.org>
Am 23.10.2012 12:17, schrieb gharryh:
> Could someone telle what is wrong here.
> During development i would like to display a grid.
> Therefore i use the inc_testmode variable.
> But it seems not to work in anyway.

You set inc_testmode at two places:

>
> /** code **/
> #declare inc_testmode = on;
...
> //Do not change these values
> #declare pcb_height = 1.500000;
> #declare pcb_cuheight = 0.035000;
> #declare pcb_x_size = 81.250000;
> #declare pcb_y_size = 37.500000;
> #declare pcb_layer1_used = 1;
> #declare pcb_layer16_used = 1;
> #declare inc_testmode = off;
...

Maybe that's why you don't get what you expected.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.