-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cura 5555 ufp specification #12
base: master/s-line
Are you sure you want to change the base?
Changes from 5 commits
fcbe403
058bd9d
539c76b
f01e8aa
6403723
a01319b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Ultimaker Format Package (UFP) | ||
|
||
## Purpose: | ||
|
||
The goal of this file type is to provide required data for the 3D printer to perform a print job. | ||
|
||
## Structure: | ||
|
||
A UFP file contains the following files:</br> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In Markdown you can use the following format for a list:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not make 1 list with the file path and description per list item? |
||
`\.rels`</br> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why backslashes? |
||
`\Metadata\thumbnail.png`</br> | ||
`\Cura\`</br> | ||
`\3D\model.gcode`</br> | ||
`\[Content_Types].xml`</br> | ||
|
||
* The rels and content type files are filled with the required XML data. | ||
* The thumbnail.png is a medium sized rendering of the 3D shape to show during file selection. There can be only one thumbnail. | ||
* The model.gcode describes how a 3D printer should print a job. | ||
* Possible content of Cura folder : | ||
* *.xml.fdm_material – files describe materials specifications which might be needed for a print job. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing the material signature file (which is why this whole thing is needed). |
||
|
||
## Notes: | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just use this:
etc. |
||
* For the interchange of files between the Slicer and Printers, currently, ASCII GCODE files are used, in a specific Ultimaker flavor. | ||
* In future development, the content of folder Cura might be changed. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is kind of vague. In documentation you don't want to be vague. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall the documentation is very marginal. I'm missing things like: