MKFirmware / MarlinKimbra

📟 MK 3D Printer Firmware for Arduino
52 stars 39 forks source link

problem on execute command M303 E-1 S60 C8 #186

Closed demonbd closed 6 years ago

demonbd commented 6 years ago

Hi , on execute command M303 E-1 S60 C8 , dont' heat yhe bed but the tool E0.

use Last firmware MK4duo.zip

MagoKimbra commented 6 years ago

E0 is extruder!! You want to do the pid on an extruder ?? You'll want to do it on a hotend or on the bed and those are heaters so the command is H-1 not E-1

demonbd commented 6 years ago

the command it's foun on repram wiki In the case of multiple extruders (E0, E1, E2) these PID values are shared between the extruders, although the extruders may be controlled separately. If the EEPROM is enabled, save with M500. If it is not enabled, save these settings in Configuration.h.

For the bed, use:

Bed: M303 E-1 S60 C8

http://reprap.org/wiki/PID_Tuning thank's regards

MagoKimbra commented 6 years ago

Ok, but with this firmware the command is M303 H and not E PID relay autotune: H[heaters] H = 0-3 Hotend, H = -1 BED, H = -2 CHAMBER, H = -3 COOLER, S sets the target temperature (default target temperature = 200C), C, R, U, R 0 = Classic Pid, 1 = Some overshoot, 2 = No Overshoot, 3 = Pessen Pid.

https://github.com/MKFirmware/MK4duo/blob/master/Documentation/GCodes.md

demonbd commented 6 years ago

Thank's a lot