File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = `
You can’t perform that action at this time.
0 commit comments