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

      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
      • 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
        • 26 replies
    ×
    ×
    • Create New...