kicad-kle-placer icon indicating copy to clipboard operation
kicad-kle-placer copied to clipboard

fix: Handle Undefined 'first_diode' Variable to Prevent Plugin Crash

Open Aiden10x opened this issue 11 months ago • 0 comments

This commit fixes a plugin crash from first_diode being undefined even when move_diodes is false.

And also changed: if not first_diode and relative_diode_mode:

to : if not first_diode and move_diodes:

That seems to be the correct check?

Aiden10x avatar Mar 29 '24 20:03 Aiden10x