supermerill / SuperSlicer

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

Temperature calibration tower preferred orientation fail #4099

Closed fprumbau closed 2 months ago

fprumbau commented 5 months ago

What happened?

If generating a temperature generation tower, only the first step is rotated with the preferred orientation value (on my voron I set 45°), the other are in 0° rotation resulting in an unprintable model

Project file & How to reproduce

Set your preferred orientation to any value other than 0° ( Printer settings ). Generate a temperature tower ( Calibration -> Filament temperature calibratioon ). See the generated model. Screenshot_20240131_153203

Version

2.5.59.6

Operating system

Linux Fedora

Printer model

voron 0.2, Voron 2.4

supermerill commented 5 months ago

ah yes, unintended effect of new settings on old code.

MichalDuban commented 4 months ago

Hello, based on the release notes for Version 2.5.59.7, this should be fixed. I think it is partially fixed. Orientation is correct now, but temperature labels are not generated at all. image

If I set _init_zrotate to 0, labels are there.

Version 2.5.59.7

Operating system Linux Ubuntu