After some days tearing my hear out on a problem with Eagle3D i found that
if the Eagle Board name starts with a number, Eagle3D will create a .POV
file but PovRay wont accept it.
Is this normal behavior for PovRay or a bug in Eagle3D.
e.g.
#if(use_file_as_inc=off)
object{
0102010BOOSTERWAGO(-37.250000,0,-50.000000,pcb_rotate_x,pcb_rotate_y,pcb_rotate_z)
#if(pcb_upsidedown=on)
rotate pcb_rotdir*180
#end
I fyou rename it to
object{ BOOSTERWAGO(-
then the file will be rendered.
Harry