Jump to content
UltiMaker Community of 3D Printing Experts

Ultimaker Cura 3.6 - PlugIn with .pyd


MadCooper

Recommended Posts

Posted (edited) · Ultimaker Cura 3.6 - PlugIn with .pyd

Hello,

 

I've been educating myself in Ultimaker Cura 3.6 by writing my own Plugin. At this point I've no problems and everything is working fine. I now decided to convert one file of my Plugin from .py to .pyd with Cython. Now Ultimaker does not even load this Plugin anymore, saying:


2019-04-05 14:46:01,337 - ERROR - [MainThread] UM.Logger.logException [88]:     from . import J_Do_It_2
2019-04-05 14:46:01,337 - ERROR - [MainThread] UM.Logger.logException [88]: ImportError: cannot import name 'J_Do_It_2'

 

Does Ultimaker Cura not support Plugins with precompiled/converted .pyd files?

 

The main file MPFWriter.py

 

import tempfile
import os
import io

from typing import cast
from . import J_Do_It_2

from UM.Application import Application
from UM.Logger import Logger
from UM.Mesh.MeshWriter import MeshWriter #The writer we need to implement.
from UM.MimeTypeDatabase import MimeTypeDatabase, MimeType
from UM.PluginRegistry import PluginRegistry #To get the g-code writer.

class MPFWriter(MeshWriter):

    version = 3

    def __init__(self):
        super().__init__()

    
    def write(self, stream, nodes, mode = MeshWriter.OutputMode.TextMode):

        #Store the g-code from the scene.
        temp_gcode = tempfile.NamedTemporaryFile("w", delete=False)
        name = temp_gcode.name
        gcode_writer = cast(MeshWriter, PluginRegistry.getInstance().getPluginObject("GCodeWriter"))
        success = gcode_writer.write(temp_gcode, None)
        #converter = J_Do_It.DoIt()
        if not success: #Writing the g-code failed. 
            self.setInformation(gcode_writer.getInformation())
            return False

        path = os.path.dirname(os.path.abspath(__file__))
        try: 

            head = io.open((str(path) +"/HeadAndEnd/head.txt"), "r", encoding='utf8')
            end = io.open((str(path) + "/HeadAndEnd/end.txt"), "r", encoding='utf8')
        except EnvironmentError as e:
            if head:
                Logger.log("e", "Cannot open or find HeadFile")
            elif end:
                Logger.log("e", "Cannot open or find EndFile")
            else: 
                Logger.log("Something went wrong")
            return False

        try: 
            J_Do_It_2.DoIt.openFile(name, stream.name, head, end)
            
            
            
        except EnvironmentError as e:
            if temp_gcode:
                Logger.log("e", "Cannot create temp-File {pathTempFile}".format(temp_gcode=temp_gcode))
            return False

        temp_gcode.close()
        os.remove(temp_gcode.name)


        return True

 

The calculator file J_Do_It_2.pyd (before it is converted into pyd and shortened):

import io

class DoIt():

    #Vars

    @classmethod
    def openFile(self, pathSource, pathTarget, head, end):
        #do something

    @classmethod
    def readLine(self, line):

        #do something

    @classmethod
    def replaceVars(self, elements):
        #do something

    @classmethod
    def calculate(self, value, containsXYZ):
        #do something

 

Edited by MadCooper
  • Link to post
    Share on other sites

    Posted · Ultimaker Cura 3.6 - PlugIn with .pyd

    What do you want to achieve by converting the plugin to a pyd file?

     

    All plugins are distributed as .py files. You may be able to get it to work with .pyc files instead if you want to obfuscate your code.

  • Link to post
    Share on other sites

    Posted · Ultimaker Cura 3.6 - PlugIn with .pyd
    On ‎4‎/‎5‎/‎2019 at 8:02 PM, ahoeben said:

    What do you want to achieve by converting the plugin to a pyd file?

    A Professor (An engineer) asked me, if Plugins can use .DLL files. Searching for how to use .dll-files in python, I found this hole .pyd thing. So, I just wanted to try it. 

     

    And yes, i am working on Windows. 

  • Link to post
    Share on other sites

    Posted · Ultimaker Cura 3.6 - PlugIn with .pyd

    @MadCooper There seems to be something missing in your code for your pyd file. Cura (actually the embedded Python interpreter) should be able to pick it up normally. I've embedded PyWin32 into my CAD plugins and it comes with many pyd files and works fine.

    You probably want to take a look into SWIG or Cython to be able to code with fewer hassles and let one of these projects generate the C/C++ code you need.

     

    Maybe this is something for you! 🙂 

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.3 stable released
        In this stable release, Cura 5.3 achieves yet another huge leap forward in 3D printing thanks to material interlocking! As well as introducing an expanded recommended print settings menu and lots of print quality improvements. Not to mention, a whole bunch of new printer profiles for non-UltiMaker printers!
          • Thanks
          • Like
        • 21 replies
      • Here it is. The new UltiMaker S7
        The UltiMaker S7 is built on the success of the UltiMaker S5 and its design decisions were heavily based on feedback from customers.
         
         
        So what’s new?
        The obvious change is the S7’s height. It now includes an integrated Air Manager. This filters the exhaust air of every print and also improves build temperature stability. To further enclose the build chamber the S7 only has one magnetically latched door.
         
        The build stack has also been completely redesigned. A PEI-coated flexible steel build plate makes a big difference to productivity. Not only do you not need tools to pop a printed part off. But we also don’t recommend using or adhesion structures for UltiMaker materials (except PC, because...it’s PC). Along with that, 4 pins and 25 magnets make it easy to replace the flex plate perfectly – even with one hand.
         
        The re-engineered print head has an inductive sensor which reduces noise when probing the build plate. This effectively makes it much harder to not achieve a perfect first layer, improving overall print success. We also reversed the front fan direction (fewer plastic hairs, less maintenance), made the print core door magnets stronger, and add a sensor that helps avoid flooding.
         

         
        The UltiMaker S7 also includes quality of life improvements:
        Reliable bed tilt compensation (no more thumbscrews) 2.4 and 5 GHz Wi-Fi A 1080p camera (mounted higher for a better view) Compatibility with 280+ Marketplace materials Compatibility with S5 project files (no reslicing needed) And a whole lot more  
        Curious to see the S7 in action?
        We’re hosting a free tech demo on February 7.
        It will be live and you can ask any questions to our CTO, Miguel Calvo.
        Register here for the Webinar
          • Like
        • 18 replies
      • UltiMaker Cura Alpha 🎄 Tree Support Spotlight 🎄
        Are you a fan of tree support, but dislike the removal process and the amount of filament it uses? Then we would like to invite you to try this special release of UltiMaker Cura. Brought to you by our special community contributor @thomasrahm
         
        We generated a special version of Cura 5.2 called 5.3.0 Alpha + Xmas. The only changes we introduced compared to UltiMaker Cura 5.2.1 are those which are needed for the new supports. So keep in mind, this is not a sneak peek for Cura 5.3 (there are some really cool new features coming up) but a spotlight release highlighting this new version of tree supports.  
          • Like
        • 22 replies
    ×
    ×
    • Create New...