Slic3r Mesh question...(for Ed)

Have questions or comments about Simplify3D, Slic3r, Cura, Reptier, etc? Or wondering about which CAD software to use...discuss it here...
User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Slic3r Mesh question...(for Ed)

Post by Jules » Fri Nov 06, 2015 4:49 am

Hey ed....you dropped this hint in passing on another post:
Which is why Slic3r has modifier meshes ......you can apply specific slicing parameters to specific parts of the model.
Must confess to being intrigued.......How would one go about applying one of these if one needed to? (I've dl'd the software, read through the User Manual, checked the Wiki, and fiddled with the settings a bit.)

Can't find it. (Strikes me as being potentially highly useful though....would like to.)

Where's it hidden? :P

Update: Whoop! Never mind....found the tutorial and another manual over on the blog. :D

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Slic3r Mesh question...(for Ed)

Post by Jules » Fri Nov 06, 2015 5:10 am

Whooooooaaaaaa! Hold the phone! :shock:

User avatar
ednisley
Posts: 1188
Joined: Fri Apr 11, 2014 5:34 pm
Location: Halfway up the Hudson
Contact:

Re: Slic3r Mesh question...(for Ed)

Post by ednisley » Fri Nov 06, 2015 3:11 pm

Jules wrote:Can't find it.
If anybody else is looking for the doc:
http://slic3r.org/blog/modifier-meshes

The Slic3r manual:
http://manual.slic3r.org/

Applying a modifier mesh requires keeping two different solid models in sync, but it's probably not much harder than modeling one object for a dual-color printer...

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Slic3r Mesh question...(for Ed)

Post by Jules » Fri Nov 06, 2015 4:03 pm

Man, I'm so excited i'm having to keep myself from babbling. :D
(I opted not to post the one last night where i was screaming about how wonderful it was - you guys already know that! :lol:)

You can use any shaped mesh (so far i've done tubes and blocks and cylinders just to test...all worked), and i wasn't sure if you could use Rhino to export just a selected object, but you can, so it integrates very simply into Rhino design. You can do surface patterns that vary in certain spots for cool surface textures. (Picturing a chess board with different surface patterns for the squares)

Anyway, totally cool! :D

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Slic3r Mesh question...(for Ed)

Post by Jules » Fri Nov 06, 2015 6:51 pm

Just look at this chit........... :P
Slic3r.JPG
Some Hilbert Curve text burned into a block. So totally freaking AWESOME!

User avatar
ednisley
Posts: 1188
Joined: Fri Apr 11, 2014 5:34 pm
Location: Halfway up the Hudson
Contact:

Re: Slic3r Mesh question...(for Ed)

Post by ednisley » Sun Nov 08, 2015 12:44 am

Jules wrote:Hilbert Curve text burned into a block
I'm an absolute sucker for Hilbert Curve fill: no strands, no lines, no gaps, just a fine granular texture that looks and feels nothing like the hand-knitted surfaces on all other 3D printed doodads.

Slap it over 15% 3D Honeycomb infill at 2:1 and my usual brackets come out just about perfect...

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Slic3r Mesh question...(for Ed)

Post by Jules » Sun Nov 08, 2015 1:42 am

I've been very impressed so far - it's handled some very complex slices that I've tossed at it.......slowly.....but it hasn't crashed. :D

Had to set it aside for a bit to do some closet cleaning today though - great way to spend a rainy day. (Not.) :lol:

User avatar
Matt_Sharkey
Posts: 347
Joined: Mon Oct 20, 2014 3:10 pm

Re: Slic3r Mesh question...(for Ed)

Post by Matt_Sharkey » Sun Nov 08, 2015 3:52 am

the only gripe I have with Slic3r's mesh modifier is that you can't orient or modify the mesh in Slic3r it's self. you have to do all of that beforehand in your 3d modeler.

I have fiddled with modifiers while modeling with tinkercad, so it was clumsy at best. are other programs a bit more robust with mesh modifiers?

User avatar
ednisley
Posts: 1188
Joined: Fri Apr 11, 2014 5:34 pm
Location: Halfway up the Hudson
Contact:

Re: Slic3r Mesh question...(for Ed)

Post by ednisley » Sun Nov 08, 2015 2:57 pm

Matt_Sharkey wrote:you can't orient or modify the mesh in Slic3r
That's probably an advantage, because the modifier must have a precise orientation with the part it's modifying and should come from the same overall design, rather than getting shoved around on the fly.

Being that type of guy, I'd just twiddle my OpenSCAD code a bit to move the modifier mesh around. You could actually import two STL files into OpenSCAD, set up the transformations, move them around programmatically, then export the tweaked files into separate STLs again, but ...

A GUI CAD program with part relations would be a better hammer for the job: make the modifier position depend on the object position. IIRC, jsc knows which CAD programs can do that and has some direct experience.

jsc
Posts: 1864
Joined: Thu Apr 10, 2014 4:00 am

Re: Slic3r Mesh question...(for Ed)

Post by jsc » Mon Nov 09, 2015 2:15 am

ednisley wrote:A GUI CAD program with part relations would be a better hammer for the job: make the modifier position depend on the object position. IIRC, jsc knows which CAD programs can do that and has some direct experience.
I know what, now? Not 100% sure what you're referring to, but I think it's about parametric assembly. All history-based parametric modelers that do part assembly support that, I believe. That includes, in my direct experience, SolidWorks, Fusion 360, and OnShape. They have the concept of "mates", where you basically say "this flat part abuts that flat part" or "this cylinder revolves within this hole," etc. Then you can move parts around and do motion studies, etc. Very useful for large mechanical aggregations; I used them to virtually assemble my eggbot model (http://www.thingiverse.com/thing:844167) to make sure everything fit together properly. I know nophead has done similar things with OpenSCAD in his Mendel90 model, but that is some wizard level work and not something I would be tempted to attempt.

Post Reply