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

"perimeters extrusion width" always same as nozzle diameter, regardless of layer height #1313

Closed kefir- closed 11 years ago

kefir- commented 11 years ago

I sliced the _40x10.STL part at a bunch of various layer heights. The extrusion width written at the top of the gcode changes with layer height - except the "perimeters extrusion width", which is always 0.35mm. That's the same as my nozzle diameter. Is that a bug in current git head?

https://gist.github.com/kefir-/5970060

alranel commented 11 years ago

Why do you define it bug? It's an intentional change in how the automatic default width is generated. Not a bug ;)

kefir- commented 11 years ago

OK! :) I wasn't sure it was even possible to extrude filament to the nozzle diameter width that accurately when low layer heights squashes the extruded filament, but I never tried. I guess this has to do with why the single wall calibration object wasn't printed with a single layer wall, as mentioned in my other issue report, #1310.