Fix #2689. Fully disable wall sketches until we come up with a proper UX for it.

This commit is contained in:
Dion Moult
2023-03-10 21:21:03 +11:00
parent 51ad51036e
commit 3706ecc5f2
@@ -472,9 +472,6 @@ class DumbWallGenerator:
self.location = Vector((0, 0, 0))
self.x_angle = 0 if tool.Cad.is_x(props.x_angle, 0, tolerance=0.001) else radians(props.x_angle)
if self.has_sketch():
return # For now
return self.derive_from_sketch()
return self.derive_from_cursor()
def has_sketch(self):