Revert "A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)"
This reverts commit c292ed6116
.
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 45 KiB |
@ -755,8 +755,7 @@ const part001 = startSketchOn('XZ')
|
|||||||
await clickConstrained({
|
await clickConstrained({
|
||||||
hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
|
hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
|
||||||
constraintType: 'xAbsolute',
|
constraintType: 'xAbsolute',
|
||||||
expectBeforeUnconstrained:
|
expectBeforeUnconstrained: 'tangentialArcTo([3.14 + 13, -3.14], false, %)',
|
||||||
'tangentialArcTo([3.14 + 13, -3.14], false, %)',
|
|
||||||
expectAfterUnconstrained: 'tangentialArcTo([16.14, -3.14], false, %)',
|
expectAfterUnconstrained: 'tangentialArcTo([16.14, -3.14], false, %)',
|
||||||
expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
||||||
ang: ang + 180,
|
ang: ang + 180,
|
||||||
@ -767,10 +766,8 @@ const part001 = startSketchOn('XZ')
|
|||||||
await clickUnconstrained({
|
await clickUnconstrained({
|
||||||
hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
|
hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
|
||||||
constraintType: 'yAbsolute',
|
constraintType: 'yAbsolute',
|
||||||
expectBeforeUnconstrained:
|
expectBeforeUnconstrained: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
||||||
'tangentialArcTo([xAbs001, -3.14], false, %)',
|
expectAfterUnconstrained: 'tangentialArcTo([xAbs001, yAbs001], false, %)',
|
||||||
expectAfterUnconstrained:
|
|
||||||
'tangentialArcTo([xAbs001, yAbs001], false, %)',
|
|
||||||
expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
|
||||||
ang: ang + 180,
|
ang: ang + 180,
|
||||||
steps: 10,
|
steps: 10,
|
||||||
|
Reference in New Issue
Block a user