Jump to content

Tronxy X5SA: Starting print tempreture 0


Indra_Ophellia

Recommended Posts

Posted · Tronxy X5SA: Starting print tempreture 0

Hi, all

 

I recently updated my Cura to 5.00, and it was working fine.

However, today something has changed, the gcode no longer sets the starting print temp, as such my printer now attempts to print at temp 0.

Ive looked at the Gcode in note pad and it seems the code is missing the M104 and M140 lines.

 

Is there any fix to add these back?

Using the older 4.12 version of Cura allows me to still use print in the mean time  

  • Link to post
    Share on other sites

    Posted · Tronxy X5SA: Starting print tempreture 0

    Post one of the 5.0 gcodes that isn't working.  The temperatures might be called out in your StartUp Gcode.  If they aren't then Cura should add them before the StartUp Gcode runs.

    If you open a 3mf project file it's possible to over-write the StartUp Gcode of your printer definition.

  • Link to post
    Share on other sites

    Posted · Tronxy X5SA: Starting print tempreture 0

    Here is a snippet from the gcode file:

    M190 S55 ; Set bed temperature and wait
    G28 ; Home all axis
    ; Uncomment the line below to enable ABL Mesh probing
    ;G29 ; Probe bed mesh for ABL
    ; For best results do not run nozzle heater while performing ABL
    G1 Z5.0 ; Raise nozzle to prevent scratching of heat bed
    G1 X0 Y0 ; Move nozzle to Home before heating
    M109 S200 T0 ; Set nozzle temp and wait

    Those lines are part of your startup gcode.  The temperature lines "M109" and M190" are there.   It looks like it should work to me.

    I ran it through my Ender in debug mode and it worked.

     

    In Cura if you go to Manage Printers and then Machine Settings you should see lines like this in your StartUp Gcode:

    M190 S{material_bed_temperature_layer_0}

    and

    M109 S{material_print_temperature_layer_0}

     

    Because they call out the temperatures in StartUp then Cura doesn't add the M104 and M140 lines prior to the startup as they aren't needed.

     

  • Link to post
    Share on other sites

    Posted · Tronxy X5SA: Starting print tempreture 0

    When I attempt to run this file it attempts to print at 0 it seems. (image attached below).

    Ive added the M140, M104, and M109 lines to the start up code and the issue seems to be fixed?

     

    set to 0.jpg

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