yaqwsx / PcbDraw

Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams
MIT License
1.13k stars 90 forks source link

Error: Invalid value for 'INPUT': File 'pcbdraw:\\UnoCh340.kicad_pcb' does not exist. #115

Closed AbdElhalim12 closed 1 year ago

AbdElhalim12 commented 1 year ago

I got this error after typing the command: pcbdraw plot pcbdraw:\UnoCh340.kicad_pcb front.jpg Error: Invalid value for 'INPUT': File 'pcbdraw:\UnoCh340.kicad_pcb' does not exist.

yaqwsx commented 1 year ago

What does pcbdraw:\UnoCh340.kicad_pcb mean? It doesn't seem like a valid file path.

AbdElhalim12 commented 1 year ago

the name of the folder that pcb file in, it in f:\pcbdraw\UnoCh340.kicad_pcb

yaqwsx commented 1 year ago

Yes, but you have to specify path to the file; pcbdraw:\UnoCh340.kicad_pcb is not a valid path; f:\pcbdraw\UnoCh340.kicad_pcb is.

yaqwsx commented 1 year ago

I consider this as resolved