Various Examples of the Footplate

I have used grid type footplates on a number of my projects such as the Railbike and the Rail car model. The original footplate was designed by my partner who was bored and looking for a quick thing to design. I reused this model many times and manually adjusted it if I needed a different size. This was a tedious process and meant that I tended to stick with only a couple of different sizes. With the Rail car model I suddenly decided that it was high-time that I made an OpenSCAD parametric version of the footplate. This now meant I could use it for generating different mesh densities, aperture sizes and even aperture shapes.

Footplate in OpenSCAD


The hexagonally packed aperture parametric model used for hexagonal apertures and shapes with higher numbers of sides was modified slightly to produce models for generating square and diamond shaped grids.

Square aperture footplate

Diamond aperture footplate


Here are links to the OpenSCAD scripts and their location on Thingiverse. If you use the Thingiverse customiser links you won’t need OpenSCAD to generate STL model files for 3D printing.


Downloads and Links

The scripts below will work on quite old versions of OpenSCAD because it doesn’t use anything other than the basics to generate the shapes. No extra libraries are required.

Hexagonal Pattern Footplate

You can find the hexagonal-circle pattern footplate here: FootPlatev9.scad
and on the Thingiverse Parametric Footplate webpage.

Square Pattern Footplate

You can find the square grid version here: FootPlateSqrv0.scad
and on the Thingiverse Parametric Footplate - Square Grid Pattern webpage.

Diamond Pattern Footplate

You can find the diamond pattern version here: FootPlateDiamondv0.scad
and on the Thingiverse Parametric Footplate - Diamond Pattern webpage.


Using the OpenSCAD Script

Here is an explanation of the various parameters used in these OpenSCAD scripts.

Basic Tray Dimensions

The overall shape of the footplate are governed by the following parameters.

Major Dimensions for Tray

Other Major Dimensions for Tray


Aperture Parameters

The grid holes are controlled by the following parameters;

HoleRes 3, HoleRows 4

HoleRes 4, HoleRows 4
This one looks a bit dumb with the hexagonal packing. Use the Square version instead.


HoleRes 6, HoleRows 4 - Default

HoleRes 8, HoleRows 4

HoleRes 64, HoleRows 4

HoleRes 6, HoleRows 6

The OpenSCAD models do not include any safeguards for restricting the holes sizes and corner radii to be plausible so if you find the grid has disappeared or your rim is gone, check the relative sizes of your Outer and Inner radius and the holes sizes.


Divider

Creative Commons by-sa

This design by Hamish Trolove is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.