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({
 | 
			
		||||
        hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
 | 
			
		||||
        constraintType: 'xAbsolute',
 | 
			
		||||
        expectBeforeUnconstrained:
 | 
			
		||||
          'tangentialArcTo([3.14 + 13, -3.14], false, %)',
 | 
			
		||||
        expectBeforeUnconstrained: 'tangentialArcTo([3.14 + 13, -3.14], false, %)',
 | 
			
		||||
        expectAfterUnconstrained: 'tangentialArcTo([16.14, -3.14], false, %)',
 | 
			
		||||
        expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
 | 
			
		||||
        ang: ang + 180,
 | 
			
		||||
@ -767,10 +766,8 @@ const part001 = startSketchOn('XZ')
 | 
			
		||||
      await clickUnconstrained({
 | 
			
		||||
        hoverPos: { x: tangentialArcTo.x, y: tangentialArcTo.y },
 | 
			
		||||
        constraintType: 'yAbsolute',
 | 
			
		||||
        expectBeforeUnconstrained:
 | 
			
		||||
          'tangentialArcTo([xAbs001, -3.14], false, %)',
 | 
			
		||||
        expectAfterUnconstrained:
 | 
			
		||||
          'tangentialArcTo([xAbs001, yAbs001], false, %)',
 | 
			
		||||
        expectBeforeUnconstrained: 'tangentialArcTo([xAbs001, -3.14], false, %)',
 | 
			
		||||
        expectAfterUnconstrained: 'tangentialArcTo([xAbs001, yAbs001], false, %)',
 | 
			
		||||
        expectFinal: 'tangentialArcTo([xAbs001, -3.14], false, %)',
 | 
			
		||||
        ang: ang + 180,
 | 
			
		||||
        steps: 10,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user