Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dcyoung dcyoung released this 22 Sep 18:49
· 4 commits to master since this release

This is an early pre release of the sweep-3d-scanner software package. The attached binary is a complete RaspberryPi image which can be unzipped and flashed to an SD card using etcher. Please see instructions.

NOTE: The software is still under heavy development, and should not be considered stable. This release has many known issues and bugs. Please read about them. Familiarize yourself with the known issues and then keep an eye out for odd behavior when using the scanner.

Features

  • Added download support for PLY, PLY (binary) and XYZ format files. See #47

Improvements

  • Scan files for cancelled scans are now deleted automatically. See #48
  • Various code refactors and abstractions. See #47 and #49

Bugfixes

  • Catch error creating Sweep device, including case where device is not physically connected to the rPi. See #49

Known Issues

  • Motor control in CCW direction is noisy, erratic and choppy. See #14
  • Occasionally, stepper motor is not released (base does not spin freely after scan is complete). Try releasing the motor using the Release Motor script from the Component Testing page before performing another scan. See #10
  • Occasionally scan does not start from the base home angle, resulting in the base hitting the end-stop before completing a 180 degree scan. See #11
  • Scanner script will hang if the Motor Hat is disconnected before performing the scan. See #5