Jump to content

Cura for other type of 3D printing


david_datian3d

Recommended Posts

Posted · Cura for other type of 3D printing

Hi,

 

As far as I know, Cura has been able to process certain type of SLA 3D printing based on the laser scan method. I'd like to change cura to support other type of 3D printing. 

 

My first goal is to modify cura so that after slicing the 3D model, it could output a pack of PNG image files, similar to the Creation Workshop CWS format. So that the result could be used with LCD/DLP type of SLA printer. And hopefully it might be useful for powder based 3D printing as well.

 

Secondly I'd like to add another support generating function to cura for the LCD/DLP 3D printing. For example, a support structure with the sticks/nails.

 

My questions are,

 

a) has similar work been done before. Although I did a brief search with google, I haven't been able to check all the cura variants;

b) if I need to do it myself, since the complete cura software is rather complicated, which part shall I start with, at least Cura, UM framework, CuraEngine, etc? or better more detailed module I shall look into first?

c) is there any developer's document for cura?

 

Many thanks for your help in advance.

 

David

 

  • Link to post
    Share on other sites

    Posted · Cura for other type of 3D printing

    Both of the things you want to do would be mainly in CuraEngine (which is written in c++), with some very minor work to enable settings for it in The frontend.

     

    A new type of supports was recently added, you can easily find that in the closed pull requests in the CuraEngine project on github.

  • Link to post
    Share on other sites

    Posted · Cura for other type of 3D printing
    2 hours ago, ahoeben said:

    Both of the things you want to do would be mainly in CuraEngine (which is written in c++), with some very minor work to enable settings for it in The frontend.

     

    A new type of supports was recently added, you can easily find that in the closed pull requests in the CuraEngine project on github.

    Thanks for your information. I think the support generation you've mentioned is https://github.com/Ultimaker/CuraEngine/pull/655 I'll probably change the thick trunk to thin tubes for SLA. Anyway it should make my job a lot easier.

     

    Moreover, regarding the sliced preview in Cura, where the gcode path has been shown in different color, I guess it's done by Cura interpreting the gcode generated by CuraEngine. If so, should that part of Cura be changed to show raster images?

     

  • Link to post
    Share on other sites

    Posted · Cura for other type of 3D printing

    CuraEngine produces gcode AND a large set of “layer polygons”, the latter of which is used in the layerview. In theory you could keep using the current layerview implementation while storing the sliced output as a set of images (png or svg)

  • Link to post
    Share on other sites

    Posted · Cura for other type of 3D printing

    I've managed to build the CuraEngine on Windows 7. IIRC, Cura supports 3MF data format. Is this handled by Cura or CuraEngine? since a quick search through the CuraEngine project files didn't show any clue about the 3MF. If the 3MF is handled in Cura, what kind of 3D data is Cura passing on to the engine?  I'm particularly interested what would happen when a colour 3D file (3MF) being loaded.

  • 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.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...