← All releases

Version 1.3.1

Highlights

  • Multiple fixes and optimizations for networked or mapped drive library locations
  • Slicer files generated from the app now iterate (no longer overwrite the previous one)
  • Added verbose logging across the file watcher and other subsystems to aid future debugging
  • Fixed thumbnails not being queued for non-STL files imported via the file watcher
  • New "Disable Cloud" toggle in Cloud Storage settings — fully turns off cloud features and skips automatic sign-in on launch when no session is found
  • Reworked Completed Prints workflow to clarify how attachments work

Details

Network / Mapped Drive Library Locations

Numerous fixes and optimizations across thumbnail loading, 3D preview loading, the file watcher, and library operations to make networked and SMB-mounted library locations a first-class experience.

Slicer File Generation

When generating slicer files from a build plate, the app now creates a new iterated filename instead of replacing the previously generated file. This preserves prior outputs and avoids accidental overwrites.

Verbose Logging

Significantly expanded verbose logging in the file watcher and related services. This information lands in the standard log files at %LOCALAPPDATA%/My3DPrintManager/Logs/ and will make future support tickets much faster to diagnose.

File Watcher Thumbnails

Fixed a regression where non-STL files (images, slicer files, etc.) imported through the file watcher weren't being queued for thumbnail generation.

Disable Cloud Setting

Cloud Storage settings now exposes a "Disable Cloud" toggle. When enabled:

  • Cloud sync, uploads, and downloads are fully disabled
  • The app will not attempt to automatically sign in on launch when no cached session is found

Useful for offline-only workflows and shared/managed installs.

Completed Prints Workflow

The Completed Prints workflow has been adjusted to remove confusion about how attachments currently function:

  • Files and images can only be attached to a print from the Attach area inside a library file's detail panel
  • The Completed Prints view shows all files that have been attached to another file in the library

This is a clarifying change to existing behavior — no functionality was removed.