Jump to content

Initial hotend temperature set to 0


aviphysics

Recommended Posts

Posted · Initial hotend temperature set to 0

Marlin is setting the initial hot end temperature to 0. This is on a UMO with official HBK. Print was made from an SD card on an Ulticontroller. The firmware is the default from Cura 15.01-RC6.

 


M190 S65.000000
M109 T0 S192.000000
T0
;Sliced at: Mon 05-01-2015 17:01:19
;Basic settings: Layer height: 0.15 Walls: 1 Fill: 10
;Print time: #P_TIME#
;Filament used: #F_AMNT#m #F_WGHT#g
;Filament cost: #F_COST#
;M190 S65 ;Uncomment to add your own bed temperature line
;M109 S192 ;Uncomment to add your own temperature line
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F9000 ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F9000
;Put printing message on LCD screen
M117 Printing...

Sorry for cross-posting, but didn't get any replies in the Marlin section.

 

  • Link to post
    Share on other sites

    Posted · Initial hotend temperature set to 0

    avi,

    Which line are you seing it?

    The only M109 line I see set the temp to 192. The T0 is to specify the target.

     

    1. [*]M109 T0 S192.000000

     

     

    I'm no expert in gcode so I probably don't see the one you refer to.

     

  • Link to post
    Share on other sites

    Posted · Initial hotend temperature set to 0

    When I ran this code on my UMO, (code was generated in Cura) the hot end temperature was set to 0 and the machine didn't do anything until I manually set the temperature. After manually setting the temperature, the machine heated up and ran like normal.

    I didn't see anything wrong with the code either, so I really don't have a clue what the problem is. It started when I last updated the firmware, so I am guessing it is a Marlin problem, though I updated Cura at the same time. I first had the problem right after updating to install a graphical controller. After noticing the problem, I flashed back to the latest stock firmware, but the problem persisted.

     

  • Link to post
    Share on other sites

    Posted · Initial hotend temperature set to 0

    I guess it waits for the heated bed.

    I saw this as well: first the bed is warming up and the nozzle temp is set to 0, when a bed temp is reached the nozzle temp changes to the set temp.

     

  • Link to post
    Share on other sites

    Posted · Initial hotend temperature set to 0

    are you using the basic printer window or the pronterface one? I've always needed to set the temperature for both the bed and nozzle using pronterface, never used the basic window when using cura.

     

  • Link to post
    Share on other sites

    Posted · Initial hotend temperature set to 0

    are you using the basic printer window or the pronterface one? I've always needed to set the temperature for both the bed and nozzle using pronterface, never used the basic window when using cura.

     

    I print from SD Card.

     

  • Link to post
    Share on other sites

    Posted · Initial hotend temperature set to 0

    M190 sets the bed target temperature and waits until it reaches that temp.

    There are others that just set the temp but do not wait. M104 for extruder, M140 for the bed.

    So you can do things like (not sure about the G4 syntax):

    ;start heating the bed

    M140 S65.000000

    ; wait 60 secs to give the bed a headstart

    G4 S60

    ; Start heating the extruder

    M104 T0 S190

    ; wait for the bed to reach temp

    M190 S65.000000

    ; Wait for the extruder to reach temp

    M109 T0 S192.000000

     

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