mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-10-21 18:21:11 +08:00

#13402 test_gcodewriter.cpp add travel_speed_z tests These tests fail with the legacy implementation of GCodeWriter::travel_to_xyz_force() because it does not decompose the speed into it's components according to the movement unit vector. #13420 Correct Z speed too high