slic3r / Slic3r

Open Source toolpath generator for 3D printers
https://slic3r.org/
GNU Affero General Public License v3.0
3.33k stars 1.29k forks source link

Odd patterns and speed in infill #1312

Closed kefir- closed 10 years ago

kefir- commented 11 years ago

I tried slicing the Make magazine torture test with up to date git master:

http://www.thingiverse.com/thing:33902

and there's something weird going on around the holes:

make_torture_test_oddness

It actually seems like the odd parts are printed at bridge speeds, because they are really slow. It's doing stuff like that for the first 40 layers, except the very bottom one.

Here's my gcode, full settings embedded:

http://kefirshare.dreamhosters.com/Torture_Test_20130710-202509_0.9.11-dev.gcode

alranel commented 11 years ago

Hello, this should be fixed now, can you confirm when you have a chance? Thank you for helping, as always :)

kefir- commented 11 years ago

I tried slicing this part again now, but I got this error during slicing, during or just after "Generating perimeters":

$ ./slic3r.pl Attempt to free unreferenced scalar: SV 0x7fcf5a6a50d0, Perl interpreter: 0x7fcf58eab1c0 at /home/ketil/git/Slic3r/lib/Slic3r.pm line 104. Segmentation fault (core dumped)

Here's my config:

https://github.com/kefir-/M2-config/blob/master/slic3r-config-PLA.ini

alranel commented 10 years ago

Hi @kefir-, that issue should be fixed now. Do you have a chance to test and confirm? Thank you!

kefir- commented 10 years ago

Gcode generation works, and resulting gcode looks good. Thanks!! :)