Jump to content

Per Model Settings - Nozzle Temperature


jdawgaz

Recommended Posts

Posted · Per Model Settings - Nozzle Temperature

I can't find nozzle temperature in the per model settings.

I wanted to print out some 20mm cubes, each one at a different Temperature, to see which temperature was best.

Even when I checked ALL I didn't find Temperature anywhere.

The only way I can do it now, is to do a print each separately and go in and manually edit the file, modifying the Temperature for each cube, in the Gcode.

I can do that, but it would be nicer to be able to do it in Cura.

 

  • Link to post
    Share on other sites

    Posted · Per Model Settings - Nozzle Temperature

    In CURA the temperature is located in the MATERIAL menu.

     

    You can also make a search for 'temperature' by using the 'Search...' bar right above all the settings and just under the 'Profiles' drop down menu.

    • Like 1
    Link to post
    Share on other sites

    Posted · Per Model Settings - Nozzle Temperature

    Hmm. Maybe I didn't make myself too clear. Let me try again.

     

    This is PER MODEL SETTINGS.

     

    I have 3 cubes. I want to print the 1st one at Temperature 195, the 2nd at 200, and the 3rd at 205.

    If I select any model and try to set the Temperature, it is NOT one of the options.

     

     

    permodel2.png

  • Link to post
    Share on other sites

    Posted · Per Model Settings - Nozzle Temperature

    Ok, my mistake, I misunderstood what you meant.

     

    If it's not on the options, then it is not possible at the moment. And I don't think it would be really doable to print different models at different temperatures at the same time. The printcores would have to heat up and cool down all the time, which might be damaging in the long run, and it would also increase your print time quite a bit, as you'd have to wait for the heating and cooling of the cores.

     

    You'll have to print your cubes one by one, changing the temperature manually.

  • Link to post
    Share on other sites

    Posted · Per Model Settings - Nozzle Temperature

    ok. too much to ask.

     

    as a retired programmer of more than 35 years, I know that if that per model option existed and it was non-null for ANY particular model, then I would set a flag to over-ride the print all at once option (no matter what it said), and put a pop up message to that effect, to "print one at a time".

     

    but I only prepared one at a time, and changed the gcode to the temp that I wanted. It will work. But it would have been slicker to print all of them "one at a time" at different temperatures. Thinking about it, maybe I should change the gcode to NOT cool down in between, so I can print them faster.

     

  • Link to post
    Share on other sites

    Posted · Per Model Settings - Nozzle Temperature

    There is a print one at a time option if you are not using more than one extruder.

  • Link to post
    Share on other sites

    Posted · Per Model Settings - Nozzle Temperature

    Thank you for the discussion.  I know this is old but still relevant and not implemented.  Can we revisit this?  I am trying to do some calibration and I would like to print one-at-a time with temperature different per model.  I want to see the affects of nozzle temperature differences on my first layers.  I know about temp towers.  That is not what I want to do.  Thank you.

  • Link to post
    Share on other sites

    Posted · Per Model Settings - Nozzle Temperature

    You can print one at a time no problem.  Adjusting the temperature for each model isn't terribly difficult but there is no automation for it.  In the "Per Model" settings - temperature is not an option.  If you use Search and Replace with "LAYER:0" then ALL instances will be found so you end up with the same temperature everywhere anyway.  You could use Search and Replace with the Model Name as a criteria.  It would be clumsy and tedious.

     

    Every model starts on Layer:0 so what you can do is open the Gcode file in a text editor (like Windows Notepad) and search the Gcode file for Layer:0.  At each occurrence add a line:

    M104 Sttt

    where "ttt" is the temperature you want for that model.  If you are printing a skirt for every model then the temperature change should occur within the skirt and when the model starts it will be at your set temperature.  If you set the Skirt Distance to 1mm and make them 3 or 4 loops then they won't take up too much real estate on the build plate.

    Here is an example:

    ;LAYER_COUNT:127
    ;LAYER:0

    M104 S205
    G0 X10.505 Y95.645 Z0.2
    ;TYPE:SKIRT

    ......................at the next Layer:0

    ;LAYER_COUNT:127
    ;LAYER:0

    M104 S210
    G0 X10.505 Y95.645 Z0.2
    ;TYPE:SKIRT

     

    If you want to wait for the temperature to change you could use M109 instead of M104.

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