Do not print any SHAPE blocks.

This commit is contained in:
lzwdgc 2020-03-02 04:11:57 +03:00
parent 0336abf712
commit 1bf7903a62

View file

@ -617,7 +617,7 @@ bool block::canPrint() const
return false; return false;
// collision object // collision object
if (h.name == "SHAPE") if (h.name.find("SHAPE") != h.name.npos)
return false; return false;
// default // default