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(),
|
createPipeSubstitution(),
|
||||||
createTagDeclarator(tags[2]),
|
createTagDeclarator(tags[2]),
|
||||||
]),
|
]),
|
||||||
createCallExpressionStdLibKw('line', createPipeSubstitution(), [
|
createCallExpressionStdLibKw('line', null, [
|
||||||
createLabeledArg(
|
createLabeledArg(
|
||||||
'endAbsolute',
|
'endAbsolute',
|
||||||
createArrayExpression([
|
createArrayExpression([
|
||||||
|
@ -9,7 +9,7 @@ const sketch001 = startSketchOn('XZ')
|
|||||||
segAng(rectangleSegmentA001),
|
segAng(rectangleSegmentA001),
|
||||||
-segLen(rectangleSegmentA001)
|
-segLen(rectangleSegmentA001)
|
||||||
], %, $yo)
|
], %, $yo)
|
||||||
|> line(endAbsolute = [profileStartX(%), profileStartY(%)])
|
|> line(endAbsolute = [profileStartX(%), profileStartY(%)], tag = $seg02)
|
||||||
|> close()
|
|> close()
|
||||||
const extrude001 = extrude(sketch001, length = 100)
|
const extrude001 = extrude(sketch001, length = 100)
|
||||||
const chamf = chamfer({
|
const chamf = chamfer({
|
||||||
|
@ -9,7 +9,7 @@ const sketch001 = startSketchOn('XZ')
|
|||||||
segAng(rectangleSegmentA001),
|
segAng(rectangleSegmentA001),
|
||||||
-segLen(rectangleSegmentA001)
|
-segLen(rectangleSegmentA001)
|
||||||
], %, $yo)
|
], %, $yo)
|
||||||
|> line(endAbsolute = [profileStartX(%), profileStartY(%)])
|
|> line(endAbsolute = [profileStartX(%), profileStartY(%)], tag = $seg02)
|
||||||
|> close()
|
|> close()
|
||||||
const extrude001 = extrude(sketch001, length = 100)
|
const extrude001 = extrude(sketch001, length = 100)
|
||||||
|> chamfer({
|
|> chamfer({
|
||||||
|
Reference in New Issue
Block a user