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

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