From a3a90a19520ee4804952687efbae4352b7bb5bb0 Mon Sep 17 00:00:00 2001 From: Kenneth <40445044+kennetek@users.noreply.github.com> Date: Thu, 17 Nov 2022 18:26:10 -0700 Subject: [PATCH] Deployed ac70740 with MkDocs version: 1.4.2 --- 404.html | 4 - baseplates/index.html | 125 ++++++++++++++++++++++++-- bins/index.html | 34 +++---- constants/index.html | 150 +++++++++++++++++++++++++++++-- images/baseplate.gif | Bin 0 -> 123836 bytes images/lite.gif | Bin 0 -> 181564 bytes index.html | 6 +- lite/index.html | 167 ++++++++++++++++++++++++++++++++-- search.html | 4 - search/search_index.json | 2 +- sitemap.xml | 17 ++-- sitemap.xml.gz | Bin 200 -> 200 bytes utility/index.html | 138 ----------------------------- vase/index.html | 187 +++++++++++++++++++++++++++++++++++++-- 14 files changed, 632 insertions(+), 202 deletions(-) create mode 100755 images/baseplate.gif create mode 100755 images/lite.gif delete mode 100755 utility/index.html diff --git a/404.html b/404.html index 17f4b15..414d6bb 100755 --- a/404.html +++ b/404.html @@ -57,10 +57,6 @@
  • Constants
  • - diff --git a/baseplates/index.html b/baseplates/index.html index 3985b7a..11f5266 100755 --- a/baseplates/index.html +++ b/baseplates/index.html @@ -50,6 +50,16 @@ - @@ -91,7 +97,116 @@
    - +

    gridfinity-rebuilt-baseplate

    +

    To round out the rebuilt catalog, we have baseplates. Originally, baseplates were not included as there was not anything really interesting to parameterize, unlike with bins. However, upon closer inspection, there is a couple things that would make peoples' lives easier. For instance, what is called here the "skeletonized" style, in that the baseplate is still thick to allow for magnets, but the center portion is removed. Additionally, being able to generate spacers for the sides of the bases, so that they fit perfectly inside your drawers.

    +

    Bin

    +

    Script Parameters

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ParameterRangeDescription
    gridx{ n>=0 | n∈R }number of bases along the x-axis
    If set to zero, will fill with as many
    bases that fit within distancex
    gridy{ n>=0 | n∈R }number of bases along the y-axis
    If set to zero, will fill with as many
    bases that fit within distancey
    length{ n>0 | n∈R }length of one unit of the base.
    default: 42 (The Answer to the Ultimate Question of Life,
    the Universe, and Everything.)
    distancex{ n>0 | n∈R }minimum length of baseplate along x
    alternatively, how large is the drawer along x
    (leave zero to ignore)
    distancey{ n>0 | n∈R }minimum length of baseplate along y
    alternatively, how large is the drawer along y
    (leave zero to ignore)
    style_plate{ 0, 1, 2 }the style of baseplate
    • (0) thin (minimum material, only outline)
    • (1) weighted (thick with space for tire iron)
    • (2) skeletonized (thick, center hollowed)
    enable_magnetbooleantoggle hole for magnet on top
    style_hole{ 0, 1, 2 }the style of holes underneath the baseplate, if applicable
    • (0) none
    • (1) countersink
    • (2) counterbore
    +

    Modules

    +

    gridfinityBaseplate

    +

    Generates a baseplate to use with gridfinity bins.

    +

    gridfinityBaseplate(gridx, gridy, length, distancex, distancey, style_plate, enable_magnet, style_hole)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ParameterRangeDescription
    gridx{ n>=0 | n∈R }number of bases along the x-axis
    If set to zero, will fill with as many
    bases that fit within distancex
    gridy{ n>=0 | n∈R }number of bases along the y-axis
    If set to zero, will fill with as many
    bases that fit within distancey
    length{ n>0 | n∈R }length of one unit of the base.
    default: 42 (The Answer to the Ultimate Question of Life,
    the Universe, and Everything.)
    distancex{ n>0 | n∈R }minimum length of baseplate along x
    alternatively, how large is the drawer along x
    (leave zero to ignore)
    distancey{ n>0 | n∈R }minimum length of baseplate along y
    alternatively, how large is the drawer along y
    (leave zero to ignore)
    style_plate{ 0, 1, 2 }the style of baseplate
    • (0) thin (minimum material, only outline)
    • (1) weighted (thick with space for tire iron)
    • (2) skeletonized (thick, center hollowed)
    enable_magnetbooleantoggle hole for magnet on top
    style_hole{ 0, 1, 2 }the style of holes underneath the baseplate, if applicable
    • (0) none
    • (1) countersink
    • (2) counterbore