Jump to content

MAZ Cura Plugin 2.0 (for Cura 2.3.1)


mazmoon

Recommended Posts

Posted (edited) · MAZ Cura Plugin 2.0 (for Cura 2.3.1)

step2.thumb.JPG.cdba3adb341dfe549015f931f381fdc0.JPG

http://cafe.naver.com/maz3dp/71

Download Source Code

0. Features

- Displays the current printing layer number on the LCD screen

- Partial 3D printing is possible by setting start and end layers

- Adjust the thickness of supporter

- Change the speed, temperature, etc. using 10 layer parameters.

- This does not support "one at a time" mode.

1. Copy this plugin to

c:\Program Files\Cura 2.3\plugins\PostProcessingPlugin\scripts\MAZCuraPlugin20.py

2. Modify Start/End Gcode :

Without this modification, the plugin will not work!!!

This will protect your Start/End Gcode.

- Add this to end line of Start Gcode

 

:M117 Printing...M117 BEGIN:MAZ-Cura-Plugin

 

- Add this to start line of End Gcode

 

M117 END:MAZ-Cura-PluginM104 S0 ....:

 

step5.thumb.JPG.6ab9e62f60bc4c7f165f4da398a55f22.JPG

3. Modify Cura setting for input alphabet..

c:\Program Files\Cura 2.3\resources\qml\Settings\SettingTextField.qml

    about line 100...

before   

 

maximumLength: 10;validator: RegExpValidator { regExp: (definition.type == "int") ? /^-?[0-9]{0,10}/ : /^-?[0-9.,]{0,10}/ } 

 

after

 

maximumLength: 32;validator: RegExpValidator { regExp: (definition.type == "int") ? /^-?[0-9]{0,10}/ : /^[A-Z0-9.,\:]{0,32}/ }

 

step2.thumb.JPG.cdba3adb341dfe549015f931f381fdc0.JPG

step5.thumb.JPG.6ab9e62f60bc4c7f165f4da398a55f22.JPG

Edited by Guest
  • Link to post
    Share on other sites

    Posted · MAZ Cura Plugin 2.0 (for Cura 2.3.1)

    The M117 change in machine settings I assume is for non ultimaker printers only.

    But why do we have to change maximumLength from 10 to 32? That's not good because then the next cura update will delete that. Is that because the M117 line is so long? Can't you make the M117 flag shorter please? The MAZ plugin should search for "printing..." anyway to know when to start.

    Also will MAX plugin work if you print 2 objects in "one at a time" mode where the Z height goes back to 0.3mm when one print finishes and before the second one starts?

  • Link to post
    Share on other sites

    Posted (edited) · MAZ Cura Plugin 2.0 (for Cura 2.3.1)

    M117 BEGIN: ....

    M117 END: ...

    This is not included in the actual Gcode.

    It is only a flag to protect Start / End Gcode internally in the plugin.

    I originally used it as a comment.

    In this version, cura ignored the last comment in Start Gcode, so I used M117 as a flag.

    Increasing the input field to 32 is for inserting the layer parameters.

    This does not support "one at a time" mode.

    I will add it to the plugin description. Thank you

    Edited by Guest
  • 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...