Is there a file, or files, that store the printer settings? Where is that file? I am using a TAZ 6 and Cura LE on Debian and I would like to copy the settings file for each time that I print. I then plan to save all the setting along with other data about the print for later analysis.
There are two places ⦠the LulzBot supplied filament & quality profiles are in one folder. Any tweaks you make (assuming you save them) are stored in files with the same names⦠but under your home directory instead of in the system directory. So really itās probably the tweaks you are saving that you care about and those are under your home folder.
Iām on a mac ⦠so the folders will be different but the basic idea will be the same.
There is a āmaterialsā folder which has a file for each filament profile but this file is fairly basic. It has the material name and some very basic stuff (print temp, heated temp, etc.) but not the details. But it also has a list of printer/toolhead combinations and if your printer/toolhead combo is on the list then it will show up in the Cura menu (the materials list you see in Cura is based on your printer model and extruder).
There is also a folder named āqualityā and this is where most of the details are stored. Inside the quality folder is yet another folder for each printer/toolhead combo. Suppose you have a TAZ 6 with an Aerostruder⦠thereās a sub-folder named ālulzbot_taz6_aerostruderā. Inside that folder youāll find files for each material AND quality setting that LulzBot has profiled for that printer/toolhead combo.
For example, if we pick on PolyLite PLA (PolyMaker), there are THREE files⦠named
PolyLite_PLA_(PolyMaker)High_detail_taz6_aerostruder.inst.cfg
PolyLite_PLA(PolyMaker)High_speed_taz6_aerostruder.inst.cfg
PolyLite_PLA(PolyMaker)_Standard_taz6_aerostruder.inst.cfg
Youāll find this pattern of three different quality files for EACH material to be a common pattern. One is āstandardā (typically printing a .25mm layer height), a āhigh detailā (typically printing .15mm layers) and "high speedā (typically printing .35mm layers).
And thatās just ONE material. Youāll find lots of materials in the folder.
On a Mac itās located in: /Applications/cura-lulzbot/Contents/Resources/cura/resources/quality/
But thatās the factory profile. When YOU make a profile (assuming you save it) it goes into a similar path but in your home folder.
That path is: ~/Library/Application Support/cura-lulzbot/3.6/quality/
The files are the same (how they are formatted and what info they contain) except these are the materials and quality profiles that you made (or if you use a factory profile as the baseline but you added tweaks to it⦠itāll just have your tweaks.)
These profiles are ONLY located there if you save the changes to the quality profile and give it a name.
Iām not sure what the directories are on Debian ⦠but Iād check your home folder to see if you can find a cura-lulzbot folder (it may be a hidden directory ⦠e.g. āls -aā to see all files & folders even if they are marked as āhiddenā).
Great information. First, I did not realize I needed to save the profile. Iām doing that now. Second, great explanation about the naming of the profile files. Third, nice that Cura saves the changes, thatās the part I wanted and I was dreading using file compare on large files for every new print profile.
Thanks
In Cura you can (from the main menu at the top) go to āSettingsā -> āMaterialā -> āCreate new profile from current settings/overridesā.
I have noticed that how it handles quality profiles is a bit buggy. E.g. if I was using PLA and my settings are for that material, and then I switch filaments to something that isnāt PLA (e.g. suppose I switch to PETG), it will ask if I want to keep or discard my changes (and it will tell you exactly what things you changed). But I think Iāve noticed that those changes will get saved to the material you are switching TO ⦠not FROM (e.g. you tweaked your settings while printing PLA, you would want it to get saved to that PLA ⦠not to the PETG that you are loading.) So just be careful. I generally use that āsettingsā pull-down menu to create or update a profile before switching to a different material to avoid the problem.
BUT ⦠if you ever do have the problem, just know that the created/updated profiles are stored in your own home folder and not in the profiles that came with the Cura install. So you can always delete them to get back to defaults.