dgtaheno / artillery-Genius-Genius_Pro-X1-Marlinfw

Marlin 2.1.2.1 Firmware + TFT firmware for Artillery Genius 3D printer
GNU General Public License v3.0
37 stars 5 forks source link

M900 not working #10

Closed GeestSoft closed 1 year ago

GeestSoft commented 1 year ago

M900 command is not working for "Linear Advance 1.5" readout and setting. Why ?

dgtaheno commented 1 year ago

Hello @GeestSoft ,

You are right, Linear advance is not enabled in Marlin2.1.2.hex, so I have compiled another firmware version(Marlin2.1.2-la.hex), which has this functionality enabled, the counter side is that S_CURVE should be disabled.

Please note that I have not tested this version, if you find any issue, please let me know so I can correct it.

If everything works as expected, the feedback would be also be appreciated.

BR

GeestSoft commented 1 year ago

Hi dgtaheno, Thanks! for the fast response. I will test the update and let you know how it works.

dgtaheno commented 1 year ago

As an additional clarification.

We have 2 different firmwares:

Marlin2.1.2-la.hex which has enabled linear advance and disabled s_curve(they are not compatible)

Marlin2.1.2.hex which has disabled linear advance and enabled s_curve

So you can choose between both of them, so you can use as per your convenience.