-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Filament specific print speed overrides #503
Comments
Vol speed is a hard limit for melting power for your extruder/fikament combination. |
That's what i thought, wouldn't a speed-multiplier be a nice approach to adjusting the speed depending on the filament profile you use? Many "extra" print profiles can be avoided that way. For instance tuning the print profiles for PLA (since it's usually the filament people are able to print the fastest with), and use it as a baseline with the filament profile speed-multiplier set to "1". And if you swap to PETG you just adjust the speed-multiplier to "0.5" and end up with a 50% speed reduction. |
Wouldn't do a M220 <feedrate in %> in the filament specific gcode that? |
That would mess with the travel, retraction and z-lift speeds to tho. |
Ok, then it's no solution. I just use the max volumetric flow for these scenarios to scale down the topspeed |
I was really happy already with the print speed override in stock prusaslicer, having PLA at 15mm3, PETG at 8mm3 and tpu at 4mm3 on my D.D. ender 3. Then tune your speeds according to what you judge acceptable for ringing/ghosting, and you should then be plug and play for any filament |
Just checked out the new version with the Max print speed, and i see that it's displayed with mm3/s, that's a typo right? |
oups, yes, it's a cap in mm/s. mmm, adding an override for the default speed in the filament tab may be a good idea... |
Two speed limits per filament? Imho a little bit confusing cause the max. volumetric speed is doing the same. It would really make more sense to implement a speed multiplier instead of a 2nd speed limit expressed in mm/s. Just my 2 cents. |
Yeah a max volumetric speed AND a speed multiplier (without the newly added max speed, since max mm3/s allready limits that) is the route I see being the most intuitive and best fix for the issue so to say. And add a wizzard for tuning the max mm3/s, so that it's easier to nail that down. And down the road maybe a wizzard to get the speed multiplier somewhat dialed in to (if it's even needed). But hey, ive been wrong before lmao. |
Speed multiplier would be great. For now max. filament speed and max. volumetric speed are only a top limit. |
I still do not understand anyones point here.
For example, let's say you have set outer perimeter to 30mm/s with PLA because that is your personal limit before ringing/ghosting starts to appear and bother you, but have the other speeds set at 60mm/s. Then you switch to a brand of TPU that extrudes well only up to 30mm/s, is there ANY REASON WHATSOEVER you would need the outer perimeter to run at 15mm/s instead of having the whole print limited to 30mm/s? where is the advantage of this?
…________________________________
De : Andi <notifications@github.com>
Envoyé : 7 octobre 2020 12:47
À : supermerill/SuperSlicer <SuperSlicer@noreply.github.com>
Cc : nhopfen <nhopfen@hotmail.com>; Comment <comment@noreply.github.com>
Objet : Re: [supermerill/SuperSlicer] Filament specific print speed overrides (#503)
Speed multiplier would be great. For now max. filament speed and max. volumetric speed are only a top limit.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#503 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFY2WJPXYKHEWW345GXXQFTSJSLSVANCNFSM4R3MUNGQ>.
|
You're getting a better quality for surfaces our outer perimeters if you stay a bit below the max. volumetric limit for this filament. I normally print non visual elements at full volumetric speed (e.g. 12mm³/s for PLA) and all visible elements (outer perimeters, top surface) at half speed. This rule is also valid for critical filaments like PA or PC. Cause of the hotend, there's the limit's about 3-4mm³/s. But for optics these half to be halfed... |
Imho the whole speeds are more or less screwed up when trying to use autospeed. If I'm setting default print speed to 0 (for autospeed), all other speeds cannot expressed by percentages of the default speed. If this would be working we won't need a filament factor as it's already there by the max. vol. speed. |
I close it for now. |
How does really this work? I'm having a hard time(putting it lightly) tuning my printer profiles when it comes to different types
of filaments. For instance if i tune it for an PLA filament and get that nailed down. And then try to setup a PETG or CPE filament i would need the speeds reduced to achieve the same print qualtiy on any given setting. But i don't feel setting the Max Volumetric Speed does that? Am I doing something wrong, or isn't it a function for this kind of speed adjustment?
The text was updated successfully, but these errors were encountered: