Improvements to axis handling (#6530)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -219,7 +219,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
@ -227,7 +227,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 1.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -536,7 +536,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
@ -544,7 +544,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 1.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"solid": {
|
||||
@ -761,7 +761,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
@ -769,7 +769,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 1.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1139,7 +1139,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
@ -1147,7 +1147,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 1.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1328,7 +1328,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
@ -1336,7 +1336,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 1.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"solid": {
|
||||
@ -1553,7 +1553,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
@ -1561,7 +1561,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 1.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -1860,7 +1860,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
@ -1868,7 +1868,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 1.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"solid": {
|
||||
@ -2085,7 +2085,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
},
|
||||
"yAxis": {
|
||||
@ -2093,7 +2093,7 @@ description: Variables in memory after executing sketch-on-chamfer-two-times-dif
|
||||
"y": 0.0,
|
||||
"z": 1.0,
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
"type": "Unknown"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user