NilsRo / OctoPrint-SlicerEstimator

GNU Affero General Public License v3.0
5 stars 1 forks source link

prusa is changing the M73 gcode #14

Closed adcurtin closed 3 years ago

adcurtin commented 3 years ago

just a heads up more than anything else. prusa is changing the M73 Gcode slightly in a future firmware release.

G-code M73 has been extended with two parameters: C (for normal mode) and D (for stealth mode). Until now, the PrusaSlicer produced pairs of lines in the form of (example):
M73 P15 R30

Once this feature is fully implemented, the code will look as follows:
M73 P15 R30 C15

from here: https://github.com/prusa3d/Prusa-Firmware/releases/tag/v3.10.0-RC1

NilsRo commented 3 years ago

Thanks a lot. I implement a change to support old and new format. It published with Release 1.0.1