-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature suggestion] 2D Layer Modifiers #2640
Comments
I'm almost sure this feature isn't going to be implemented, as it requires too much code to be written, which shouldn't be in slicing software. Also, "slice layer" comes after slicing is done, so it's hard to specify what exactly you want to be generated, especially if you'll want to modify something like layer height. |
@dexy31337 Yes, this is more of a post-processing than slicing. Currently I have to resort to serious g-code hacking when slicing goes wrong again. In fact, it does go wrong nearly every time when bridging tricky gaps or in narrow areas. Yes, one might say I should taylor the models for my slicing software to avoid its army of bugs, but seriously... By the way, there is currently no way you can disable bridge detection and subsequent infill segmentation in Slic3r, even using modifier meshes. Anyway, I think this kind of tool, well-integrated into slicing software (using its profiles, infill algorithms, etc), is going to be invaluable considering ease of use and efficiency. Just sayin... |
Well, we run on something of a do-ocrocy (with Sound having veto powers)
|
I support this feature, in some situations it would be very usefull |
We have modifier meshes now that are movable and controllable, so set "slab" to your layer height and you have your "2d" to cover that part. |
There's one feature I've not yet seen in any slicing software:
Manually-defined (drawn by a mouse with lines or bezier curves) 2D per-layer polygon modifiers.
They can work exactly like 3D Modifier meshes, but with a single slice layer only.
If a user encounters a show-stopping bug or a suboptimal(segmented) infill, he just selects an anchor vertex (to account for subsequent rotation and/or cloning), draws a polygonal shape with a mouse, which overrides perimeter and infill settings, disables bridge detection, etc. directly in the toolpath window.
This can allow to produce acceptable results when automatic slicing just fails due to some regression or faulty 3rd party library.
In other words, this functionality will enable the technically-inclined user to tell Slic3r: "Listen, you fscking piece of software, stop impeding my efforts to produce a usable toolpath, disable your incomprehesible inhumane logic for a second and just fill this region exactly this way, because I have work to do besides fighting with your persistent efforts to waste my time".
The text was updated successfully, but these errors were encountered: