Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Bugfix: (#2425)
Browse files Browse the repository at this point in the history
wrong path for 3D model in file of "MagneticBuzzer_Kobitone_254-EMB84Q-RO"
   ${KISYS3DMOD} was used twice in path name

On branch mountyrox_BugfixMagneticBuzzer
Changes to be committed:
	modified:   Buzzer_Beeper.pretty/MagneticBuzzer_Kobitone_254-EMB84Q-RO.kicad_mod
  • Loading branch information
MountyRox authored Aug 27, 2020
1 parent 3aa5eb4 commit b542cf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(pad 3 smd rect (at 3.7 3.7 270) (size 2.195 2.195) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at -3.7 3.7 270) (size 2.195 2.195) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -3.7 -3.7 270) (size 2.195 2.195) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/${KISYS3DMOD}/Buzzer_Beeper.3dshapes/MagneticBuzzer_Kobitone_254-EMB84Q-RO.wrl
(model ${KISYS3DMOD}/Buzzer_Beeper.3dshapes/MagneticBuzzer_Kobitone_254-EMB84Q-RO.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
Expand Down

0 comments on commit b542cf1

Please sign in to comment.