Various enhancements and bug fixes#2
Various enhancements and bug fixes#2richardkchapman wants to merge 4 commits intoThatcherC:masterfrom
Conversation
Add compensation for longitude Fix error if width and height not equal Signed-off-by: Richard Chapman <richardkchapman@gmail.com>
Separate crust mode and verticall mode Signed-off-by: Richard Chapman <richardkchapman@gmail.com>
More options Signed-off-by: Richard Chapman <richardkchapman@gmail.com>
Signed-off-by: Richard Chapman <richardkchapman@gmail.com>
|
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 notifications@github.com
|
|
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.