Include computed SHA1 fingerprint during upload
This commit is contained in:
parent
a8fc6ef1a1
commit
cdc953f7c3
3 changed files with 4 additions and 3 deletions
|
|
@ -125,9 +125,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
return empytProfile;
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
public string ActiveProfilePath => Path.Combine(ProfileManager.ProfilesPath, ActiveProfile.ID + ".json");
|
||||
|
||||
internal static SettingsProfile LoadProfileFromMCWS(string deviceToken)
|
||||
{
|
||||
WebClient client = new WebClient();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue