VIN-y / MissChanger

A Stealth Burner tool changer system for Voron 2.4 and Trident.
https://discord.gg/Gt5XCCwv
GNU General Public License v3.0
69 stars 2 forks source link

Prusa Slicer set the wrong temperature for prints in which only 1 tool is active #29

Closed VIN-y closed 3 days ago

VIN-y commented 2 weeks ago

Prusa Slicer generate the following code after PRINT_START, if the Emit temperature command automatically option is enabled for print with a single tool:

...
M109 S250
M109 S200
...
VIN-y commented 2 weeks ago

The best solution I found thus far is to just disable the Emit temperature command automatically option, and manage the starting nozzle and bed temp within PRINT_START