PrusaSlicer-NonPlainar/lib/Slic3r
bubnikv b66bfb41aa Validate the height values entered into the layer height table.
Clamp these values between the minimum of min_layer_height per nozzle
and the maximum of max_layer_height per nozzle.
Don't allow entering zero layer height to trim an object,
the cut dialog should be used instead.

Fixes https://github.com/prusa3d/Slic3r/issues/235
2017-04-05 13:27:00 +02:00
..
GCode Removed CoolingBuffer.pm as it has been superseeded by the C++ code. 2017-02-27 01:51:08 +01:00
Geometry
GUI Validate the height values entered into the layer height table. 2017-04-05 13:27:00 +02:00
Print Only print "Generating perimeters" once. 2017-03-28 17:27:05 +02:00
Test
Config.pm Permit firmware retraction when firmware is Repetier (repetier-firmware supports it). Fixes #3821 2017-03-30 16:47:06 +02:00
ExPolygon.pm
ExtrusionLoop.pm
ExtrusionPath.pm
Flow.pm
Geometry.pm
GUI.pm Use OpenGL 2.0 shaders for the layer height rendering. 2017-03-20 12:05:20 +01:00
Layer.pm
Line.pm
Model.pm Using the C++ file loaders. 2017-02-26 21:54:42 +01:00
Point.pm
Polygon.pm
Polyline.pm
Print.pm Volume rewritten from Perl to C++, 2017-03-13 16:02:17 +01:00
Surface.pm
SVG.pm
Test.pm Anonymous object supports. Initial implementation provides for a box of arbitrary size. 2017-02-21 16:03:19 +01:00