Changing infill on specific region of a part?

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
kevinz
Posts: 68
Joined: Fri Oct 18, 2019 2:58 pm

Changing infill on specific region of a part?

Post by kevinz »

Hello,
I'd like to design a beam and use self-tapping screws to attach each end to another element. I'd like to increase the infill to 100% in just the screw regions, to produce a stronger mechanical joint, while at the same time, maintain 20% infill for the rest of the beam.
Here's a picture, and an attached example file, of a beam 1/4 inch square by 3 inches, with 1/2 inch long holes in each end:
Screenshot from 2019-11-14 10-10-18.png
Screenshot from 2019-11-14 10-10-18.png (2.62 KiB) Viewed 1054 times
Is it possible in FreeCAD to specify that the first 1/2 inch of each end of the beam should be 100% infill? If not, I'm using either slic3r or Cura (for a Lulzbot Mini2 printer) as a slicer. Can either of these create this characteristic?
Thanks for all your help and advice. As always, critizisms and suggestions are always welcome on my drawing. I'm a newbie and still on the sharp uphill portion of the learning curve.

-Kevin
Attachments
Beam.FCStd
(13.67 KiB) Downloaded 10 times
freedman
Veteran
Posts: 3467
Joined: Thu Mar 22, 2018 3:02 am
Location: Washington State, USA

Re: Changing infill on specific region of a part?

Post by freedman »

Infill is set by the slicer but if your willing to work at it you could model it with some inner material removed. Something like start with a hollow tube, then add material where you want to get your final solid.
chrisb
Veteran
Posts: 54223
Joined: Tue Mar 17, 2015 9:14 am

Re: Changing infill on specific region of a part?

Post by chrisb »

Keep in mind to set your slicer to 100% infill, if you model the infill yourself.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: Changing infill on specific region of a part?

Post by DeepSOIC »

Yes. It is done by "modifier shapes".

In FreeCAD:
model a solid that contains the piece of your part to be 100%-infilled, and export it as a separate stl.

Then, in slic3r:
1. add the part stl to the plater
2. double-click it in list, you'll see a dialog. Press Load Modifier button.
3. point it at the modifier stl.
4. select the modifier shape in the list. In the area toward the bottom, click "+" button, pick a setting (infill density, in your case), and alter its value
-> done, slice it, check it, print it.

In Cura, it should be possible too, but I don't have a how-to as I've never done it myself yet.
Post Reply