Dashboard

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Auxiliary function
Introduced first in SolidGeometry 4.9, Creation date: 2020-08-17, Last change: 2025-08-18

just opens the web side for formlab dashboard



See Also: Wegertseder

Example Illustration

 missing image of Dashboard

Syntax

Dashboard




Copyright 2020-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Algorithm (Workflow)

This function, named Dashboard, is a simple auxiliary procedure designed to open a specific web page, which is the Formlabs dashboard. It is part of the SolidGeometry library, version 4.9, and was created by Tim Lueth in August 2020.

Input Parameters

The function Dashboard does not take any input parameters. It is a standalone function that performs a specific task without requiring any external input.

Function Workflow

  1. The function defines a URL as a string variable named url. This URL points to the Formlabs dashboard page: https://formlabs.com/dashboard/?utm_source=preform&utm_campaign=preform-links&utm_medium=post-upload#timeline.
  2. The function then calls dbprintf with the message 'Open the FORMLAB dash-board'. This is likely a custom function used for logging or printing debug information, indicating that the dashboard is being opened.
  3. Finally, the function uses the web function to open the specified URL in the default web browser. This function is a built-in MATLAB function that opens a web page.

Output

The function does not return any output. Its sole purpose is to open the Formlabs dashboard in a web browser.

Additional Notes

There are no switch conditions or additional parameters in this function. It is a straightforward implementation with a single task.

Algorithm explaination created using ChatGPT on 2025-08-18 21:53. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21