Rhoban / Plater

3D-printer parts placer and plate generator
Other
277 stars 40 forks source link

Feature Request: add circular bed support #11

Closed brandonheller closed 4 years ago

brandonheller commented 4 years ago

I love the idea of Plater, but all my printers are deltas with circular beds. With that shape, dense plating is much harder, so plater would have even more value there.

Is this a big change? Might give it a try if you can point me to the right place. Thanks.

Gregwar commented 4 years ago

Hello It is already there You can enable circular bed in settings screen

brandonheller commented 4 years ago

I can't see that option (which I now see in the demo video) on the Mac v1.0.0 download. The issue might be that the file there shows a modified date of Jun 5, 2014, so I have to imagine it's old - despite the release on GitHub showing an update 17 days ago. Here's what I see on the Setting page: image

Any ideas? Itching to try to be able to print more PPE. Thanks!

Gregwar commented 4 years ago

Should be like this:

image

Actually, I have no way to build MAC OS version, because I don't have access to a Mac anytime soon, the better is for you to compile it from sources I guess, is that feasible?

brandonheller commented 4 years ago

I was able to built it from source, with:

brew install cmake
brew install qt
brew link qt5 --force

Seems to work! Thanks. I'll add some things I noticed that would be amazing to fix.