Notifications
Clear all

different temperatures in different models  

  RSS
AR
 AR
(@ar)
New Member
different temperatures in different models

Hi,

I'd like to print multiple objects in a sequential print job. Each object requires different filament temperatures on certain hights. The hights are varying from object to object.

At first I solved the problem with different temperatures by a custom G-code "Before layer change G-code".

;BEFORE_LAYER_CHANGEG92 E0.0;[layer_z]

"VAR TEMP"{if layer_z > 135.85}M104 S[temperature]M221 S100

{elsif layer_z > 3.05}M104 S[first_layer_temperature]M221 S{extrusion_multiplier[0] * 100}

{elsif layer_z > 0}M104 S[temperature]M221 S100

{endif}

But when it comes to different temperature zones in different objects, this obviously doesn't work any more.

Is there a way to deffine the print temperature by modifyers?

In the end, I'm looking for a practical solution for batch prosessing. The modifyer geometry can be created easily.

 

I'd be glad, if you could help me.

all the best,

Rupert

 

Posted : 15/04/2023 4:00 pm
Share: