Jump to content

WORKAROUNDS


Go to solution Solved by GregValiant,

Recommended Posts

Posted (edited) · WORKAROUNDS

Open ticket = 00835580

Problem parameters: 

- Cura_SteamEngine 5.6.0

- BIBO2 dual printer

Complaint:

Extruder no longer heats up with new GCODE  line =M109 T0 S(200, 0)

Workaround:

uninstall Ultimaker Cura version 5.6.0

reinstall version 5.5 to get working GCODE line =M109 T0 S200

 

Additional workarounds - you may edit your GCODE replacing all instances of "M109 T0 S(200, 0)" with "M109 T0 S200" or install the interim version 5.7.0-alpha.0

Edited by KenO
additional workarounds
  • Link to post
    Share on other sites

    Posted · WORKAROUNDS

    There is a bug in the "initial_extruder_nr" replacement pattern.  It always returns "0" rather than the actual tool number.  You have it in two places in your startup gcode.  Hopefully it will be addressed in Cura 5.7.0.

     

    A workaround is to remove the temperature lines from your StartUp Gcode and allow Cura to determine temperatures.  It might not be as efficient as a custom one but it should work.

     

    This is from the BIBO definition file and has my suggestions.

    ;M104 T0 165 ; remove
    ;M104 T1 165 ; remove
    M109 S{material_print_temperature_layer_0} ; alter
    G21 ;metric values
    G90 ;absolute positioning
    M107 ;start with the fan off
    G28 X0 Y0 ;move X/Y to min endstops
    G28 Z0 ;move Z to min endstops
    G1 Z2.0 F400 ;move the platform down 2mm
    ;T0 ; remove
    G92 E0
    G28
    G1 Y0 F1200 E0
    G92 E0
    ;T{initial_extruder_nr} ; remove
    M117 BIBO Printing...

  • Link to post
    Share on other sites

    Posted · WORKAROUNDS
    5 hours ago, KenO said:

    Open ticket = 00835580

    Problem parameters: 

    - Cura_SteamEngine 5.6.0

    - BIBO2 dual printer

    Complaint:

    Extruder no longer heats up with new GCODE  line =M109 T0 S(200, 0)

    Workaround:

    uninstall Ultimaker Cura version 5.6.0

    reinstall version 5.5 to get working GCODE line =M109 T0 S200

    This should have been your first post.
    Please dont start threads with meaningless gif images if they are just going to be the only thing in the post..
    You could have combined both posts into 1.

    Additionally UltiMaker Support tickets have nothing to do with the UltiMaker Community they are not the same.

  • Link to post
    Share on other sites

    Posted · WORKAROUNDS

    @GregValiant - do you happen to know if there is an issue in github for this bug?

  • Link to post
    Share on other sites

    • Solution
    Posted · WORKAROUNDS

    Yes there are several.  On Jan 23 @CasperLamboo responded HERE  on Github in response to one of the bug reports.  It would appear that the problem with "initial_extruder_nr" might have been addressed for 5.7.

    • Like 2
    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
        • 20 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...