OctoPrint-DisplayLayerProgress icon indicating copy to clipboard operation
OctoPrint-DisplayLayerProgress copied to clipboard

Upload to SD modifies gcode by adding M117 INDICATOR calls that are not meant to be there, on sd card.

Open arekm opened this issue 3 years ago • 1 comments

When uploading (to SD) via octoprint UI all incoming g-code is processed also by DisplayLayerProgress plugin.

Plugins adds tons of "M117 INDICATOR-LayerXXX" which are meant to be consumed by plugin itself. But file uploaded to SD is then used by printer firmware directly. So I'm getting these INDICATOR messages on LCD instead of something useful.

Could DisplayLayerProgress do not do that on "upload to sd" ?

ver 1.28.0, octoprint 1.8.1

arekm avatar Jul 15 '22 13:07 arekm

Question to Olli :), Could that be the same problem as I report in https://github.com/jneilliii/OctoPrint-M117SpeechSynthesis/issues/18

That could explain why I am getting tons of messages "Dasboard_Layer_Indicator xxx

j-snijder avatar Nov 01 '22 12:11 j-snijder