arhi / gcodestat

Calculate real time needed to execute G-Code (so you know how long your 3D print will actually take), upload file directly to octoprint, postprocess file add progress report display M117 codes..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

max_x_speed is in mm/min, not second

eyal0 opened this issue · comments

commented

speed = _MIN_(speed, print_settings->x_maxspeed);

commented

speed is in mm/s but x_maxspeed is in mm/min according to the documentation. They cannot be compared.

100% correct ... thanks