V3 Micro Switch – OpenSCAD Parametric Model
Description
Since in needed one of these for a limit switch holder I am designing I modelled a V3 micro switch in openSCAD. The model is parametric so you can select which type of arm you need (except for simulated roller, as I cant work out how to make arcs easily in SCAD) or enter the parameters for your own.
Instructions
To use in your own model call,
use ;
v3_micro_switch(type = 1);
Type
1 = button
2 = long roller
3 = short roller
4 = long lever
use ;
v3_micro_switch(type = 1);
Type
1 = button
2 = long roller
3 = short roller
4 = long lever
License
V3 Micro Switch – OpenSCAD Parametric Model by doommeister is licensed under the Creative Commons - GNU GPL license.

You must be logged in to post a comment.