Parametric stackable workshop bins/boxen V2

por chesamo

Archivos imprimibles (4)

  • 3mf

    Parametric_stackable_workshop_bins_V2-85x150x70-default.3mf

    303 Ko · 1 086 descargas

    Descargar
  • 3mf

    Parametric_stackable_workshop_bins_V2-85x70x70-smol.3mf

    302 Ko · 1 009 descargas

    Descargar
  • 3mf

    Parametric_stackable_workshop_bins_V2-170x150x70-wide.3mf

    302 Ko · 999 descargas

    Descargar
  • 3mf

    Parametric_stackable_workshop_bins_V2-85x150x150-tol.3mf

    302 Ko · 960 descargas

    Descargar

Descripción

Redesigned my little plastic bins from scratch now that I actually kind-of-sort-of know what I'm doing. Perfect for storing various little widgets and doodads. I've included three default variants and the .scad file has many more options for you to edit (see below). Bins that are the same width are all compatible with each other (stacking largest to smallest).

Recommended Print Settings

  • 0.4mm nozzle
  • 0.2mm layer height
  • 10% infill
  • No supports
  • Any filament that isn't flexible
  • Print as oriented

Parameters

  • width (number): Width of the bin (does not include the lip)
  • depth (number): Depth of the bin (does not include the lip or spout)
  • height (number): Height of the bin (does not include the lip)
  • spoutHeight (number): Height of the spout at the front (I recommend less than ( height / 2 ))
  • spoutDepth (number): Depth of the spout at the front (adds to depth)
  • wallThiccness (number): How thicc the walls are
  • internalRoundness (number): Radius of the round edges inside the bin
  • lipDepthTolerance (number): Slightly widens the lip to allow for some shrinkage
  • lipHeight (number): How high up the lip should go (adds to height, depth, and width)
  • slideStopper (Boolean): Whether to include small notches to prevent the bins from sliding forward when stacked
  • wallSupport (Boolean): Whether to include wider segments on the back and side to improve the stiffness of the walls
  • wallSupportType (text, dropdown): Which style of wall supports to render
  • noFrontEdge (Boolean): Removes the vertical front wall, leaving just a spout

Differences From Original

  • Massive refactor of .scad source code
  • Switched stacking function to top lip instead of bottom
  • Modified front spout
  • Created wall supports
  • Squared bottom edges