autodesk_ember:autodesk_ember

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
autodesk_ember:autodesk_ember [2021/04/15 08:28] – [Pre-print] formlabautodesk_ember:autodesk_ember [2025/01/15 00:52] (current) – [Troubleshooting] formlab
Line 43: Line 43:
  
 === How To Add Resin === === How To Add Resin ===
-** **Resin should only be in the tray for the duration of the printing time. When the print is complete, the resin should be poured out of the tray.** This will help to extend the life of your resin tray, and will reduce the change of damage to your printer as a result of resin leaking from a damaged tray into Ember's interior.+  * **Resin should only be in the tray for the duration of the printing time. When the print is complete, the resin should be poured out of the tray.** This will help to extend the life of your resin tray, and will reduce the change of damage to your printer as a result of resin leaking from a damaged tray into Ember's interior.
   * Never store trays full of resin in Ember's build chamber when Ember is not in use.     * Never store trays full of resin in Ember's build chamber when Ember is not in use.  
   * Before removing the resin tray, remember to always remove the build head, to prevent resin from dripping from the build head onto the window of the projector.   * Before removing the resin tray, remember to always remove the build head, to prevent resin from dripping from the build head onto the window of the projector.
Line 98: Line 98:
   * The resin tray rotates without any jamming or skipping of steps   * The resin tray rotates without any jamming or skipping of steps
  
-You can skip the calibration routine when the build head and resin tray havent been moved.+Calibration is only necessary after  
 +  * a failed print 
 +  * a changed resin tray 
 +  * a changed build head
  
  
Line 307: Line 310:
 In the ''3D-Print'' add-on, click the button ''Volume'' under Statistics. The volume is reported in cm3. Multiply with 1000 to get mm3. In the ''3D-Print'' add-on, click the button ''Volume'' under Statistics. The volume is reported in cm3. Multiply with 1000 to get mm3.
  
-==== How much does it cost? ==== 
- 
-<code> 
-( resin amount (in liter) * resin cost * material multiplier ) 
-  + 
-( machine time (in hours) * machine time multiplier ) 
-</code> 
- 
-  * 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 339: Line 329:
   * Wear nitrile gloves - (throw away after use, or clean them thoroughly with alcohol)   * Wear nitrile gloves - (throw away after use, or clean them thoroughly with alcohol)
  
-==== Calibration ==== 
  
-Necessary after  + 
-  * a failed print +==== Troubleshooting ==== 
-  * a changed resin tray + 
-  * a changed build head+- [[https://ameralabs.com/blog/resin-3d-printing-troubleshooting-a-comprehensive-guide/|Resin 3D printing troubleshooting guide]] 
 +=== 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't copy a file from the 'staging' directory to the print data directory because a  file or folder could't be found. We tried out a few different things but the probable fix for it is to clear out the data from the previous print. The brain of the Ember is a Beaglebone Black, the 3D print engine is calles Smith. 
 + 
 +  * Turn on the printer and connect it to mac with a usb cable 
 +  * Connect to it over ssh: <code>ssh root@192.168.7.2</code> 
 +  * Empty the staging folder: \\ <code> 
 +cd /var/smith/staging/print/ # Go to the print staging/print folder 
 +# If there are files present, delete them: 
 +rm * # The -* deletes all files in the current folder 
 +</code> 
 + 
 +  * Empty the print data folder: \\ <code> 
 +cd /var/smith/print_data/print/ # Go to the print data/print folder 
 +# If there is folder present in the Print folder, delete it: 
 +rm -r name_of_the_folder/ # The -r deletes the folder and it's contents. 
 +</code> 
 + 
 +Useful command line codes for this job: 
 +  * <code>du -d1 -h -x . | sort -h</code> du stands for disk usage. -h use human readable sizes. '.' Analize the current directory. Then | pipes the data to sort to put the larger files or folders on the bottom. 
 +  * <code>tail name_off_file</code> Show the last section of a file 
 +  * Log files are here: /var/log/ 
 +  * <code>df -h</code> Command for 'disk free': show how much space is taken by certain folders and how much of the partitions is left. 
 + 
 + 
 +If this doesn't work, have look at [[https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/|this article]]. We were suggested to install the GNU command line tools. Not sure if they're useful or not.
  
  
 +=== 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.
  • autodesk_ember/autodesk_ember.1618500483.txt.gz
  • Last modified: 2021/04/15 08:28
  • by formlab