ENH: CLI: skip shrink when load obj and stls
JIRA: no jira Change-Id: I0408da0568090ce9db09d6c43a3a19af59045463
This commit is contained in:
parent
fabbbf4cd1
commit
58ce03e029
|
@ -3053,7 +3053,7 @@ int CLI::run(int argc, char **argv)
|
||||||
old_printable_depth = current_printable_depth;
|
old_printable_depth = current_printable_depth;
|
||||||
if (old_printable_height == 0)
|
if (old_printable_height == 0)
|
||||||
old_printable_height = current_printable_height;
|
old_printable_height = current_printable_height;
|
||||||
if ((old_printable_width > 0)&&(old_printable_depth > 0)&&(old_printable_height > 0))
|
if (is_bbl_3mf && (old_printable_width > 0) && (old_printable_depth > 0) && (old_printable_height > 0))
|
||||||
{
|
{
|
||||||
//check the printable size logic
|
//check the printable size logic
|
||||||
//if ((old_printable_width > current_printable_width) || (old_printable_depth > current_printable_depth) || (old_printable_height > current_printable_height))
|
//if ((old_printable_width > current_printable_width) || (old_printable_depth > current_printable_depth) || (old_printable_height > current_printable_height))
|
||||||
|
|
Loading…
Reference in New Issue