Skip to content

Commit 15e71dd

Browse files
committed
MW PSU Mount Distribution Block
Mean Well PSU mounted 5V+/- Distribution Block UserMod added.
1 parent d12de43 commit 15e71dd

File tree

9 files changed

+2352
-0
lines changed

9 files changed

+2352
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
# The title of your mod. Choose a short and descriptive name
3+
title: Mean Well PSU Side Mount 5V Distribution Block
4+
# A short description of your mod. Try to describe your mod with 1-2 short sentences
5+
description: Uses 2x WAGO 221-415 to create 5VDC +/- distribution blocks that mount to the side of Mean Well PSUs such as LRS/RSP series, instead of crowding the single +/- terminals on your 5V PSU.
6+
# Mod version: Set this to 1 when you are submitting a new mod. When you make changes to your mod, you may increment this number
7+
mod_version: 1
8+
# You may add your discord username here so people can contact you about your mod
9+
discord_username: rikersb3ard
10+
# The CAD files for your mod. Please provide them as a list.
11+
# Note that each mod must include at least one CAD file.
12+
cad:
13+
- CAD/LRS_Side_Mount_5V_Distribution_Block.step
14+
# The image files provided with your mod. These may be instructions you use in your README.md file, or other additional pictures.
15+
# **Note that the first image specified here will be used as cover image on mods.vorondesign.com**
16+
# All paths are relative to this .metadata.yml file.
17+
images:
18+
- Images/Test_print_2.jpg
19+
- Images/Test_print_1.jpg
20+
- Images/Mounting_Location.png
21+
- Images/flush.png
22+
- Images/Standard_Voron_Print_Settings.png
23+
# List all STL files
24+
stl:
25+
- STL/LRS_Side_Mount_5V_Distribution_Block.stl
26+
# Printer compatibility. Please specify all compatible printers as a list. The following values are accepted:
27+
# "V0", "V0.1", "V0.2", "V0.2r1", "V1", "V1.6", "V1.8", "V1.8r1", "V2", "V2.1", "V2.2", "V2.4", "V2.4r1", "V2.4r2", "VSW", "VT", "VTr1", "VL"
28+
# Please only specify printers that you have either tested your mod on yourself, or that someone else has tested for you. If you are unsure whether your
29+
# mod is compatible with a certain printer, don't list it here!
30+
printer_compatibility:
31+
- V0
32+
- V1.8
33+
- VT
34+
- V2.4r2
35+
- VL
36+
- VSW

0 commit comments

Comments
 (0)