Ultimaker / CuraEngine

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
1.67k stars 880 forks source link

cannot connect to Cura using "./build/Debug/CuraEngine connect 127.0.0.1.49674" command #1883

Open JinboYang94 opened 1 year ago

JinboYang94 commented 1 year ago

Hi, dear friend

I'm currently learning to develop with Cura as frontend and CuraEngine as backend, following the instructions from wiki and building from source. Everything is fine besides the connecting issue.

I cant use "./build/Debug/CuraEngine connect 127.0.0.1.49674" to connect to local port while the "./build/Release/CuraEngine connect 127.0.0.1.49674" works. Im pretty sure I followed the instruction, also rebuilt debug and release several times but nothing changed. Please tell me if I did anything wrong, or any possible step i might miss. Thanks a lot.

Application Version all latest from main branch

Platform Win10 pro (ik thats not good idea but no linux pc available rn)

Qt None

PyQt as in requirement.txt

Display Driver not related i think

Steps to Reproduce just follow the wiki instructions, build from source and it would not work somehow

Actual Results nothing happens if using this command for Debug build, but Release one works

Expected results should connect to local port and do slicing

Additional Information 1684932944 1684932984(1)