- Author: Harshil Patel
- Organization: The Ohio State Center for Design & Manufacturing Excellence (CDME)
- Submission Name: Increasing Hatch Spacing in Alterating Layers
The following instructions should get you up and running:
- Build and run the Dockerfile via
docker build -t osu_cdme:latest -m 2GB .
- Run the Dockerfile via
docker run -it osu_cdme
- Get this directory into the container. Options include
docker cp
andgit clone
. - Build the source code by running
build.bat
- Execute layer/scan generation for the build plate by running
run_Build_Plate.bat
and for the NIST Plate by runningrun_NIST.bat
- You can then find the output .scn file in the location specified in the respective config file.
Alternating hatch spacing between each layer, meaning first layer will use spacing size in configuration file and next layer will use increase it by a defined percentage, and repeat the pattern.
A ninth tab titled 9.CustomParameters
(mind the spaces) must be added, and Cell C2 must contain a numerical value for the hatch space size increase by percentage between alternating layers. This is read in as a double, so decimals are allowed.