Skip to content

fix: hide property in kicad10 schematic - #182

Merged
theacodes merged 2 commits into
theacodes:mainfrom
XiangYyang:fix_ki10_symprop
Mar 27, 2026
Merged

fix: hide property in kicad10 schematic#182
theacodes merged 2 commits into
theacodes:mainfrom
XiangYyang:fix_ki10_symprop

Conversation

@XiangYyang

Copy link
Copy Markdown
Collaborator

KiCad10 moves symbol.property.effects.hide to symbol.property.hide and this PR fixes it.

# KiCad 10 (ver 20260306)
(property "ki_fp_filters" "R_*"
    (at 0 0 0)
    (hide yes)   <-- move to `property` node
    ... )

# KiCad 8, 9 ...
(property "ki_fp_filters" "R_*"
    (at 0 0 0)
    (effects
        (hide yes)
        ... )
    ... )

This PR

image

Latest commit (b89e10f)

image

@XiangYyang
XiangYyang requested a review from theacodes March 26, 2026 14:43

@theacodes theacodes left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this. :)

@theacodes
theacodes merged commit 988a4f3 into theacodes:main Mar 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants