Jump to content

hudejo

Dormant
  • Posts

    4
  • Joined

  • Last visited

hudejo's Achievements

2

Reputation

  1. OK, I managed to run it following the instructions from @ahoeben. There were some extra steps needed: - It needs Python 3.5.x, 64bit with Python 3.8 I could not install PyQT5.10, just a newer one, that wont work (note that the install page at https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source-on-Windows mentions 32 bit python, but I think one of the .pyd files was 64bits.). -These dependencies were enough: numpy scipy colorlog zeroconf pyserial PyQt5==5.10 requests - Also i needed to install Shapely as described here: https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source-on-Windows#python-352
  2. Thanks, this is great help! I was worried that I need to execute those 100+ steps to fully compile Cura. Perhaps someone should post this to the wiki on GitHub.
  3. I am trying to develop a new plugin for the latest Cura (4.3 currently) I've found the wiki page with some basic information (https://github.com/Ultimaker/Cura/wiki/Plugin-Directory) but could not find any info on how to debug/log during plugin development. How do I place breakpoints? How do I log to a console? Thanks!
×
×
  • Create New...