fieldOfView / Cura-LinearAdvanceSettingPlugin

A Cura plugin that adds a Linear Advance Factor setting for use in start gcode snippets
GNU Affero General Public License v3.0
35 stars 15 forks source link

M900 command not added to start gcode #17

Closed Peshtigost closed 4 years ago

Peshtigost commented 4 years ago

la1 Installed the Linear Advance Plugin in Cura 3.6.0 (I would use 4.anything if they would work on my computer- see numerous error logs sent). When I set a value of anything greater than zero, say .5 for example and check the start code I see no M900 command added. Without the M900 command entering a value has no effect on printing. la2 la3

fieldOfView commented 4 years ago

The M900 commands will be inserted into the saved gcode, but they will not appear in the Start G-code snippet in the Machine Settings. Please save a gcode file to disk, inspect the resulting file with eg notepad, and you should see the expected M900 command there.

(I would use 4.anything if they would work on my computer- see numerous error logs sent)

I have no access to those logs. I am not an Ultimaker employee; I'm a community member who writes plugins.