Rui, I saw your code in MainWindow.java:
if (getPreviewPanel().getModel() != null) {
// Center and place object on Platform upon load
getPreviewPanel().getModel().center();
getPreviewPanel().getModel().layFlat();
getPreviewPanel().getModel().putOnPlatform();
}
That means it will always center the object everytimes the user load
the object?? The idea would be that auto center the object would run
just at the first time and not always, right?
--
Cumprimentos,
Jorge Pinto
jpi...@bitbox.pt
Tel: 00 351 927145983
I had times were I wanted to print starting at 0,0 and not at the
center, because I was printing a small part and the bed were only flat
near 0,0.
I like the idea of load the object at the center automatically however
I think there should be an option for user avoid that.
I will try this code and I think I will commit to edge.
Thank you Rui :-)
Rui, I would like that auto-center is an option on preferences.
Right now I tested and committed the code for show axes and bed color.
Thank you.
I am sending a screenshot of this changes.