8000 GitHub - yourzero/SmartManagerFor3DPrinting
[go: up one dir, main page]

Skip to content

yourzero/SmartManagerFor3DPrinting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import-via-URL Integration (Updated)

1. Register services in MauiProgram.cs:
   builder.Services.AddHttpClient<IModelImporter, UrlModelImporter>();
   builder.Services.AddSingleton<DatabaseContext>(sp => new DatabaseContext(Path.Combine(FileSystem.AppDataDirectory, "app.db")));

2. Ensure existing registrations for ModelBrowserPage, ViewModels, etc.

3. The UrlModelImporter now inserts both Model and ModelFile records,
   matching your current ModelFile.cs and Model.cs definitions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0