supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.05k stars 515 forks source link

Superslicer prepending start gcode with G10 temps #855

Open Anthrax-VX opened 3 years ago

Anthrax-VX commented 3 years ago

Version

Version 2.3.55

Operating system type + version

Windows 10 version 10.0.18363 build 18363

3D printer brand / version + firmware version (if known)

voron 2.4 with duet wifi/duet duex_5 reprap firmware v3.1.1

Behavior

When i export gcode, the exported file has g10 pre-pending all the starting gcode with a g10 P0 S(temp) P(temp) and this prevents my warm up routine

image image

Project File (.3MF) where problem occurs

supermerill commented 3 years ago

It's for setting the standby temp.

this prevents my warm up routine

How? Shouldn't it be overridden by your first line?