2025-03-17 11:26:56 -04:00
|
|
|
@settings(defaultLengthUnit = in)
|
|
|
|
|
2025-04-30 17:13:11 +12:00
|
|
|
sketch001 = startSketchOn(XY)
|
2025-04-25 16:01:35 -05:00
|
|
|
cubeIn = startProfile(sketch001, at = [-10, -10])
|
2025-03-17 11:26:56 -04:00
|
|
|
|> xLine(length = 5)
|
|
|
|
|> yLine(length = -5)
|
|
|
|
|> xLine(length = -5)
|
|
|
|
|> line(endAbsolute = [profileStartX(%), profileStartY(%)])
|
|
|
|
|> close()
|
|
|
|
|> extrude(%, length = 5)
|