Commenting here to help the next guy:
Plugins are under 'Marketplace' and you are looking for 'Linear Advance Settings'
Commenting here to help the next guy:
Plugins are under 'Marketplace' and you are looking for 'Linear Advance Settings'
Then you can set {material_linear_advance_factor} from the right side panel in Cura.
To use it you will have to add a line like 'M900 K{material_linear_advance_factor}' to your start g-code.
I follow that line with 'M900 W{line_width} H{layer_height} D{material_diameter}' like it says in the readme:
https://github.com/fieldofview/LinearAdvanceSettingPlugin
I don't think this works with adaptive layer heights, not perfectly anyway. I think we would have to include 'M900 W{line_width} H{layer_height} D{material_diameter}' at each layer, or each layer that is different from the last. If we wanted to adjust the Linear advance perfectly for different layers in prints sliced with adaptive layers enabled. If someone wants to test this, it could be hacked tother with a search/replace in the g-code post processor.
10 hours ago, drewoprea said:Commenting here to help the next guy:
Plugins are under 'Marketplace' and you are looking for 'Linear Advance Settings'
Then you can set {material_linear_advance_factor} from the right side panel in Cura.
To use it you will have to add a line like 'M900 K{material_linear_advance_factor}' to your start g-code.
I follow that line with 'M900 W{line_width} H{layer_height} D{material_diameter}' like it says in the readme:
https://github.com/fieldofview/LinearAdvanceSettingPlugin
I don't think this works with adaptive layer heights, not perfectly anyway. I think we would have to include 'M900 W{line_width} H{layer_height} D{material_diameter}' at each layer, or each layer that is different from the last. If we wanted to adjust the Linear advance perfectly for different layers in prints sliced with adaptive layers enabled. If someone wants to test this, it could be hacked tother with a search/replace in the g-code post processor.
This will be handy!
11 hours ago, drewoprea said:To use it you will have to add a line like 'M900 K{material_linear_advance_factor}' to your start g-code.
In the current version of the plugin, this line is automatically added if it is not in the start g-code.
I don't know if the second line is required or not. If it is, it does seem that this would be an issue with adaptive layer height. I admit I have never used to plugin beyond testing (or adaptive layer height for that matter).
I think the plugin could also be improved for multiple extrusion; currently there is one "global" linear advance constant, but since its value is material dependent I would say that it should be possible to set this per extruder, and the M900 lines should actually (also) be in the extruder start gcode.
PS: in case you had not put 1 and 1 together, I'm the author of the Linear Advance Setting plugin.
Edited by ahoebenOn 12/12/2018 at 8:52 AM, ahoeben said:
In the current version of the plugin, this line is automatically added if it is not in the start g-code.
I don't know if the second line is required or not. If it is, it does seem that this would be an issue with adaptive layer height. I admit I have never used to plugin beyond testing (or adaptive layer height for that matter).
I think the plugin could also be improved for multiple extrusion; currently there is one "global" linear advance constant, but since its value is material dependent I would say that it should be possible to set this per extruder, and the M900 lines should actually (also) be in the extruder start gcode.
PS: in case you had not put 1 and 1 together, I'm the author of the Linear Advance Setting plugin.
Mr Plugin Author, thank you very much for your feedback!
In addition to the K factor, would it be possible to add a line to manually input the ratio (M900 R#), or to use the extrusion width, layer height, and filament diameter from the Cura inputs to add the "M900 K0.7 W0.4 H0.1 D1.75" GCode to set the WH/D [W * H / ((D / 2) ^ 2 * PI)] ratio? Or just to input the values manually?
I don't quite get the request.
You can use this in your start gcode:
M900 K{material_linear_advance_factor} W{line_width} H{layer_height} D{material_diameter}
Type the actual text, with the curly brackets, and the values will be filled in.
On 12/13/2018 at 9:26 AM, ahoeben said:[...] You can use this in your start gcode:
M900 K{material_linear_advance_factor} W{line_width} H{layer_height} D{material_diameter}
Where does one set {material_linear_advance_factor}? I don't see it in the material profiles.
1 minute ago, bobstro said:
Where does one set {material_linear_advance_factor}? I don't see it in the material profiles.
Settings Visibility > Materials > Linear Advance Factor must be enabled, then there's a box in the Profile sidebar for it (under the Materials heading)
I thought I typed that out in my comment above, apparently I skipped it.
32 minutes ago, drewoprea said:
Settings Visibility > Materials > Linear Advance Factor must be enabled, then there's a box in the Profile sidebar for it (under the Materials heading)
I thought I typed that out in my comment above, apparently I skipped it.
Ah, thanks. I had enabled all settings in my preferences prior to installing the plugin, but apparently needed to go back in and re-select the option to show all settings. I'm not sure if this is documented anywhere, but it's worth noting.
Thanks for a great feature.
One of the really interesting features of IdeaMaker is to allow individual material profiles to selectively over-ride system-wide settings. This is great for allowing things like speeds & accerations to be adjusted for filaments using otherwise-similar profiles.
- 2 years later...
I second the request for a different use case..
I have enabled UBL in custom marlin.. I have 2 glass beds and may add pei as well. I can create a separate mesh for each of these saved in EEPROM and select the one according to the print surface I use, being able to send those commands from the profile would be a great way to do that, it would be significantly easier to change a string field in the profile changing the 0 to 1 or 2, than editing the start-code or selecting mesh from the lcd each time..
You can do this with machine settings. Create a second machine with the different gcodes. You have to edit either python or more likely json files. There are quite a few people on here who have created their own machine settings. And most printer sellers have created these machine profiles as well. It's really not hard.
In addition you can make the mesh for your different beds look different so you have a visual reminder of which bed type you are slicing for.
@GregValiant - has done some customization - maybe he can mention where to find your file. What printer are you using?
GregValiant 980
Hello
You can add additional instances of your printer in Cura. If the differences in the ABL command can be handled in the StartUp G-Code. "My Printer - PEI" would include the leveling mesh for that build surface in the Startup Gcode. "My Printer -glass 1" would include the leveling mesh for that build surface, etc. Just pick the correct printer instance when you start a project.
There are other workarounds but I've found that method to be the easiest to implement. Each printer instance could have a different sized build plate if that was necessary.
Recommended Posts
ahoeben 1,763
Note that there’s a plugin to get you a setting to solve your linear advance usecase.
Link to post
Share on other sites
Marno 0
Thank you very much for your reply! I will give it a try.
Link to post
Share on other sites