Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

Disable travel-lines #265

Closed companje closed 8 years ago

companje commented 9 years ago

unnamed

companje commented 9 years ago

Duplicate of #270

peteruithoven commented 9 years ago

Not really a duplicate if this is issue is for making the traveling on the button lines configurable, instead of just hiding them in the interface.

companje commented 8 years ago

I think you can achieve this by changing line 163 to the following code:

if (enableTraveling && isTraveling) {
peteruithoven commented 8 years ago

But then also checking the configuration, whether it's enabled or disabled on the bottom layers right?

companje commented 8 years ago

In my opinion the 'travel-lines' are not a feature but more an unwanted behaviour. I know some people like it because it's kind of a poor mans 'raft' because it keeps lose paths connected and helps some printers to stick to the platform. But it was never meant to make it into the release.

peteruithoven commented 8 years ago

It's has also proven necessary to get prints to stick on the Wanhao printer, that was the main reason to implement it at that time. So disabling this completely will hurt users that have heated beds similar to Wanhao printers.

companje commented 8 years ago

implemented since 0.10.9. great!