Put all the icons into the icons directory
Lots of work on printing from SD card Put in hardware options to describe printer settings (fan, heated bed, sd card) moved icons into subdirectory.
This commit is contained in:
parent
1db346d024
commit
e8247a8481
73 changed files with 261 additions and 144 deletions
|
|
@ -50,7 +50,7 @@ namespace MatterHackers.MatterControl.CreatorPlugins
|
|||
|
||||
ImageBuffer LoadImage(string imageName)
|
||||
{
|
||||
string path = Path.Combine(ApplicationDataStorage.Instance.ApplicationStaticDataPath, imageName);
|
||||
string path = Path.Combine(ApplicationDataStorage.Instance.ApplicationStaticDataPath, "Icons", imageName);
|
||||
ImageBuffer buffer = new ImageBuffer(10, 10, 32, new BlenderBGRA());
|
||||
ImageIO.LoadImageData(path, buffer);
|
||||
return buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue