RE: [split] Teemu's Part Checker
2019-06-30, 11:43 (This post was last modified: 2019-06-30, 11:45 by Steffen.)
2019-06-30, 11:43 (This post was last modified: 2019-06-30, 11:45 by Steffen.)
Hej Teemu, may I ask for some more checks in your checking tool?
There are some lines which frequently slip into parts which get uploaded to the PT,
we should prevent the upload directly in such cases. They are:
(1)
the following lines frequently automatedly get inserted by MLCad:
0 BFC CERTIFY INVERTNEXT
0 ROTATION ...
(2)
the following line is an old-style comment
0 WRITE some comment goes here
which nowadays gets written
0 // some comment goes here
so we should prevent upload of files which contain 0 WRITE
(3)
lines with prefix
0 !LPE
are LD Part Editor commands which are not allowed in official files on the PT
(4)
lines with prefix
0 !LPUB
are LPub3D commands which are not allowed in official files on the PT
There are some lines which frequently slip into parts which get uploaded to the PT,
we should prevent the upload directly in such cases. They are:
(1)
the following lines frequently automatedly get inserted by MLCad:
0 BFC CERTIFY INVERTNEXT
0 ROTATION ...
(2)
the following line is an old-style comment
0 WRITE some comment goes here
which nowadays gets written
0 // some comment goes here
so we should prevent upload of files which contain 0 WRITE
(3)
lines with prefix
0 !LPE
are LD Part Editor commands which are not allowed in official files on the PT
(4)
lines with prefix
0 !LPUB
are LPub3D commands which are not allowed in official files on the PT