From f36f97f8e5d640db11bc94c974f9764c6d4db01a Mon Sep 17 00:00:00 2001 From: Spencer Wright Date: Tue, 11 Sep 2018 13:29:46 +0100 Subject: [PATCH] small formatting stuff --- 3MF Slice Extension.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3MF Slice Extension.md b/3MF Slice Extension.md index f18d1fd..b5e7efa 100644 --- a/3MF Slice Extension.md +++ b/3MF Slice Extension.md @@ -266,8 +266,8 @@ Element **\** | Name | Type | Use | Default | Annotation | | --- | --- | --- | --- | --- | -| slicestackid | **ST\_ResourceID** | required | | Slicestackid identifies the \ that contains the slice data for the specified object. | -| slicepath | **ST\_UriReference** | required | | Slicepath is an absolute path to a non-root model file in the 3MF package that contains slice data in \ objects. | +| slicestackid | **ST\_ResourceID** | required | | Identifies the \ that contains the slice data for the specified object. | +| slicepath | **ST\_UriReference** | required | | An absolute path to a non-root model file in the 3MF package that contains slice data in \ objects. | Instead of supplying \ elements inside a slice stack, it is also possible to use \ elements to include a single slice (or multiple slices at once) from another model stream. Slice Stacks may either contain \ elements or \ elements, but they MUST NOT contain both element types concurrently. @@ -293,7 +293,7 @@ The \ element is the 2D companion to the \ element from the core sp | Name | Type | Use | Default | Annotation | | --- | --- | --- | --- | --- | -| ztop | **ST\_Number** | required | | ztop allows a slice to have an arbitrary thickness defined as an z-position of the top of the slice relative to the build platform. ztop MUST be always monotonically increasing throughout the slice stack. | +| ztop | **ST\_Number** | required | | Allows a slice to have an arbitrary thickness defined as an z-position of the top of the slice relative to the build platform. ztop MUST be always monotonically increasing throughout the slice stack. | ## Vertices