You are not logged in.
Pages: 1
For backup the profile it will be cool if there is a button to Import/Export Profiles. It's more user friendly than connect with ssh and copy back and a lot of users are not familiar with linux.
Offline
Feature implemented, thank you.
Offline
The Export for the Profile works well. But if i'll import the Profile, the webpage keeps standing on a blank importpage and the Profile get not imported. No change if the ID is used in the Database or not, also not if there is no profile present.
Tested with Build 1074
Offline
Import profile add a new item and would not overwriting old ones.
I have tested this feature on tip and its working. Could you share the exported profile?
Offline
Yes i can share the Profile.json.
{
"ProfileID": 1,
"Title": "mUVe 15 100mu CADPrint",
"ZStepWait": 300,
"SlowSectionHeight": 3,
"SlowSectionStepWait": 200,
"TopWait": 0,
"WaitHeight": 0,
"CureTime": 2.5,
"Depth": 100,
"WaitBeforePrint": 6.5,
"WaitAfterPrint": 0,
"JumpHeight": 0,
"JumpPerLayer": 0,
"SupportTopWait": 0,
"SupportWaitHeight": 0,
"SupportLayerNumber": 2,
"SupportCureTime": 12,
"SupportDepth": 100,
"SupportWaitBeforePrint": 6.5,
"SupportWaitAfterPrint": 0,
"LowQualityCureTime": 0,
"LowQualitySkipPerLayer": 0,
"XYRes": 78.92,
"SyscallBeforeLayer": "",
"ShieldBeforeLayer": "M280 P2 S90\r\nG1 Z0.1\r\nM651\r\nM280 P2 S60",
"SyscallAfterLayer": "",
"ShieldAfterLayer": "M280 P2 S140"
"PixelDiming": 0,
"DimAmount": 0,
"DimWall": 0,
"DimSkip": 0
}
Offline
Are you sure it has not modified afterwards?
It is not valid json format.
This line
"ShieldAfterLayer": "M280 P2 S140"
Should be changed to
"ShieldAfterLayer": "M280 P2 S140",
Offline
I'm sorry. I dont know why i didn't see the missing comma. It works everything perfect if the syntax is the right one.
Offline
Pages: 1