Jump to content

Cura 13.06.4 Plugins?


maxtex

Recommended Posts

Posted · Cura 13.06.4 Plugins?

Hi guys,

just wanted to ask if you got problems with the plugins and the new version of cura which is quite awesome!!!

I use "Tweak At Z" to change the temperature. My first layer is at 230° and the others at 175°. Since the new version this plugin isn´t working anymore.

 

  • Link to post
    Share on other sites

    • 4 weeks later...
    Posted · Cura 13.06.4 Plugins?

    Look in the plugin for "G0" and change it to "G1" and it will probably work. Some of these plugins are looking for actions at a particular Z height and the move uses a G1 now (used to use a G0) or something like that. If you get it to work, please post the corrected plugin and mention that it works for cura 13.06.

    The old cura didn't use both type of moves and only used G0.

     

  • Link to post
    Share on other sites

    • 2 weeks later...
    Posted · Cura 13.06.4 Plugins?

    Hi i modified the plugin TweakAtZ to add support to control bed temperature and make it work with Cura 13.06.04 you can download it from here

    https://github.com/RicardoGA/Cura-Plugin/releases/download/Cura-Plugin/TweakAtZ.2.0.py

     

    Thank you very much! With the old version the Cura engine continued to crash on my PC, now it's stable again... :-)

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    I could have used that 2 nights ago. I'm going to bookmark this for future.

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    I just realised that the FlowThermostat plugin is not working properly. It lacks to get the correct z position with Cura 13.06.4. I made an updated version: https://github.com/Dim3nsioneer/Cura-Plugins/raw/master/FlowThermostat1.1.py

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Cool, they seem useful! Thanks for sharing the updated version!

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Just downloaded the new cura 13.1.1

    Like it a lot but cant get the plugin Tweak at z working.

    Any ideas?.

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    TweakAtZ Version 2.0 should work with Cura 13.11. However, this version may have its problems if you have some z-changes in your Start-GCODE. If you want to tweak a parameter at low z, it might produce a 'jumpstart' due to the z-lift at the beginning...

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    You have to enter the Z height EXACTLY. The first time it sees this new Z value it inserts the plugin code. Look at the gcode with and without the plugin running. The gcode is easy to read as it has lots of comments explaining the layer number and such.

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    You have to enter the Z height EXACTLY. ....

     

    Actually, it should also work if it just passes the entered Z height, e.g. if TweakAtZ is set to 4.99, it should insert it at 5.0 (at any reasonable layer height).

    But there is another catch: TweakAtZ needs AT LEAST ONE LAYER below the Z height where it should do something. So if you e.g. set the height of the basic layer to 0.2mm, it will not work with 0, 0.1 and (!) 0.2. The first working height will be 0.3mm (assuming a layer height of 0.1mm).

    BTW: I did some further developments on this plug-in such as adding the flow for change, restoring the old settings when passing the magic-Z in reverse direction (very useful when printing multiple objects one after the other) or adding a switch to have it deactivated during Start-GCODE. Is there any version control for the plugins? (Daid, I hope I'm not poaching on your hunting grounds...)

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    You mean this version control???

    https://github.com/RicardoGA/Cura-Plugin/

    You can either:

    1) Email your version to ricardoGA - his email is in his profile

    2) create your own github, check out his version into yours, commit your update, and then send him a pull request to merge your changes into his version

    3) Create your own github and post it on this list.

    Or do you mean does Daid have this plugin in version control? Actually the official teakAtZ plugin repository is here:

    http://wiki.ultimaker.com/CuraPlugin:_TweaktAtZ

    So you could submit a pull request to "smorloc".

    Anyway, before you do any of that, can you provide a link to your updated tweak-at-z plugin please?

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?
    ...

    Anyway, before you do any of that, can you provide a link to your updated tweak-at-z plugin please?

     

    Sure: https://github.com/Dim3nsioneer/Cura-Plugins/blob/master/TweakAtZ.3.0.py

    Please let me know if more documentation is needed...

    EDIT: This is a direct link for saving the file: https://github.com/Dim3nsioneer/Cura-Plugins/raw/master/TweakAtZ.3.0.py

    EDIT by gr5 - THIS ONE IS BETTER:

    https://github.com/Dim3nsioneer/Cura-Plugins/raw/master/TweakAtZ.3.0.1.py

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Thanks. I will point people to this link next time someone needs tweakAtZ.

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Oh oohw,

    Like to use that updated tweak AtZ plug in.

    But how to download it, from github? :oops:

    Copied it pasted it renamed saved as a textfile, but won't show up in the cura plugin tab.

    Can't download it as a file?

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Oh oohw,

    Like to use that updated tweak AtZ plug in.

    But how to download it, from github? :oops:

    Copied it pasted it renamed saved as a textfile, but won't show up in the cura plugin tab.

    Can't download it as a file?

     

    It's a bit tricky indeed... click on the link to get the source code page from github. There right-click on 'raw' and save the file... To be honest, as I'm new to github, I don't know yet if there is a more direct way...

    EDIT: just found out and updated the link information above...

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    It's a bit tricky indeed... click on the link to get the source code page from github. There right-click on 'raw' and save the file... To be honest, as I'm new to github, I don't know yet if there is a more direct way...

    EDIT: just found out and updated the link information above...

     

    Thanks... it worked.. right click on your last link and saved as, worked..

    it's in the curaplugin tab now.

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Anyone got the http://wiki.ultimaker.com/CuraPlugin:_Bedtempatz Plugin running on Cura 13.10 or 13.11?

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Anyone got the BedTempAtZ Plugin running on Cura 13.10 or 13.11?

     

    Did you try the TweakAtZ V2.0+ ? The bed temperature is also included there since version 2.0... however I never got the chance to test it as I do not (yet) have a heated bed (on my Ultimaker... ;-))

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Thanks Dim3nsioneer! TweakAtZ V2.0+ works.

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Hi,

    anyone found a TweakAtZ version that works with cura 13.11.2?

    Downloaded ver.3 but can not get it working...

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    Hi,

    anyone found a TweakAtZ version that works with cura 13.11.2?

    Downloaded ver.3 but can not get it working...

     

    I think there's something missing... in your start.gcode for plugin version 3.0

    I added the possibility to deactivate the plugin (as I move the z stage during initialization of the print and don't want the plugin to 'fire' during that part of the gcode) and reactivate it by adding GCODE-comments ';TweakAtZ-state0' and ';TweakAtZ-state1' respectively to the gcode.

    However, it is undocumented and might confuse people. Thus, I made an updated version 3.0.1 where the initial state is set to 1 which means it just works if you don't add any comment to the start.gcode (as it should!).

    You may find the updated plugin here: https://github.com/Dim3nsioneer/Cura-Plugins/raw/master/TweakAtZ.3.0.1.py

    Sorry, I hope you did not loose too much time with it... :roll:

     

  • Link to post
    Share on other sites

    Posted · Cura 13.06.4 Plugins?

    I think there's something missing... in your start.gcode for plugin version 3.0

    I added the possibility to deactivate the plugin (as I move the z stage during initialization of the print and don't want the plugin to 'fire' during that part of the gcode) and reactivate it by adding GCODE-comments ';TweakAtZ-state0' and ';TweakAtZ-state1' respectively to the gcode.

    However, it is undocumented and might confuse people. Thus, I made an updated version 3.0.1 where the initial state is set to 1 which means it just works if you don't add any comment to the start.gcode (as it should!).

    You may find the updated plugin here: https://github.com/Dim3nsioneer/Cura-Plugins/raw/master/TweakAtZ.3.0.1.py

    Sorry, I hope you did not loose too much time with it... :roll:

     

    Hi,

    spend some time trying, seems to work now.

    thanks

     

  • 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

      • 🎄✨ Thingiverse Tree Ornament Challenge! ✨🎄
        We've been running a Tree Ornament Challenge with a chance to win an UltiMaker S3 or colorFabb filament.
        Design a 3D printable tree ornament and join our festive challenge on Thingiverse. 🎁✨


        📆 Submission Deadline: December 22
        🏷️Tag your designs with Holidays2023

        Click here to join and check out the over 300 other amazing designs

        How to Enter
        Design an Ornament
        Create a 3D printable tree ornament that captures the magic of the winter season. Think snowflakes, sleighs, reindeer, cozy mittens, or anything that embodies the joy of the holidays. Upload to Thingiverse
        Share your masterpiece on Thingiverse and add the tag Holidays2023. Don't forget to include a captivating description and images that showcase your design from different angles. Submit by December 22
        All entries must be submitted by December 22nd to be eligible for consideration.
          Entering a new design
         
        Entering an existing design
         
         
        Winning designs should:
        Be original Creations
        Your designs should be original works, avoiding the use of others' intellectual property without permission. Include STL Files
        Each submission must include at least one STL file for 3D printing. Showcase a Completed Print
        Provide at least one photograph featuring a completed print of your design. Include Documentation
        Share the creative journey! Include documentation of your design process, giving us a peek behind the scenes. For example, show a screenshot of the model in your design program. Use the Tag Holidays2023.
        Use this tag to ensure your entry is counted in the Tree Ornament Challenge. Be submitted after October 1st, 2023
        Ensure your design was uploaded to Thingiverse after October 1st, 2023. Adhere to Submission Guidelines and Terms of Service
        Make sure your submission aligns with our guidelines and Thingiverse's Terms of Service.  
        Good luck 🎉
        • 1 reply
      • 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
      • Ultimaker Cura 5.6 stable released
        Cura now supports Method series printers!
         
        A year after the merger of Ultimaker and MakerBotQQ, we have unlocked the ability for users of our Method series printers to slice files using UltiMaker Cura. As of this release, users can find profiles for our Method and Method XL printers, as well as material profiles for ABS-R, ABS-CF, and RapidRinse. Meaning it’s now possible to use either Cura or the existing cloud-slicing software CloudPrint when printing with these printers or materials
        • 17 replies
    ×
    ×
    • Create New...