Add START and END constants to std (#6270)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -87,7 +87,7 @@ holeRadius = 1
 | 
			
		||||
startAngle = asin(keywayWidth / 2 / holeRadius)
 | 
			
		||||
 | 
			
		||||
// Sketch the keyway and center hole and extrude
 | 
			
		||||
keyWay = startSketchOn(body, 'END')
 | 
			
		||||
keyWay = startSketchOn(body, END)
 | 
			
		||||
  |> startProfileAt([
 | 
			
		||||
       holeRadius * cos(startAngle),
 | 
			
		||||
       holeRadius * sin(startAngle)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user