1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Do a slightly thinner interface layer at the top of support material structures by taking into account the diameter of bridge extrudates (nophead's idea)

This commit is contained in:
Alessandro Ranellucci
2012-10-28 16:59:20 +01:00
parent b5bd216f5c
commit ccb49a8439
5 changed files with 90 additions and 27 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ has 'polyline' => (
);
# height is the vertical thickness of the extrusion expressed in mm
has 'height' => (is => 'ro');
has 'height' => (is => 'rw');
has 'flow_spacing' => (is => 'rw');
has 'role' => (is => 'rw', required => 1);