Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
			
		||||
sketch001 = startSketchOn('XY')
 | 
			
		||||
sketch001 = startSketchOn(XY)
 | 
			
		||||
  |> startProfile(at = [-25, 25])
 | 
			
		||||
  |> yLine(length = -50, tag = $rectangleSegmentB001)
 | 
			
		||||
sketch002 = startSketchOn('XY')
 | 
			
		||||
sketch002 = startSketchOn(XY)
 | 
			
		||||
  |> circle(center = [-50, 0], radius = 10)
 | 
			
		||||
  |> revolve(angle = 90, axis = rectangleSegmentB001)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user