mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-16 20:38:15 +01:00
Added z_limit_switch_assembly to the list of accessories. Not recommened!
This commit is contained in:
parent
d5cc053ffa
commit
ae56430472
@ -9,8 +9,12 @@ import shutil
|
||||
import os
|
||||
|
||||
def accessories(machine, assembly = None):
|
||||
assemblies = ["raspberry_pi_assembly", "raspberry_pi_camera_assembly", "light_strip_assembly" ]
|
||||
|
||||
assemblies = [
|
||||
"raspberry_pi_assembly",
|
||||
"raspberry_pi_camera_assembly",
|
||||
"light_strip_assembly",
|
||||
"z_limit_switch_assembly"
|
||||
]
|
||||
#
|
||||
# Make the target directory
|
||||
#
|
||||
@ -25,6 +29,7 @@ def accessories(machine, assembly = None):
|
||||
|
||||
if assembly:
|
||||
assemblies = [ assembly ]
|
||||
|
||||
for assembly in assemblies:
|
||||
print(assembly)
|
||||
bom.boms(machine, assembly)
|
||||
|
16
dibond/bom/accessories/z_limit_switch_assembly.txt
Normal file
16
dibond/bom/accessories/z_limit_switch_assembly.txt
Normal file
@ -0,0 +1,16 @@
|
||||
z_limit_switch_assembly:
|
||||
Vitamins:
|
||||
2 M4 cap screw x 16mm
|
||||
1 M3 hex screw x 16mm
|
||||
1 Nyloc nut M3
|
||||
2 Nyloc nut M4
|
||||
2 No2 pan wood screw x 13mm
|
||||
1 Microswitch
|
||||
2 Washer M2.5 x 5.9mm x 0.5mm
|
||||
1 Washer M3 x 7mm x 0.5mm
|
||||
2 Washer M4 x 9mm x 0.8mm
|
||||
2 Rubber washer M3 x 10mm x 1.5mm
|
||||
|
||||
Printed:
|
||||
1 z_limit_switch_bracket.stl
|
||||
|
5924
dibond/stls/accessories/z_limit_switch_bracket.stl
Normal file
5924
dibond/stls/accessories/z_limit_switch_bracket.stl
Normal file
File diff suppressed because it is too large
Load Diff
16
mendel/bom/accessories/z_limit_switch_assembly.txt
Normal file
16
mendel/bom/accessories/z_limit_switch_assembly.txt
Normal file
@ -0,0 +1,16 @@
|
||||
z_limit_switch_assembly:
|
||||
Vitamins:
|
||||
1 M3 hex screw x 16mm
|
||||
1 Nyloc nut M3
|
||||
2 M4 pan screw x 12mm
|
||||
2 No2 pan wood screw x 13mm
|
||||
1 Microswitch
|
||||
2 Washer M2.5 x 5.9mm x 0.5mm
|
||||
1 Washer M3 x 7mm x 0.5mm
|
||||
2 Washer M4 x 9mm x 0.8mm
|
||||
2 Rubber washer M3 x 10mm x 1.5mm
|
||||
2 Star washer M4 x 0.8mm
|
||||
|
||||
Printed:
|
||||
1 z_limit_switch_bracket.stl
|
||||
|
5924
mendel/stls/accessories/z_limit_switch_bracket.stl
Normal file
5924
mendel/stls/accessories/z_limit_switch_bracket.stl
Normal file
File diff suppressed because it is too large
Load Diff
16
sturdy/bom/accessories/z_limit_switch_assembly.txt
Normal file
16
sturdy/bom/accessories/z_limit_switch_assembly.txt
Normal file
@ -0,0 +1,16 @@
|
||||
z_limit_switch_assembly:
|
||||
Vitamins:
|
||||
1 M3 hex screw x 16mm
|
||||
1 Nyloc nut M3
|
||||
2 No2 pan wood screw x 13mm
|
||||
2 No6 pan wood screw x 16mm
|
||||
1 Microswitch
|
||||
2 Washer M2.5 x 5.9mm x 0.5mm
|
||||
1 Washer M3 x 7mm x 0.5mm
|
||||
2 Washer M4 x 9mm x 0.8mm
|
||||
2 Rubber washer M3 x 10mm x 1.5mm
|
||||
2 Star washer M4 x 0.8mm
|
||||
|
||||
Printed:
|
||||
1 z_limit_switch_bracket.stl
|
||||
|
5700
sturdy/stls/accessories/z_limit_switch_bracket.stl
Normal file
5700
sturdy/stls/accessories/z_limit_switch_bracket.stl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user