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
|