slic3r / Slic3r

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

First layer single wall width calculated from a default setting rather than config #690

Closed markspace closed 12 years ago

markspace commented 12 years ago

http://dl.dropbox.com/u/315849/Slic3r/layerfill/config-filltest.ini and sliced model - http://dl.dropbox.com/u/315849/Slic3r/z-motor-mount.stl

The layer_height in the above config is 0.3, but I get the following when Print Settings->Advanced->Extrusion width->First Layer=0

; single wall width = 0.42mm ; first layer single wall width = 0.80mm

If I set the Print Settings->Advanced->Extrusion width->First Layer to 200% (the default), then I get ; single wall width = 0.42mm ; first layer single wall width = 0.60mm

It looks like the Print Settings->Advanced->Extrusion width->First Layer=0 calculation is using the default layer_height of 0.4 (from Config.pm) rather than the settings in the config file

alranel commented 12 years ago

Thank you for your report, I fixed it.