Documentation
¶
Overview ¶
Package zcodex handles input and output of Prusa SL1 DLP/LCD printables
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResinMetadata ¶
type ResinMetadata struct {
Guid string
Material string
MaterialId int
LayerThickness float32
PrintTime int
LayerTime int
BottomLayersTime int
AdditionalSupportLayerTime int
BottomLayersNumber int
BlankingLayerTime int
TotalMaterialVolumeUsed float32
TotalMaterialWeightUsed float32
TotalLayersCount int
DisableSettingsChanges bool
Pauses []int
Layers []ResinMetadataLayer
}
type ResinMetadataLayer ¶
type UserSettingsData ¶
type UserSettingsData struct {
MaxLayer int
PrintTime string
MaterialVolume float32
IsAdvanced int
Printer string
MaterialType string
MaterialId string
LayerThickness string
RaftEnabled int
RaftHeight float32
RaftOffset float32
ModelLiftEnabled int
ModelLiftHeight float32
CrossSupportEnabled int
LayerExposureTime int
LayerThicknessesDisplayTime []string
ExposureOffTime int
BottomLayerExposureTime int
BottomLayersCount int
SupportAdditionalExposureEnabled int
SupportAdditionalExposureTime int
ZLiftDistance float32
ZLiftRetractRate float32
ZLiftFeedRate float32
AntiAliasing int
XCorrection int
YCorrection int
HollowEnabled int
HollowThickness float32
InfillDensity float32
}
type ZcodexFormat ¶
func NewZcodexFormatter ¶
func NewZcodexFormatter(suffix string) (sf *ZcodexFormat)
Click to show internal directories.
Click to hide internal directories.