Skip to content
Snippets Groups Projects
Commit 9ae61723 authored by anikhalder's avatar anikhalder
Browse files

Change default value for 3D layer size

parent bf4c2abb
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class WarningSign;
class SceneGeometry
{
public:
SceneGeometry(double size = 50.0, double top_thickness = 25.0, double bottom_thickness = 25.0,
SceneGeometry(double size = 100.0, double top_thickness = 25.0, double bottom_thickness = 25.0,
double min_thickness = 2.0)
{
l_size = size; // layer size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment