Guilouz / Marlin-SuperRacer-MKS-Nano-V3

Marlin Firmware configured for FLSUN Super Racer with MKS Robin Nano V3 motherboard.
GNU General Public License v3.0
68 stars 23 forks source link

Some of your install instructions are not correct #3

Closed Xiondewah closed 3 years ago

Xiondewah commented 3 years ago

Hi - love the firmware, but some of your instructions are not right.

The PID commands you have wrong - ie should be M301 KP24.03 KI2.22 KD64.88 - same for bed please.

Also, can you add a note on the G33 to say you need to add the bed levelling sensor before running the command? Otherwise the head will crash into the bed.

Many thanks :-)

Guilouz commented 3 years ago

My commands are good... M301 PKp IKi DKd and M304 PKp IKi DKd are generic commands where Kp, Ki and Kd is different for all printer (obtained with M303).

Xiondewah commented 3 years ago

But when I entered your commands on my SR it failed to recognise them. Only when I put them in as above did it change the settings. Since this firmware is printer-specific, wouldn't it be better to have the specific instructions? Beginners might struggle otherwise.

Guilouz commented 3 years ago

You must replace Kp, Ki and Kd with value obtained with M303 command.

Xiondewah commented 3 years ago

OK I understand now. Perhaps you could just clarify this a little? This is not intended as a criticism. I have written numerous user and software manuals professionally, and understand that people usually read these things and take them quite literally. Thanks.