You are not logged in.

#1 2016-02-21 09:09:03

CADPRINT Scherer
Member
Registered: 2016-02-21
Posts: 16

Profile Export - Implemented

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

#2 2016-02-21 23:07:14

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Profile Export - Implemented

Feature implemented, thank you.

Offline

#3 2016-03-21 20:31:23

CADPRINT Scherer
Member
Registered: 2016-02-21
Posts: 16

Re: Profile Export - Implemented

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

#4 2016-03-21 21:58:27

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Profile Export - Implemented

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

#5 2016-03-22 21:12:28

CADPRINT Scherer
Member
Registered: 2016-02-21
Posts: 16

Re: Profile Export - Implemented

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

#6 2016-03-22 21:53:03

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Profile Export - Implemented

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

#7 2016-03-23 20:25:30

CADPRINT Scherer
Member
Registered: 2016-02-21
Posts: 16

Re: Profile Export - Implemented

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

Board footer

Powered by FluxBB