Good day
My name is Wim and I’m new to the forum. I’ve been dabbling in KiCad for a few years, mostly to draw simple schematics for demonstration purposes using the standard symbols like resistors, LEDs, transistors and digital logic ICs.
I’ve just created my first symbol in a project symbol library (not a global library) but noticed that when I place it in the schematic and rotate it, the reference and value also rotate. This does not happen when I e.g. place a resistor and rotate it.
Where can I specify this?
As I’m new here, I can’t attach a file so here is the content of the kicad_sym file.
(kicad_symbol_lib
(version 20231120)
(generator "kicad_symbol_editor")
(generator_version "8.0")
(symbol "HC-SR04"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "M"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" "HC-SR04"
(at 0.254 -20.066 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" "HC-SR04 Ultrasonic Sensor"
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "HC-SR04_0_1"
(rectangle
(start -3.81 -2.54)
(end 3.81 -17.78)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 3.81 -15.24)
(end 5.08 -11.43)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
(rectangle
(start 3.81 -5.08)
(end 5.08 -8.89)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "HC-SR04_1_1"
(pin power_in line
(at -6.35 -6.35 0)
(length 2.54)
(name "Vcc"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin input line
(at -6.35 -8.89 0)
(length 2.54)
(name "Trigger"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at -6.35 -11.43 0)
(length 2.54)
(name "Echo"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_in line
(at -6.35 -13.97 0)
(length 2.54)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(symbol "HC-SR04_1_2"
(pin power_in line
(at -6.35 -6.35 0)
(length 2.54)
(name "Vcc"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin input line
(at -6.35 -8.89 0)
(length 2.54)
(name "Trigger"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin output line
(at -6.35 -11.43 0)
(length 2.54)
(name "Echo"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_in line
(at -6.35 -13.97 0)
(length 2.54)
(name "GND"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
)
)
Help appreciated and thanks in advance.