Adding QRCode objec

Moving classes to new files
Adding sheet data calculation tests
This commit is contained in:
LarsBrubaker 2022-11-25 10:58:41 -08:00
parent 17dd2b256f
commit dca3b4edf2
13 changed files with 598 additions and 18 deletions

View file

@ -120,6 +120,10 @@ namespace MatterHackers.MatterControl.Library
"Dual Contouring".Localize(),
async () => await DualContouringObject3D.Create())
{ DateCreated = new DateTime(index++) },
new GeneratorItem(
"QR Code".Localize(),
async () => await QrCodeObject3D.Create())
{ DateCreated = new DateTime(index++) },
#endif
new GeneratorItem(
"Image Converter".Localize(),