Jump to content

temperature not output correctly, always 210


mchahn

Recommended Posts

Posted · temperature not output correctly, always 210

Not matter what I put in the values on the right of the screen, in my profile, or material, my material_print_temperature is always 210.  The bed is output correctly.  I've enclosed a screen cap of my settings.

 

This is my initial gcode ...

 

;Sliced at: {day} {date} {time}

G21        ; metric values
G90        ; absolute positioning
M82        ; set extruder to absolute mode

M107                               ; start with the fan off
M104 S{material_print_temperature} ;Start heating extruder
M140 S{material_bed_temperature}   ;Start heating bed

G28                           ; Home all axes.
G29                           ; Auto-level the bed.
G0 X253 Y0 F9000              ; Move to the right of the bed.

M104 S{material_print_temperature} ;Start heating extruder
M140 S{material_bed_temperature}   ;Start heating bed
M109 S{material_print_temperature} ;Wait for extruder to reach temp before proceeding
M190 S{material_bed_temperature} ;Wait for bed to reach temp before proceeding

G92 E0                      ; Zero the extruder.
G1 X253 Y151 E40 F700       ; Extrude a fat line of filament to prime and clean the nozzle.
G92 E0                      ; Zero the extruder.
G1 E-2 F500                 ; Retract extruder
G1 X126 F9000               ; Sweep to cut any strings.

This is the output ...

 

;FLAVOR:Marlin
;TIME:12440
;Filament used: 13.5601m
;Layer height: 0.2
;Generated with Cura_SteamEngine 3.1.0
M82 ; absolute extrusion mode
;Sliced at: Sun 28-01-2018 22:43:45

G21        ; metric values
G90        ; absolute positioning
M82        ; set extruder to absolute mode

M107                               ; start with the fan off
M104 S210 ;Start heating extruder
M140 S50.0   ;Start heating bed

G28                           ; Home all axes.
G29                           ; Auto-level the bed.
G0 X253 Y0 F9000              ; Move to the right of the bed.

M104 S210 ;Start heating extruder
M140 S50.0   ;Start heating bed
M109 S210 ;Wait for extruder to reach temp before proceeding
M190 S50.0 ;Wait for bed to reach temp before proceeding

G92 E0                      ; Zero the extruder.
G1 X253 Y151 E40 F700       ; Extrude a fat line of filament to prime and clean the nozzle.
G92 E0                      ; Zero the extruder.
G1 E-2 F500                 ; Retract extruder
G1 X126 F9000               ; Sweep to cut any strings.

 

Screenshot from 2018-01-28 22-56-40.png

  • Link to post
    Share on other sites

    Posted · temperature not output correctly, always 210

    I have this same exact issue in Cura 3.1.0. No matter what values I put into all the extruder temp fields and yes I changed all of them, it still outputs 210 into Gcode, see below ( and yes bed was set at zero on purpose) It changes to the correct temp much later in the gcode. I do not understand what is going on

     

    M104 S210 ; set extruder temp
    M140 S0.0 ; set bed temp
    M190 S0.0 ; wait for bed temp
    M109 S210 ; wait for extruder temp

  • Link to post
    Share on other sites

    Posted · temperature not output correctly, always 210

    This is a known bug in cura 3.1.0.  Fixed supposedly in older or newer versions.  Certainly in the 3.2 beta this should be fixed.  It doesn't affect Ultimaker printers so the bug wasn't caught I suppopse in QA.

  • Link to post
    Share on other sites

    Posted · temperature not output correctly, always 210

    I have the same problem, time to try the Beta version then!

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