Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
autodesk_ember:autodesk_ember [2021/04/15 08:32] – [Pre-print] formlab | autodesk_ember:autodesk_ember [2025/01/15 00:52] (current) – [Troubleshooting] formlab | ||
---|---|---|---|
Line 310: | Line 310: | ||
In the '' | In the '' | ||
- | ==== How much does it cost? ==== | ||
- | |||
- | < | ||
- | ( resin amount (in liter) * resin cost * material multiplier ) | ||
- | + | ||
- | ( machine time (in hours) * machine time multiplier ) | ||
- | </ | ||
- | |||
- | * resin amount: calculate the volume of your model in a 3D application. Then calculate this amount in liters: | ||
- | * Volume of 3D model (mm3) * ( 10 to the power of -6 ) | ||
- | * resin cost: €108,00 per liter | ||
- | * material multiplier: 30%: material cost *1,3 | ||
- | * machine time multiplier: €0,55 per hour | ||
==== Resin design guidelines ==== | ==== Resin design guidelines ==== | ||
Line 343: | Line 330: | ||
+ | |||
+ | ==== Troubleshooting ==== | ||
+ | |||
+ | - [[https:// | ||
+ | === Error loading file === | ||
+ | After a long time without use, the printer gave the message 'Error loading file' on the LCD screen when trying to start a new print. In the logs we found errors saying that it couldn' | ||
+ | |||
+ | * Turn on the printer and connect it to a mac with a usb cable | ||
+ | * Connect to it over ssh: < | ||
+ | * Empty the staging folder: \\ < | ||
+ | cd / | ||
+ | # If there are files present, delete them: | ||
+ | rm * # The -* deletes all files in the current folder | ||
+ | </ | ||
+ | |||
+ | * Empty the print data folder: \\ < | ||
+ | cd / | ||
+ | # If there is a folder present in the Print folder, delete it: | ||
+ | rm -r name_of_the_folder/ | ||
+ | </ | ||
+ | |||
+ | Useful command line codes for this job: | ||
+ | * < | ||
+ | * < | ||
+ | * Log files are here: /var/log/ | ||
+ | * < | ||
+ | |||
+ | |||
+ | If this doesn' | ||
+ | |||
+ | |||
+ | === Tray jamming === | ||
+ | Resin tray moves back and forth rapidly on the separation slide motion. We lowered the separation slide velocity and played with some other settings but no luck. We increased the motor current for both motors but no luck with that also. | ||
+ | Still trying to sold this issue. |