Skip to content

Commit bb29254

Browse files
authored
Add (fill none) to Led cutout marks
1 parent 44b9e88 commit bb29254

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

switch_choc_v1_v2.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,11 @@ module.exports = {
227227
`
228228

229229
const choc_v1_led_cutout_marks = `
230-
${''/* choc v1 led cutout marks */}
231-
(fp_rect (start -2.65 6.325) (end 2.65 3.075) (layer "Dwgs.User") (width 0.15) (stroke (width 0.15) (type solid)))
230+
(fp_rect (start -2.65 6.325) (end 2.65 3.075) (layer "Dwgs.User") (width 0.15) (stroke (width 0.15) (type solid)) (fill none))
232231
`
233232

234233
const choc_v2_led_cutout_marks = `
235-
${''/* choc v2 led cutout marks */}
236-
(fp_rect (start -2.75 6.405) (end 2.75 3.455) (layer "Dwgs.User") (width 0.15) (stroke (width 0.15) (type solid)))
234+
(fp_rect (start -2.75 6.405) (end 2.75 3.455) (layer "Dwgs.User") (width 0.15) (stroke (width 0.15) (type solid)) (fill none))
237235
`
238236

239237
const hotswap_common = `

0 commit comments

Comments
 (0)