Prevent interaction with library placeholder collections
- Remove hard-coded place holder tokens - Fix extruder number comments in exported gcode
This commit is contained in:
parent
9b36e1d228
commit
47062356db
4 changed files with 12 additions and 4 deletions
|
|
@ -71,7 +71,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
}
|
||||
|
||||
this.ItemName = libraryProvider.GetPrintItemName(itemIndex);
|
||||
if(this.ItemName.IndexOf("!ProviderIsLoading!") != -1)
|
||||
if(this.ItemName == LibraryRowItem.LoadingPlaceholderToken)
|
||||
{
|
||||
this.ItemName = "Retrieving Contents...".Localize();
|
||||
this.IsViewHelperItem = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue