Jump to content

Bedtempatz


simon

Recommended Posts

Posted · Bedtempatz

The bed temperature is normally set in the UM2 material setup controls.

On the Plugin page there's a note that says.

To use with Cura 13.11.2, add the middle line in between the two others:

changeState = 0

currentSectionType = 'STARTOFFILE' (add this line)

with open(filename, "w") as f:

And change the following line:

if getValue(line, 'G', None) == 1:

To:

if getValue(line, 'G', None) == 1 or getValue(line, 'G', None) == 0:

I've looked at the gCode and can't see any of these instructions in the code that Cura has written. Presumably this is written for the UM1 or other printer. Does that mean it won't work with the UM2.

If someone can quickly answer this it will save me some head scratching and plastic.

Thanks in advance.

 

  • Link to post
    Share on other sites

    The plugin is a ".py" or python file. The changes above refer to the python code. I don't know why someone doesn't just change the code and check in the latest version.

    History:

    With older versions of Cura (13.04 and older) all moves were G1 commands. Now some moves are G1 and some are G0. For example G0 Z23.4 says to move the z axis only to 23.4mm off the bed. So the change to the python code now recognizes the new G0 commands.

    Consider also trying tweakAtZ which can do much more:

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

     

     

  • Link to post
    Share on other sites

    Posted · Bedtempatz

    Great, thanks I'll give that a go tomorrow

  • 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...