1

Topic: General default settings

Can someone supply me with a clear set of settings that I can start from? Kind of like default settings.

I've tried various settings, I've read everything I can find on the solidoodle website and information in several forum topics but I'm all confused. I just need a list of settings that are known to generally work well, that I can use as a starting point to work from.

I'm really struggling with 0.1mm printing, 0.3mm isn't going great either, also getting prints to stick, stringing, and curling. Have already tried levelling the print bed.

Basic settings for 0.1mm and 0.3mm like extruder temp, bed temp, and slicer settings.

Industrial Designer
Fresh Design Works (UK)
www.freshdesignworks.co.uk

2

Re: General default settings

Also, I'm using Solidoodle 3

Industrial Designer
Fresh Design Works (UK)
www.freshdesignworks.co.uk

3 (edited by Skyblue 2013-03-11 23:14:28)

Re: General default settings

BFresh wrote:

Can someone supply me with a clear set of settings that I can start from? Kind of like default settings.

I've tried various settings, I've read everything I can find on the solidoodle website and information in several forum topics but I'm all confused. I just need a list of settings that are known to generally work well, that I can use as a starting point to work from.

I'm really struggling with 0.1mm printing, 0.3mm isn't going great either, also getting prints to stick, stringing, and curling. Have already tried levelling the print bed.

Basic settings for 0.1mm and 0.3mm like extruder temp, bed temp, and slicer settings.


Did you download the Solidoodle 3 package?  If you did, the default settings can be selected in Slic3r, by selecting solidoodle print, filament, and printer settings in drop down menu's......these are the starting points provided by Solidoodle!

4 (edited by vince7c95 2013-03-12 05:52:16)

Re: General default settings

BFresh wrote:

Can someone supply me with a clear set of settings that I can start from? Kind of like default settings.

I've tried various settings, I've read everything I can find on the solidoodle website and information in several forum topics but I'm all confused. I just need a list of settings that are known to generally work well, that I can use as a starting point to work from.

I'm really struggling with 0.1mm printing, 0.3mm isn't going great either, also getting prints to stick, stringing, and curling. Have already tried levelling the print bed.

Basic settings for 0.1mm and 0.3mm like extruder temp, bed temp, and slicer settings.

If you wanna try tweaking things try changing the "first layer height" to 115% (I'm sure .345 would work here too, but 115% is what I have inputed in mine), and the "first layer speed" to 50%. This is for .3mm layer height profile. For .1mm profile I put .345 for the first layer height and 50% for the speed. These were the first two things I changed when I first tried solidoodle's RH settings. I also got rid of some of their starting gcodes so not entirely sure how that will affect your setup if you change those two settings I mentioned. I'm also using a bowden tube setup so you may still need to play with the numbers I used. But it's an area you can play with to get things to stick better.

5

Re: General default settings

Skyblue - I did download the solidoodle 3 package. I may re-install it and use the provided settings.

Vince - I think I could probably change the first layer height and speed. You lost me at getting rid of gcodes. I know what Gcodes are and what they do, but why would you delete them? And what is a boden tube setup?

Industrial Designer
Fresh Design Works (UK)
www.freshdesignworks.co.uk

6 (edited by jefferysanders 2013-03-12 19:25:32)

Re: General default settings

https://github.com/alexrj/Slic3r/wiki/Documentation is very useful...here is what I do....


Generally I prefer .2 mm tall prints, with .15 density honeycomb infill, and concentric top/bottom fill.   I keep my speed settings more conservative than I did when I first started printing, but as fast as possible; the main theme with the print speeds seems to be that you don't want the motor to start skipping (that makes sense lol), resulting in the possibility of a clogged nozzle from the filament siting in one spot and baking in the PEEK...so I am for 80-120mm/s max for any section atm...that's a good rule of thumb on a SD, but I typically go as high as I can on each area when I did my setup. The acceleration software normally handles bigger part areas well (if you are printing one really small part...you might have to manually slow down the printer or add a fan)..you can go way higher on "non-printing movements" I keep mine around 200 for these movements (you can turn that up pretty high...I gone as high as 500 with no problem other than it might whack the crap out of your hand if you are not careful...or slam into a non end-stopped side and crack something).  I personally  rarely use support (as I dislike cleaning up my parts afterwards, they should come out looks great imo).  I do keep on the skirt with 2 passes at least 4 mm away from the print; I sometime use brim on small-tall objects.  The perimeter's section is very important as that determines if you even have enough depth to see all of the detail (if it has detail) of a print..e.g. yoda needs X perimeters so his skin textures are all correctly drawn...  If you had something like cup and you wanted it to be very thin you could set it to 1 perimeter, adding more would add to the thickness of that cups wall.  Top and bottom are exactly what they sounds like...for cups don't use top layers obviously, etc.

I calibrate my extrusions section as IAN's site suggest, but then I set everything back to zero when I have the firmware setting adjusted and let the Slic3r software do the work from that point.

Filament settings - use a "bridge calibration" to find the optimal temp for your specific filament. it will give suggestions to tweaking your retraction speeds, after you interpret your results. 

Printer settings - Just make sure you have the needed retraction settings correct...you can also set Start and End G-Codes if you want...there are some nice pre-print processes you can preform, as well as automated part removal and special re-homing instruction (I make my extruder @ home a different than the default path just because I added a larger fan to the extruder and don't need a collision with the z-axis guide bars...I have a settings file I can post, but once you get the general idea of what each of those sections do in Slic3r you will understand what went wrong with a certain print and even better yet you will know how to optimize your settings to get different effects.  (like cutting away infill and thinning wall settings to print cups)

Hope I was not repetitive and this at least gives you a little better intro into what is going on with all those setting (I know they seemed daunting at first to myself also, but it won't take long until you can tweak your prints like a master)

7

Re: General default settings

How fast do you run your outer perimeters?   I tend to see uneven corners from overshoot above 30.  Fill can be as fast as the extruder can push the filament.

8 (edited by jefferysanders 2013-03-12 20:14:21)

Re: General default settings

I do outer's at 60% of 90mm/s for non-draft quality (that's similar). What's the max speed you can do the infill with decent quality? My motor binds (I can manually still feed it) over 200mm/s and I'm getting inconsistent fill above 140mm/s or so if I remember correctly....I haven't checked to see if I can actually raise the stepper driver's voltage control pot to increase the power sent in hopes I can go even faster (I don't trust my VM probes staying in place lol...they're 2nd hand and really worn out).

9

Re: General default settings

BFresh wrote:

Skyblue - I did download the solidoodle 3 package. I may re-install it and use the provided settings.

Vince - I think I could probably change the first layer height and speed. You lost me at getting rid of gcodes. I know what Gcodes are and what they do, but why would you delete them? And what is a boden tube setup?

I could be using the wrong terminology, but I'm talking about those extra codes in the custom gcode section of the printer settings tab of the slic3r program. When I first started using RH, solidoodle hadn't posted their all in one download file yet, so when I downloaded it I was only using whatever codes came default from where I downloaded RH and used Ian's settings from the video. When I later downloaded solidoodle's file there were all these extra things like dropping the bed 5mm and extruding anchors. I didn't like those and just deleted them.

The bowden tube is just a different setup where the extruder is located off of the printer carriage, and uses a tube to push filament through to the nozzle.

10

Re: General default settings

Your terminology is correct.