Extruder placeholders are wrong
 
Notifications
Clear all

Extruder placeholders are wrong  

  RSS
Tiko
 Tiko
(@tiko)
New Member
Extruder placeholders are wrong

It seems that all the [***_extruder] placeholders with the exception of initial_extruder add 1 to the tool number.

 

A custom start g-code:

M109 T[initial_extruder] S[first_layer_temperature] ;

M109 T[perimeter_extruder] S{temperature[perimeter_extruder]};

M109 T[support_material_extruder] S[temperature] ;

M109 T[support_material_interface_extruder] S{temperature[support_material_interface_extruder]};

With this config:

Gets translated into:

M109 T1 S210 ;

M109 T1 S210;

M109 T2 S210 ;

M109 T2 S260;

 

Temperatures get all confused as well. The g-code should produce T0 S260 and T1 S210. 

 

Am I doing something wrong?

Posted : 04/08/2022 7:55 pm
Diem
 Diem
(@diem)
Illustrious Member

No.  It maps from zero.

Cheerio,

Posted : 04/08/2022 11:31 pm
Tiko
 Tiko
(@tiko)
New Member
Topic starter answered:
RE: Extruder placeholders are wrong

As you can see in the example there is no zero. Seems to be a bug

Posted : 05/08/2022 12:13 am
Diem
 Diem
(@diem)
Illustrious Member

Just add one to the gcode value to get the UI value.  People don't like zeroth entities but computers do.

Cheerio,

Posted : 05/08/2022 4:09 am
Tiko
 Tiko
(@tiko)
New Member
Topic starter answered:
RE: Extruder placeholders are wrong

Sorry, I didn't get that. Add what to what?

Posted : 05/08/2022 7:50 pm
Share: