slic3r / Slic3r

Open Source toolpath generator for 3D printers
https://slic3r.org/
GNU Affero General Public License v3.0
3.33k stars 1.29k forks source link

Volumetric checkbox incorrect information, easy fix #4955

Open arthurwolf opened 4 years ago

arthurwolf commented 4 years ago

Describe the bug

When hovering over the "volumetric extrusion" option/checkbox, it states that volumetric is an experiemental Marlin feature.

Smoothie has has volumetric like, forever, and it's not experimental at all. So that would probably be a good thing to fix for users using Slic3r and Smoothie together.

Easy fix :)

lordofhyphens commented 4 years ago

Easy PR to https://github.com/slic3r/Slic3r/blob/master/xs/src/libslic3r/PrintConfig.cpp#L1727 :)

VuWhite commented 3 months ago

PR: https://github.com/slic3r/Slic3r/pull/5189