Try โ€‚โ€‰HackMD

NOPE001: FreeCAD Shell case with PD Pad + Thickness

Non-Obvious Practical Examples 001:

Probing the ways to make what would look like a vacuum-formed cover over a template. PartDesign Thickness or bust!
So, mostly bust, and eventually some result in the form of a working block and tackle:

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

The design is intended to lift up objects while the rope is pulled from above (think well shaft, second level in a building).

To facilitate the setup, a sleeve is shoved over the pulleys, preventing the rope from slipping off. The sleeve in turn is held in place by a carbine.

Starting Material

FreeCad Version: 0.21.1

Snackblock pulley with 608 bearing (for inspiration and the pulley model): https://www.printables.com/model/613342-snatchblock-prime-pulley-608-bearing

5:1 pulley system, allowing two pulleys to be arranged on opposite sides of a central plate:

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

(source: https://issuu.com/tlins/docs/pulleysystems)

Basic idea

  • 3 sketches padded symmetrically to different heights
  • sketches share a lower edge
  • single face selected, PartDesign_Thickness to hollow it out / create outward thickness
  • cut hole
  • add extra ribbing / geometry to assist 3D printing

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

Failed Approaches

Thickness on refined face

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

Thickness on unrefined face

Selecting all pieces of the future opening also fails.

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

Reducing the problem to only one edge and attempting to create thickness based on only one face shows that something is very much not right with what OCC does behind the scenes:

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

Best-Effort Solution

Apparently, a step pyramid shape with a simple rectagular starting face and step depth greater than the targeted thickness produces a result:

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

  • sketch another rectangle with a horizontal edge a set distance away from center
  • pad symmetrically
  • boolean subtraction of the overlap

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

printability mishaps and fix

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

  • initial idea to print with the wide opening down abolished
  • goblet-shaped orientation problematic regarding overhangs when no support is used (slicers currently don't produce nice code for horizontal overhangs)
  • fillets remain a big problem:
    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More โ†’

Final mitigation steps:

  • extended dimenions
  • chamfers with dissimilar edge lengths
  • thickness
  • fillets to clean up internal edges
  • square base for printing plus some reinforcement and integral support

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

I would have preferred to pad the stepped features at an obligue angle instead of just adding a chamfer (which then cannot be extended all the way down, because OCC can't handle merging edges for "some reason").

Symmetrical pads with a non-normal direction vector however don't produce a mirrored result, but an oblique prism, which is not useful. One therefore has to model one half, create a mirrored copy and only subsequently apply PD Thickness and the boolean operation to truncate the result back into shape:

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’