Jump to content

Feature suggestion: Sound just before nozzle is fully heated


jino

Recommended Posts

Posted · Feature suggestion: Sound just before nozzle is fully heated

Hi,

Just a beep say 5 seconds before the printer actually starts printing. I always want to grab the string that comes out so that it won't melt on the nozzle or create a bump. At the moment I'm throwing myself at the printer when the head starts moving, cause I don't have the attention span to sit and wait for the nozzle to heat up :)

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    You can write this into your start.gcode (if you have an UM1; you would have to switch to flavor 'RepRap' with an UM2):

    M300 S1000 P1000

    G4 P5000

     

  • Link to post
    Share on other sites

    • 2 weeks later...
    Posted · Feature suggestion: Sound just before nozzle is fully heated

    I don't have the attention span to sit and wait for the nozzle to heat up

     

    Lol! I know what you mean!

     

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    Hi, sorry for the late reply, that sounds good, but can't find the start gcode tab? I'm using 14.01, and there's nothing beside the Plugins tab..

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    Hi, sorry for the late reply, that sounds good, but can't find the start gcode tab? I'm using 14.01, and there's nothing beside the Plugins tab..

     

    Because you obviously have an UM2 and the (very reasonable) setting 'UltiGCode' for the 'flavour' in the machine settings (cf. my post above).

     

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    Interesting stuff :) i have to start playing with gcode a bit it looks quite fun.

    Does it change anything in terms of quality?

     

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    Ah, yes, I'm one of them new casual users, we never read text that is put in brackets.. Ok, I tried that but I didn't get any sound, but I think it waited for awhile.. but then it started extruding way too slow..

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    Hmm. Somewhere on these forums is how to get the UM2 to print in "rep rap" mode. There's a couple tricks - it's very simple but there something.... I forget. Sorry.

     

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    Ok i will dig in the forum to find something :) thanks

     

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    Ok, I don´t have time to look at the moment, let us know if you dig something up :)

     

  • Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated
    Link to post
    Share on other sites

    Posted · Feature suggestion: Sound just before nozzle is fully heated

    This is the start G code I have in cura in order to know when the machine is heated

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

    ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}

    ;Print time: {print_time}

    ;Filament used: {filament_amount}m {filament_weight}g

    ;Filament cost: {filament_cost}

    M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line

    ;M109 S{print_temperature} ;Uncomment to add your own temperature line

    M300 S1000 P1000

    M300 S900 P500

    M300 S800 P250

    M300 S700 P125

    M300 S600 P125

    M300 S400 P75

    M300 S300 P37

    M300 S200 P500

    M300 S1000 P9

    G4 P3000

    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 F{travel_speed} ;move the platform down 15mm

    G92 E0 ;zero the extruded length

    G1 F200 E7 ;extrude 7mm of feed stock

    G92 E0 ;zero the extruded length again

    G1 F{travel_speed}

    ;Put printing message on LCD screen

    M117 UltiMaking...

     

     

    The bold part of the Gcode Makes a kind of music sound, then pauses three seconds (where I check that there is enough material about to extrude), and then starts the procedure to do a print.

     

    While printing from SD card

     

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