commit
e2ac623acc
|
@ -2121,7 +2121,7 @@ class Workplane(CQ):
|
|||
elif type(toCut) == Solid:
|
||||
solidToCut = toCut
|
||||
else:
|
||||
raise ValueError("Cannot cut type '{}'".formatr(type(toCut)))
|
||||
raise ValueError("Cannot cut type '{}'".format(type(toCut)))
|
||||
|
||||
newS = solidRef.cut(solidToCut)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user