attempt 2 to fix the pcbdraw style path

This commit is contained in:
FizzyApple12
2023-08-19 16:58:12 -04:00
parent dbcab19ae4
commit f482c3cc02
+2 -2
View File
@@ -31,7 +31,7 @@ outputs:
# The default is none # The default is none
show_components: none show_components: none
# [string|dict] PCB style (colors). An internal name, the name of a JSON file or the style options # [string|dict] PCB style (colors). An internal name, the name of a JSON file or the style options
style: '/usr/share/kibot/resources/pcbdraw/styles/set-black-cu.json' style: '/usr/share/kibot/pcbdraw/styles/set-black-cu.json'
# [string=''] Board variant to apply # [string=''] Board variant to apply
variant: '' variant: ''
# [boolean=false] render V-CUTS on the Cmts.User layer # [boolean=false] render V-CUTS on the Cmts.User layer
@@ -71,7 +71,7 @@ outputs:
# The default is none # The default is none
show_components: none show_components: none
# [string|dict] PCB style (colors). An internal name, the name of a JSON file or the style options # [string|dict] PCB style (colors). An internal name, the name of a JSON file or the style options
style: '/usr/share/kibot/resources/pcbdraw/styles/set-black-cu.json' style: '/usr/share/kibot/pcbdraw/styles/set-black-cu.json'
# [string=''] Board variant to apply # [string=''] Board variant to apply
variant: '' variant: ''
# [boolean=false] render V-CUTS on the Cmts.User layer # [boolean=false] render V-CUTS on the Cmts.User layer