Automatic fixing of deprecations and use non-quoted default planes by default (#5902)
* Automatic fixing of deprecations and use non-quoted default planes by default Signed-off-by: Nick Cameron <nrc@ncameron.org> * A snapshot a day keeps the bugs away! 📷🐛 * A snapshot a day keeps the bugs away! 📷🐛 * A snapshot a day keeps the bugs away! 📷🐛 * A snapshot a day keeps the bugs away! 📷🐛 * A snapshot a day keeps the bugs away! 📷🐛 --------- Signed-off-by: Nick Cameron <nrc@ncameron.org> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
		@ -2,13 +2,13 @@
 | 
			
		||||
source: kcl-lib/src/simulation_tests.rs
 | 
			
		||||
description: Result of unparsing out_of_band_sketches.kcl
 | 
			
		||||
---
 | 
			
		||||
sketch001 = startSketchOn('XZ')
 | 
			
		||||
sketch001 = startSketchOn(XZ)
 | 
			
		||||
profile001 = startProfileAt([27.67, 239.34], sketch001)
 | 
			
		||||
  // enter sketch mode, start path, move path pen, disable sketch mode
 | 
			
		||||
  |> line(end = [414.61, 0]) // extend path
 | 
			
		||||
  |> line(end = [33.98, -389.36]) // extend path
 | 
			
		||||
 | 
			
		||||
sketch002 = startSketchOn('XY')
 | 
			
		||||
sketch002 = startSketchOn(XY)
 | 
			
		||||
profile002 = startProfileAt([67.04, -63.5], sketch002)
 | 
			
		||||
  // enter sketch mode, start path, move path pen, disable sketch mode
 | 
			
		||||
  |> line(end = [282.37, 0]) // extend path
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user