-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various enhancements and bug fixes #2
base: master
Are you sure you want to change the base?
Conversation
Add compensation for longitude Fix error if width and height not equal Signed-off-by: Richard Chapman <[email protected]>
Separate crust mode and verticall mode Signed-off-by: Richard Chapman <[email protected]>
More options Signed-off-by: Richard Chapman <[email protected]>
Signed-off-by: Richard Chapman <[email protected]>
Hi Richard,
I might not merge you changes soon. I currently in a negotiation to partner Thanks a lot for you additions to the project! On Sat, Dec 13, 2014 at 2:53 PM, Richard Chapman [email protected]
|
The crust option makes the thickness of the model constant - i.e. the bottom surface is not flat but instead is a constant distance from the top surface. It makes for an interesting effect (and uses less plastic!). I have not tried the hole fixing anywhere other than the one area I was trying to print (in the English Lake District). It was good enough to fix up that area, but might not completely fix up other areas. Shouldn't make anything any worse though. Really the code should be taking an average of the non-void surrounding area of whatever size is necessary to find some non-void data, I think. |
Added multi-tile support, support for vertical printing, support for printing a "crust" (works for vertical printing) and a few miscellaneous fixes/changes that helped me get my print to work.