NeuronRobotics / NrConsole

This is the console application in Java for interacting with Bowler devices.
2 stars 0 forks source link

Center of the printer bed should be '0,0,0' #5

Closed madhephaestus closed 10 years ago

madhephaestus commented 10 years ago

It looks like the center of the platform in this GUI is not 0,0,0 and that location refers to the corner of the work area.

DrVulpinus commented 10 years ago

This is a result of the bed shape. Currently I have implemented the ability to display two bed shapes, circular and rectangular. Right now the implementation of this is somewhat crude, and I hope to improve it in the future. For the circular bed, the origin is in the center. For the square bed, the origin is placed in the corner because this the placement of the origin for most square printer designs.

madhephaestus commented 10 years ago

Push a switch the default to circle, since that's the first device to use it. That is enough to close the ticket.

Also let me know when your in town, I have all the parts to build you a whole printer.

DrVulpinus commented 10 years ago

I added issue #9 . If I can get that configuration data from the device itself, I can have everything auto configure.

DrVulpinus commented 10 years ago

In the next commit I will change the default to a circle.

DrVulpinus commented 10 years ago

Default print volume set to cylinder.