Skip to content

Commit

Permalink
Added plot format SVG (KiDiff)
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Dec 20, 2023
1 parent c9f0994 commit 5f8dc8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcbnew.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def LoadBoard(file):

PLOT_CONTROLLER = 0
PLOT_FORMAT_PDF = 0
PLOT_FORMAT_SVG = 0
Edge_Cuts = 0

def FromMM(val):
Expand Down

0 comments on commit 5f8dc8f

Please sign in to comment.