20 issues in lautr3k/SLAcer.js
I setup up SLAcer.js with a 1920x1080 pixel resolution at 192mm x 108mm, and then imported the STL model. SLAcer.js laid out the model with the long part of the object along the X axis and the shortest ...
The settings Light on delay (ms) Light off delay (ms) are not needed for slicing, but for printer management. those should be moved to a seperate configuration item and completed with additional settings. ...
When scaling or rotating a part: if you enter a wrong number and delete it to correct it, the part vanishes from view and does not return after proper values have been entered. information in Mesh window ...
Since the last fix I can no longer set rotation back to 0 degrees after setting a non zero value. Probably a side effect of the fix for the disapearing part (#8). For scaling the fix seems to work well. ...
After importing an STL if you try to rotate it using the transformations menu the part vanishes. the number of faces is still displayed in the mesh section, but dimensions are shown asn follows: Width ...
I'm a contributor to the Photonic3D (formerly Creation-Workshop-Host) project, which is a web-based printer controller than can run on a Raspberry Pi. We are looking at integrating with browser-based ...
If i want to rotate say 90 i need to place a 9 before the 0, the if i want to go from there and put 180 i need to again go from left put new numbers and then erase the rest. 1 character seems to be sticky. ...
Is there a way to flip the image on the X or Y axis when generating image slices for bottom up projection?
Including the settings used for slicing makes it easier to manage the zip archives for repeated use, especially if some time has passed since they have been created.
Two small fixes: - Null check so that updateBuildVolumeSettings() will work even when a mesh hasn't been loaded yet (fixing a null pointer exception when slicer.mesh is null). - Use window.location.href ...