There are a number of problems. Schematic is not on 0.1in boundaries
you would be best (as you appear to be using Inkscape) to use the Fritzing schematic extension to create a correctly formatted schematic
as well pcb is not correct, it currently shows a resistor when it should have an outline of the board. You appear to be missing layerIds (which will cause the part to not be exported as an image) among other problems. FritzingCheckPart.py reports the following problems:
Error 69: File
‘svg.breadboard.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_breadboard.svg.bak’
At line 25
Found a drawing element before a layerId (or no layerId)
Error 69: File
‘svg.schematic.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_schematic.svg.bak’
At line 17
Found a drawing element before a layerId (or no layerId)
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector2pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector3pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector4pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector5pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector6pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector7pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector8pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector9pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector10pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector11pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
Error 18: File
‘part.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_5.fzp.bak’
Connector connector12pin is in the fzp file but not the svg file. (typo?)
svg svg.pcb.TB6560_V2-DF_5164bf756a9708edd577a149cb5d660e_15_pcb.svg.bak
this tutorial set may also be of help.
Peter