Ultimaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
I can't help you with Cura 15.04.x (because I don't have any experience developing for it), but I recently found out how to launch CuraEngine in gdb in connection with a running instance of Cura.
* Start Cura with the command-line option --external-backend
python3 cura_app.py --external-backend
* In the output, look for a line like this:
[MainThread] UM.Backend.Backend._createSocket [242]: Listening for backend connections on 49674
* Launch CuraEngine manually in gdb, connecting on that port:
Often getting started is the most difficult part of any process. A good start sets you up for success and saves you time and energy that could be spent elsewhere. That is why we have a onboarding course ready for
Ultimaker S5 Pro Bundle, Ultimaker S5, Ultimaker S3 Ultimaker 2+ Connect.
They're ready for you on the Ultimaker Academy platform. All you need to do to gain access is to register your product to gain free access.
Ready? Register your product here in just 60 seconds.
Recommended Posts
ahoeben 1,654
I can't help you with Cura 15.04.x (because I don't have any experience developing for it), but I recently found out how to launch CuraEngine in gdb in connection with a running instance of Cura.
* Start Cura with the command-line option --external-backend
python3 cura_app.py --external-backend
* In the output, look for a line like this:
[MainThread] UM.Backend.Backend._createSocket [242]: Listening for backend connections on 49674
* Launch CuraEngine manually in gdb, connecting on that port:
gdb --args CuraEngine connect 127.0.0.1:49674
Link to post
Share on other sites