repetier / Repetier-Firmware

Firmware for Arduino based RepRap 3D printer.
812 stars 734 forks source link

M204 #808

Open MrJabu opened 6 years ago

MrJabu commented 6 years ago

hello,

currently running v1.0.2.

the issue i am having is that i can not get M204 to set the PID for the hotend.

i am using code M204 X24.51 Y3.54 Z63.71 and entering it within Repetier-Host but i get no response and my PID's are the still the old values.

repetier commented 6 years ago

Please use the eeprom editor to set pid values.

MrJabu commented 6 years ago

is there anyway to do this in GCode? i wanted to add different settings to the startup gcode depending if i print ABS or PLA.

repetier commented 6 years ago

This will not change the values shown in eeprom, only internal values and every command changing eeprom will reset them, but these are not in a print so using this in gcode should work.

MrJabu commented 6 years ago

I tried using that command but didn't see any change in eeprom. Makes sense now. So it actually was changing the parameters?