Include settings used for slicing int the txt file included int the zip #6

Closed
rkoeppl opened this Issue Apr 5, 2016 · 2 comments

Comments

Projects
None yet
2 participants

rkoeppl commented Apr 5, 2016

Including the settings used for slicing makes it easier to manage the zip archives for repeated use, especially if some time has passed since they have been created.

@lautr3k lautr3k changed the title from Feature request: include settings used foe slicing int the txt file included int the zip to Include settings used foe slicing int the txt file included int the zip Apr 8, 2016

@lautr3k lautr3k self-assigned this Apr 8, 2016

rkoeppl commented May 8, 2016

implemented in my fork currently holding layer height exposure time and time the lamp needs to be off.

@lautr3k lautr3k changed the title from Include settings used foe slicing int the txt file included int the zip to Include settings used for slicing int the txt file included int the zip Jul 22, 2016

Owner

lautr3k commented Jul 22, 2016

Done ! a2bedc9
Exported in slacer.json :
{
"imageExtension": ".png",
"imageDirectory": "slices",
"screenWidth": "640",
"screenHeight": "480",
"screenSize": "57",
"screenUnit": "mm",
"layersNumber": 100,
"layersHeight": 0.1,
"exposureTime": 4000,
"liftingSpeed": 50,
"liftingHeight": 4
}

@lautr3k lautr3k closed this Jul 22, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment