xarial / codestack

Library of SOLIDWORKS API, SOLIDWORKS PDM API, VBA and Desktop code examples, applications macros and tutorials.
https://www.codestack.net
MIT License
195 stars 71 forks source link

printability check #370

Open akhidayat opened 2 months ago

akhidayat commented 2 months ago

Hi dear,

i have try to print several part and 2 of 10 part were failed to print. and those failure happens because the part are complex and a small detail caused the printjob to be canceled.

the printablity check should do this:

  1. Cooling channel must be smaller than 5mm in diameter.
  2. Walls must be larger than 0,6mm.
  3. Gaps must be larger than 0,6mm.
  4. overhangs must be greater than 50 degrees.
  5. there must be no hollow chambers (enclosed chamber with powders). 5.1. hollow chambers must have at least 2 openings (openings to base plate do not count).
  6. Bridges” must be smaller than 1mm.
  7. there must be no “islands”.

do you think a macro can deal with this requirement?

thank you

best regard