-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
HELP: Combined infills / Linear advance codependency #9187
Comments
Hi @studiodyne, can you maybe share a project file so I can reproduce this. |
Cura does not implement Linear Advance, nor user-defined settings to depend on other settings (the latter can be done when editing the profile .cfg files though). The Search and Replace script can be made to insert commands to change Linear Advance settings at a certain layer, though that is a bit technical. I suggest you request this as a feature for the plug-in you're probably using to get a Linear Advance setting, although there is already a similar feature request there too. |
Yes it's a Feature request, but I would like to suggest this as a bug as well. Because CURA offers fine contours and strong fills, and that poses a problem. CURA must absolutely inform the MACHINE that it is changing the way it prints. A machine set to 0.1mm 'with of course an LA' setting, will create a problem if CURA prints at 0.4mm. So, for me it's a bug, at least a lack of finish I would like to stimulate the CURA team to produce an 'information' for the machine when it changes print height, nothing more. You closed the discussion, but, it would be very nice if you could get the information back, and maybe even change things so that a small fix is applied. Thanks anyway |
We discussed and did an expertise on MarlinGit and, there are no real 'serious' solutions, to guess at what height the machine print. We mentioned the detection of extrusion multiplication but it's still 'delicate' or 'poker game', in fact it's almost impossible to code a system that can guess what the pressure is in the nozzle and apply the LA settings. Only the slicer can produce this informations , i trust you to transmit this |
Last Message Thkssssssssss again |
If the layer height has been adjusted from the default in Cura, it will appear in the bottom of the g-code as an adjusted setting. Here's a snippet of the g-code output at the end of a file generated by Cura 4.8:
It's an encoding of the unsaved setting changes. Halfway through you'll find You could parse that in whatever needs to know the layer height. Does that solve your problem? We are not about to implement a sub-feature of linear advance if we don't have support for linear advance at all. |
@Ghostkeeper |
When using combined infills , for ex : Outlines in 0.1mm in 4 passes , and Infills in 0.4mm in one pass (for gain of time )
An issue appears , the machine doesn't have the ' linear advance setting for the 0.4mm layer height ' and each lines in 0.4 are shorter , don't overlap , and infills are SHIT ! . If i use only one linear advance setting , either i have big corners or i have unglued infills... Linear Advance not ' really linear in vertical mode 😄', because depending of the nozzle size, layer height , direct drive or bowden , solid filament or flexible , two many parameters in the equation 😢
Question : How to solve ?
Is there a solution in cura to send gcode command to modify linear advance of the printer when layer height increase or change ?
Is there a tab script ' layer height change' to place a gcode script
Idea : Easy to fix , just make a PR that send a gcode ' comment' with attached ' current layer height' , and we will script this
Thks to not close THIS SERIOUS POST
Thks
The text was updated successfully, but these errors were encountered: