This Engine plugin extends the current infill patterns in CURA with:
- Continuous Honeycomb
- Normal Honey Comb
- Cura
- Honeycomb Fill
- ... You can create your own infill tills by adding
*.wtkfiles in theCuraEngineTiledInfill/tiles/folder even when you already installed it in CuraLE...
NOTE: Please note that this plugin is Experimental and adding custom infills is not possible at the moment.
-
Configure Conan
Before you start, if you use conan for other (big) projects as well, it's a good idea to either switch conan-home and/or backup your existing conan configuration(s).
That said, installing our config goes as follows:
pip install conan==2.7.0 conan config install https://github.com/lulzbot3d/Conan_LulzBot_Config.git conan profile new default --detect --force
-
Clone CuraEngineLE_Plugin_Infill_Generate
git clone https://github.com/lulzbot3d/CuraEngineLE_Plugin_Infill_Generate.git cd CuraEngineLE_Plugin_Infill_Generate -
Install & Build CuraEngine (Release OR Debug)
conan install . --build=missing --update -s build_type=Debug/Release