CuraEngine Plugin
Hi all,
I just get the sources of the CuraEngine that I recompile after modified it.
But now, I can't use my modifications within Reptier-Host, because the CuraEngine Plugin bundled within is not handling it.
I'll explain myself :
- In CuraEngine
- I added a Flavour for my printer in settings.h
- GCODE_FLAVOR_MAKERBOT_FLASHFORGE = 6,
- In gcodeExport.cpp::switchExtruder I added an "else if" to check on my flavor
- When I execute a slicing with the Cura Command Line alone, it will apply the conditionnal I added.
- In Repetier-Host
- When I go to the Plugin Cura -> Setting, I can't apply my flavor, because it's not directly related to the CuraEngine.exe
- There is a CuraEngine.dll which contain the GUI of the CuraEngine Plugin
- Where the sources of that dll could be find in order to apply modifications to execute my previous modifications?
I trying to find the sources of the GUI of the Cura Slicer which is bundled with Reptier-Host Software.
Thanks in Advance !
Comments
I can try to reach him.