Need to be able to tune nozzle temperatures during print
 
Notifications
Clear all

Need to be able to tune nozzle temperatures during print  

  RSS
skola28
(@skola28)
Member
Need to be able to tune nozzle temperatures during print

I've noticed that the "Tune Menu" allows for modification of the individual temperature settings for the 5 tool heads.  Unfortunately, this seems relatively useless as the setting will be overwritten as soon as the tool changes.

For example:  I have a 2 color print in progress.  I notice that the default setting of 210 degrees for Nozzle 1 seems to be too hot.  I go to the Tune Menu, I select Nozzle 1 Temperature, and I reduce the temperature to 205.  The nozzle temperature setting on Tool 1 drops to 205.

The print continues, and the printer switches to Tool Head #2.

After a bit, the printer switches again back to Tool Head #1.  Unfortunately, the default temperature of 210 gets set again.

I mean, I can see WHY this happens: The GCODE for temperature setting probably gets resent every tool change.  Unfortunately this makes the setting pretty meaningless on anything other than the first layer.

Am I missing something?  Is there a way to tune the nozzle temperature during the print or do you have to abort and reslice?

Posted : 28/12/2023 1:34 am
pool62 liked
muhendees
(@muhendees)
Active Member
RE: Need to be able to tune nozzle temperatures during print

I think this might be helpful: https://forum.prusa3d.com/forum/prusaslicer/change-filament-temp-at-color-change/

Posted : 28/12/2023 5:21 am
skola28
(@skola28)
Member
Topic starter answered:
RE: Need to be able to tune nozzle temperatures during print

Thanks, but unless I'm reading it wrong (highly likely!), it looks like that only works for changing the temperature during slicing.

I'm looking at the tune menu on a Multi Tool head model.  The tune settings do not "stick", since they seem to get over written on subsequent selection of that tool.

Posted : 28/12/2023 1:57 pm
pool62 liked
Gilles buildmaster
(@gilles-buildmaster)
Active Member
RE: Need to be able to tune nozzle temperatures during print

I noticed the same thing. I can tune the temperature of the active nozzle, but the moment it switches color the temperature is re-set back to the g-code value.

It seems that this feature does not work for multi-tool printers.

Posted : 07/01/2024 12:32 pm
skola28 liked
86bits
(@86bits)
Active Member
RE: Need to be able to tune nozzle temperatures during print
In PrusaSlicer you can set the nozzle temperature to 0. This disables the temperature commands in the gcode so your manual adjustments are no longer overridden.
Posted : 07/01/2024 3:24 pm
Rufus
(@rufus)
Trusted Member
RE:

Is Prusa working to change this? What is the point of this Tune if it doesnt work?

 

Posted : 19/02/2024 5:36 pm
Brian
(@brian-12)
Estimable Member
RE:

I'm not sure you can fix it except for in the sliced file.  It lowers extruder head temp when parked so the G-Code.  When it needs that head again it's going to return to the temp setting you set in the slicer.  It's literally hard coded in lines of the G-Code where the tool change is.   

There is no fixing it while the print is running because it's just reading the G-Code.  You can change the temp but when it comes to that line in the g code where it needs to heat back up it's going to read the temperature written on that line in the code. 

This is no different than say for example manually changing the fan speed.  If you manually changed the fan speed and your part has an overhang, the fan speed will get changed when it reaches that point in the g code for a overhang.  Then it'll return to what your had set in the slicer again because it's written in the G-Code. 

Another example is speed.  If you have a speed change in the G-Code it doesn't matter what you tune it to on the printer itself.  When it comes to the part in the g code where the speed change is it's going to change it.

Maybe Prusa has a way to retain it, but it'd have to ignore the g code somehow. 

Look thru your g code at the section where there is a toolchange, you'll see it written there.  

Keep in mind that the printer is somewhat dumb and is just reading your code, so if it's in the code it's going to do it.  It's not actively making decisions. 

Posted : 19/02/2024 9:42 pm
skola28 liked
skola28
(@skola28)
Member
Topic starter answered:
RE: Need to be able to tune nozzle temperatures during print

 

Posted by: @86bits
In PrusaSlicer you can set the nozzle temperature to 0. This disables the temperature commands in the gcode so your manual adjustments are no longer overridden.

Do we need to set nozzle temperature to 0 (zero) for each extruder?  Does this mean I need to manually set the initial temperature of all nozzles after the print 'starts'?  I suppose this could be considered a workaround but probably more tedious than just restarting the print with a new temperature sliced! 😀

Posted : 19/02/2024 9:44 pm
Brian
(@brian-12)
Estimable Member
RE: Need to be able to tune nozzle temperatures during print

 

Posted by: @skola28

 

Posted by: @86bits
In PrusaSlicer you can set the nozzle temperature to 0. This disables the temperature commands in the gcode so your manual adjustments are no longer overridden.

Do we need to set nozzle temperature to 0 (zero) for each extruder?  Does this mean I need to manually set the initial temperature of all nozzles after the print 'starts'?  I suppose this could be considered a workaround but probably more tedious than just restarting the print with a new temperature sliced! 😀

This would not work.  It would reset the temp to 0 (zero) at each tool change, as it's set to that in the G code. 

Posted : 19/02/2024 9:47 pm
skola28
(@skola28)
Member
Topic starter answered:
RE: Need to be able to tune nozzle temperatures during print

Then it'll return to what your had set in the slicer again because it's written in the G-Code. 

This is an interesting point -- b/c in a single tool extruder, the overhangs must be coded as a 'delta' temp (or other variable) because I'm pretty sure you can tweak the temperature on a single extruder print and it will 'stick' even after overhangs and other 'different temp' regions are printed.

Posted : 19/02/2024 9:50 pm
Brian
(@brian-12)
Estimable Member
RE: Need to be able to tune nozzle temperatures during print

 

Posted by: @skola28

Then it'll return to what your had set in the slicer again because it's written in the G-Code. 

This is an interesting point -- b/c in a single tool extruder, the overhangs must be coded as a 'delta' temp (or other variable) because I'm pretty sure you can tweak the temperature on a single extruder print and it will 'stick' even after overhangs and other 'different temp' regions are printed.

Yes, because unless you've programmed a temp change in the slicer it would never change the temp again.  The difference is that with the multi extruder machine the temp lowers by the value you set in the slicer when parked.  This is it to help with oozing and the other issues that occur when filament sits in the nozzle at an elevated temp for a long time.  

So in the G-Code you'll see where it lowers the extruder temp when parked. Then raises it again when it picks that tool effectively overriding your manual tuning change. 

Posted : 19/02/2024 10:05 pm
skola28
(@skola28)
Member
Topic starter answered:
RE: Need to be able to tune nozzle temperatures during print

 

Posted by: @brian-12

 

Posted by: @skola28

Then it'll return to what your had set in the slicer again because it's written in the G-Code. 

This is an interesting point -- b/c in a single tool extruder, the overhangs must be coded as a 'delta' temp (or other variable) because I'm pretty sure you can tweak the temperature on a single extruder print and it will 'stick' even after overhangs and other 'different temp' regions are printed.

Yes, because unless you've programmed a temp change in the slicer it would never change the temp again.  The difference is that with the multi extruder machine the temp lowers by the value you set in the slicer when parked.  This is it to help with oozing and the other issues that occur when filament sits in the nozzle at an elevated temp for a long time.  

So in the G-Code you'll see where it lowers the extruder temp when parked. Then raises it again when it picks that tool effectively overriding your manual tuning change. 

Right.  It would be great if the XL 'remembered' the overridden value per extruder and used that value instead.  Essentially, as a user, I want my override settings to work similar to the single extruder.

 

Posted : 19/02/2024 10:40 pm
Brian liked
pool62
(@pool62)
New Member
RE: Need to be able to tune nozzle temperatures during print

c'est chiant si il faut dans slicer avoir des T° a 0° et ensuite réécrire sur la bécane 
pourquoi il y a pas une fonction qui pourrait nous donner deux possibilités 

1er >> valeur Gcode a 100%
2éme>> valeur Gcode +/->>% par outil  

et cela serait un plus pour toutes les facteurs de travail par outil >>> F +/-%      T° +/- %

car il ne faut pas oublier que l'on a 5 machines sur le même châssis et en plus 5 matières différentes   

Posted : 16/06/2024 3:03 pm
Share: