add screw terminal 3d model

This commit is contained in:
King Kévin 2023-10-07 05:30:34 +02:00
parent eba8a16fbe
commit 081fa14174
4 changed files with 67770 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -36,6 +36,11 @@ housing@#{v}P:
suffix: -#{v.to_s.rjust(2, '0')}P
<<: *template
bodyWidth: #{(5.0 * v).round(2)}
silkscreen: M #{(5.0 * v / 2).round(2)}, -3.6, #{(5.0 * v / -2).round(2)}, -3.6
model: # https://grabcad.com/library/degson-dg126-series-5-0-7-5mm-terminal-block-pack-1
file: 'library/connector/terminal-screw_mx126-5.0-#{v.to_s.rjust(2, '0')}P.step'
rotation: -90,0,0
position: -5.0,3.9,0
columnCount: #{v}
"
end

View File

@ -26,6 +26,11 @@ housing@2P:
suffix: -02P
<<: *template
bodyWidth: 10.0
silkscreen: M 5.0, -3.6, -5.0, -3.6
model: # https://grabcad.com/library/degson-dg126-series-5-0-7-5mm-terminal-block-pack-1
file: 'library/connector/terminal-screw_mx126-5.0-02P.step'
rotation: -90,0,0
position: -5.0,3.9,0
columnCount: 2
pinout@3P: 1-3
@ -39,4 +44,9 @@ housing@3P:
suffix: -03P
<<: *template
bodyWidth: 15.0
silkscreen: M 7.5, -3.6, -7.5, -3.6
model: # https://grabcad.com/library/degson-dg126-series-5-0-7-5mm-terminal-block-pack-1
file: 'library/connector/terminal-screw_mx126-5.0-03P.step'
rotation: -90,0,0
position: -5.0,3.9,0
columnCount: 3