Jump to content

Reordering commands around BLTouch/Heating


jhihn

Recommended Posts

Posted · Reordering commands around BLTouch/Heating

I have a CR-10S which has a BLTouch attached. My current settings do:

Heat Bed

Heat Nozzle

Home

Probe Bed

Start printing

 

I want to order the first print steps as:

Heat Bed

Home

Probe Bed while heating nozzle

Wait for nozzle heated (if needed)

Start printing

 

The problem I am having is that while probing I am getting filament oozing from the nozzle, but If I waited until the probe started, then the oozing would at least be less.

  • Link to post
    Share on other sites

    Posted · Reordering commands around BLTouch/Heating

    FYI - UM printers use the actual nozzle to probe so they need to be hot.  Otherwise a tiny bit of plastic on the tip of the nozzle would mess up auto leveling.

     

    Anyway to answer your question - in Cura go to the machine settings.

    Machine settings are usually here:  go to left side of screen in PREPARE mode.  Click on your printer, then do "manage printers" then "machine settings"

     

    In there is start and end gcode.  That's where you change the order.  

    You want "M104" and "M140" which heat the nozzle and bed respectively but don't wait.  Then you do M109 and M190 at the end (which wait for full temp to be achieved).

     

    More details on gcodes here:

    https://www.reprap.org/wiki/G-code

     

     

    • Like 1
    Link to post
    Share on other sites

    Posted · Reordering commands around BLTouch/Heating
    11 hours ago, jhihn said:

    The problem I am having is that while probing I am getting filament oozing from the nozzle, but If I waited until the probe started, then the oozing would at least be less.

     

    Some previous discussion and a solution can be found here : 

     

    Easy way to do it that I use on my cr10s pro v2 for exactly the reason you describe - pre-heat the nozzle to 150 degrees Celsius, do the bed leveling, then have the nozzle heat up the last few degrees = no dribble from the nozzle but bed leveling is still accurate because things have been heated when the measurements are taken ( accounting for thermal expansion ).

     

    The G-code needed is as follows :

     

    M190 S{material_bed_temperature_layer_0} ;Heat up bed

    M109 S150 ;Heat up extruder to non-oozing temperature of 150 Celsius

    G28 ;Home

    G29 ;ABL procedure

    G92 E0 ;Reset Extruder

    M109 S{material_print_temperature_layer_0} ;Finish heating the extruder to the g-code file specified print temperature

     

    Props to fellow Cura forum user Ahoeben for providing the solution. 

    • Like 1
    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
        • 16 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...