Improvements to axis handling (#6530)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -155,7 +155,7 @@ description: Variables in memory after executing sketch_on_face.kcl
 | 
			
		||||
            "y": 0.0,
 | 
			
		||||
            "z": 0.0,
 | 
			
		||||
            "units": {
 | 
			
		||||
              "type": "Mm"
 | 
			
		||||
              "type": "Unknown"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "yAxis": {
 | 
			
		||||
@ -163,7 +163,7 @@ description: Variables in memory after executing sketch_on_face.kcl
 | 
			
		||||
            "y": 1.0,
 | 
			
		||||
            "z": 0.0,
 | 
			
		||||
            "units": {
 | 
			
		||||
              "type": "Mm"
 | 
			
		||||
              "type": "Unknown"
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
@ -333,7 +333,7 @@ description: Variables in memory after executing sketch_on_face.kcl
 | 
			
		||||
            "y": 0.0,
 | 
			
		||||
            "z": 0.0,
 | 
			
		||||
            "units": {
 | 
			
		||||
              "type": "Mm"
 | 
			
		||||
              "type": "Unknown"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "yAxis": {
 | 
			
		||||
@ -341,7 +341,7 @@ description: Variables in memory after executing sketch_on_face.kcl
 | 
			
		||||
            "y": 1.0,
 | 
			
		||||
            "z": 0.0,
 | 
			
		||||
            "units": {
 | 
			
		||||
              "type": "Mm"
 | 
			
		||||
              "type": "Unknown"
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          "solid": {
 | 
			
		||||
@ -489,7 +489,7 @@ description: Variables in memory after executing sketch_on_face.kcl
 | 
			
		||||
                  "y": 0.0,
 | 
			
		||||
                  "z": 0.0,
 | 
			
		||||
                  "units": {
 | 
			
		||||
                    "type": "Mm"
 | 
			
		||||
                    "type": "Unknown"
 | 
			
		||||
                  }
 | 
			
		||||
                },
 | 
			
		||||
                "yAxis": {
 | 
			
		||||
@ -497,7 +497,7 @@ description: Variables in memory after executing sketch_on_face.kcl
 | 
			
		||||
                  "y": 1.0,
 | 
			
		||||
                  "z": 0.0,
 | 
			
		||||
                  "units": {
 | 
			
		||||
                    "type": "Mm"
 | 
			
		||||
                    "type": "Unknown"
 | 
			
		||||
                  }
 | 
			
		||||
                }
 | 
			
		||||
              },
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user