pyslm
  • Change Log
  • PySLM On Github
  • References to PySLM

Installation

  • Installing the library
  • Installation Support Module Dependencies
  • Installing libSLM

Getting Started

  • Introduction
  • Slicing and Hatching
  • Layer Geometry
  • Visualisation
  • Support Generation
  • Analysis

Modules

  • pyslm.analysis Package
  • pyslm.core Module
  • pyslm.geometry Package
    • Functions
    • Classes
      • BuildStyle
      • ContourGeometry
      • HatchGeometry
      • Header
        • Header
      • LaserMode
      • Layer
      • LayerGeometry
      • Model
      • ModelValidator
      • PointsGeometry
  • pyslm.hatching Package
  • pyslm.support Package
  • pyslm.visualise Module
pyslm
  • pyslm.analysis Package
  • Header
  • View page source

Header

class pyslm.geometry.Header

Bases: object

The Header provides basic information about the machine build file, such as the name of the file (filename), version and the zUnit used for calculating the actual Layer z position in the machine.

Typically the zUnit is set to 1000 \(\mu m\) corresponding to a conversion factor from mm to microns. The version tuple is set corresponding to the chosen machine build format specification available in libSLM and what is compatible with the firmware of the SLM system.

Previous Next

© Copyright 2024, Luke Parry.

Built with Sphinx using a theme provided by Read the Docs.