allow for sketching on the face of a chamfer in kcl (#2760)
* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * cleanup Signed-off-by: Jess Frazelle <github@jessfraz.com> * lots of cleanup Signed-off-by: Jess Frazelle <github@jessfraz.com> * lots more cleanup Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * more cleaniup Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix typos Signed-off-by: Jess Frazelle <github@jessfraz.com> * add to known issues Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
		@ -61,6 +61,7 @@ string],
 | 
			
		||||
	// The id of the engine command that called this chamfer.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	length: number,
 | 
			
		||||
	tag: string,
 | 
			
		||||
	type: "chamfer",
 | 
			
		||||
}],
 | 
			
		||||
	// The height of the extrude group.
 | 
			
		||||
@ -123,6 +124,7 @@ string],
 | 
			
		||||
	// The id of the engine command that called this chamfer.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	length: number,
 | 
			
		||||
	tag: string,
 | 
			
		||||
	type: "chamfer",
 | 
			
		||||
}],
 | 
			
		||||
	// The height of the extrude group.
 | 
			
		||||
@ -306,6 +308,7 @@ string],
 | 
			
		||||
	// The id of the engine command that called this chamfer.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	length: number,
 | 
			
		||||
	tag: string,
 | 
			
		||||
	type: "chamfer",
 | 
			
		||||
}],
 | 
			
		||||
	// The height of the extrude group.
 | 
			
		||||
@ -368,6 +371,7 @@ string],
 | 
			
		||||
	// The id of the engine command that called this chamfer.
 | 
			
		||||
	id: uuid,
 | 
			
		||||
	length: number,
 | 
			
		||||
	tag: string,
 | 
			
		||||
	type: "chamfer",
 | 
			
		||||
}],
 | 
			
		||||
	// The height of the extrude group.
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user