Adding QRCode objec
Moving classes to new files Adding sheet data calculation tests
This commit is contained in:
parent
17dd2b256f
commit
dca3b4edf2
13 changed files with 598 additions and 18 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue