SYNC temp in copy/mirror mode

Basic Information:

Printer Model: makergear M3ID
MCU / Printerboard: Rambo
Host / SBC
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

…Is there a way to SYNC temperatures for extruders in copy/mirror mode? Motion is synced but not temp. I ussally start off 5deg hotter in 1st layer then drop and settle into a build temp. Sometimes usefull to drop more on tall thin walls. Issue I have is T1 dose not sync with T0 in copy or mirror mode. Can’t seem to find any documentaion explaing how to do this.

1 Like

I think synced temperatures does only little sense.
Even identical hotends can differ in their behaviour (e.g. different PID values).
Also, when you want to print different materials, synced temperatures fail.

When the slicer is setup properly for the machine and the filaments, all should run without issues. This also applies for printing in copy/mirror mode.

1 Like

I figured out a way to make this happen. In my slicer I added a macro after layer change:

M104 T1 S{temperature[1]}

This fixes the T1 hotend temp. not being respected in copy/mirror mode.

1 Like