Rectangle tool should use default unlabeled, fix broken regex find-replace
This commit is contained in:
committed by
Nick Cameron
parent
7f9526bb81
commit
871890415c
@ -64,7 +64,7 @@ export const getRectangleCallExpressions = (
|
||||
createPipeSubstitution(),
|
||||
createTagDeclarator(tags[2]),
|
||||
]),
|
||||
createCallExpressionStdLibKw('line', createPipeSubstitution(), [
|
||||
createCallExpressionStdLibKw('line', null, [
|
||||
createLabeledArg(
|
||||
'endAbsolute',
|
||||
createArrayExpression([
|
||||
|
@ -9,7 +9,7 @@ const sketch001 = startSketchOn('XZ')
|
||||
segAng(rectangleSegmentA001),
|
||||
-segLen(rectangleSegmentA001)
|
||||
], %, $yo)
|
||||
|> line(endAbsolute = [profileStartX(%), profileStartY(%)])
|
||||
|> line(endAbsolute = [profileStartX(%), profileStartY(%)], tag = $seg02)
|
||||
|> close()
|
||||
const extrude001 = extrude(sketch001, length = 100)
|
||||
const chamf = chamfer({
|
||||
|
@ -9,7 +9,7 @@ const sketch001 = startSketchOn('XZ')
|
||||
segAng(rectangleSegmentA001),
|
||||
-segLen(rectangleSegmentA001)
|
||||
], %, $yo)
|
||||
|> line(endAbsolute = [profileStartX(%), profileStartY(%)])
|
||||
|> line(endAbsolute = [profileStartX(%), profileStartY(%)], tag = $seg02)
|
||||
|> close()
|
||||
const extrude001 = extrude(sketch001, length = 100)
|
||||
|> chamfer({
|
||||
|
Reference in New Issue
Block a user