Closed marcus7070 closed 3 years ago
@jmwright, do you mind if we change the example to not encourage from cadquery import *? It can cause some problems like namespace collisions and drives a lot of linters crazy (mine included).
from cadquery import *
Looks good @marcus7070 , thanks.
@marcus7070 This plugin was copied from the CQ codebase, so I'll make a note to fix the comment typo there too.
@jmwright, do you mind if we change the example to not encourage
from cadquery import *
? It can cause some problems like namespace collisions and drives a lot of linters crazy (mine included).