September 11, 2022
Description
These are replacement parts for LGB switch drive 1201/12010 (electric drive) & 1206/12060 (manual drive).
These are the lids of the drive mechanisms.
Other parts can be found here:
- Switchdrive bottom chassis
- Cable junction box
I needed a way to easily identify a switch. Putting a little sign on the switchdrive was too easy (and the paint faded away after only 1 year), so a designed these lids that replace to original switchdrive lids.
The lids can be blank, they can have warning stripes, they can have a custom text (with custom orientation) or they can have a completely custom marking (using 2D shapes). The lids are designed to be printed upside down without support.
The text/striped/markings are designed for manual in-layer color change, as described in this blog post (that I found via a model from mrbunsy - thank you). They are 0.2mm thick (customizable in the SCAD file to fit your layer hight).
To print the lids that way you need to:
1) import the STL into PrusaSlicer (or whatever slicer you use)
2) re-orient to STL so it is upside down
3) split the STL into separate objects - be careful that you don't move any of these objects
4) assign the text/stripes/markings to extruder 1, assign the main body to extruder 2
5) slice & print
6) the printer does the first filament change after the priming line - insert the filament color for the text/stripes/markings
7) after printing the text/… the printer does the second filament change - insert the color for the lid body
8) wait for the print to finish (there should be no further filament changes)
9) poke holes in the sacrificial layers in the screw holes (or use screws with a sharp tip)
The best result comes with dark/black text/stripes/… on a light (e.g. yellow) lid. Light text on dark lid might or might not work. Prusament LightGrey PETG does work, Geeetech White PETG does NOT work. You will have to test your filaments.
The example STLs come in 3 variants per lid type: plain, with a “Test” text, with stripes
The lid types are:
- 1206 : manual switchdrive
- 1201-V1 : oldest electric switchdrive with manual slide lever and thick slide plane
- 1201-V2 : old electric switchdrive with thick slide plane (without manual slider)
- 1201-V2 : electric switchdrive with slim slide plane (without manual slider) - this is the current design
The very old 1201 switchdrive with 3 cable connection is not supported at all.
You should check your switchdrive which version you have before you print the custom lids. The wrong version might negatively impact the reliability of the switchdrive. See the comparison photo.
The SCAD file should be self-explanatory (I hope). Just remove the disable marker “*” from the type of lid that you want and optionally set the text and orientation.
For custom markings use this syntax (example with 1201-V3, works with the other lid types the same way):
lgb1201lid(false, false) {
// insert custom marking shape here
// circle as simple example
circle(d = 10);
}The SCAD file references the library af-basics.scad which can be found here: https://www.printables.com/model/175914-openscad-library-for-more-basic-shapes
The parts are printed in PETG with 0.3mm layer height and 3 perimeters. I lowered the nozzle temp to 220°C after the first layer to reduce stringing. I advice to NOT use PLA because it might (will) deform in direct sunlight.
License:
Creative Commons — Attribution
9