defualt heated bed PID settings
defualt heated bed PID settings
I tried doing the PID calibration for my heated bed and replaced the values without at least writing them down. now it can no long reach temps above 90c which is keeping me from printing ABS. Could someone please post the default PID settings so I can get this corrected?
PLEASE AND THANKS.
PLEASE AND THANKS.
Re: defualt heated bed PID settings
Those of us who followed the manual got the values from the pid autotune.
When on mobile I am brief and may be perceived as an arsl.
-
- Printmaster!
- Posts: 345
- Joined: Mon Jan 06, 2014 1:24 am
Re: defualt heated bed PID settings
run the pid loop again...
Tom C
Tom C
MAX V1
325 MM carbon arms trick trucks effector mount LED ring heat spreader
Corvair750
V6 Hotend
Robo 3D
Flashforge creator
http://WWW.TeslagenX.com" onclick="window.open(this.href);return false; - Bedini experimenter kits, books, DVD's
325 MM carbon arms trick trucks effector mount LED ring heat spreader
Corvair750
V6 Hotend
Robo 3D
Flashforge creator
http://WWW.TeslagenX.com" onclick="window.open(this.href);return false; - Bedini experimenter kits, books, DVD's
Re: defualt heated bed PID settings
Yeah and it didnt work.teoman wrote:Those of us who followed the manual got the values from the pid autotune.
The defaults now if you don't mind.
Re: defualt heated bed PID settings
If you want the defaults, clear your eeprom with the arduino script.
*not actually a robot
Re: defualt heated bed PID settings
I do mind.
g.
g.
Delta Power!
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
Defeat the Cartesian Agenda!
http://www.f15sim.com - 80-0007, The only one of its kind.
http://geneb.simpits.org - Technical and Simulator Projects
-
- Printmaster!
- Posts: 345
- Joined: Mon Jan 06, 2014 1:24 am
Re: defualt heated bed PID settings
what bot said. clear the eeprom, reload your firmware with the latest fork, that will give you your defaults. I do not have defaults only my modded eeprom sorry. search the forum for PID autotune, there are a couple of threads for fine tuning your hotend temps.
Tom C
Tom C
MAX V1
325 MM carbon arms trick trucks effector mount LED ring heat spreader
Corvair750
V6 Hotend
Robo 3D
Flashforge creator
http://WWW.TeslagenX.com" onclick="window.open(this.href);return false; - Bedini experimenter kits, books, DVD's
325 MM carbon arms trick trucks effector mount LED ring heat spreader
Corvair750
V6 Hotend
Robo 3D
Flashforge creator
http://WWW.TeslagenX.com" onclick="window.open(this.href);return false; - Bedini experimenter kits, books, DVD's
Re: defualt heated bed PID settings
From: Repetier-091-ROSTOCKMAX-master/Repetier-091-ROSTOCKMAX/Repetier/Configuration.h
#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
#define HEATED_BED_PID_PGAIN 87.86
#define HEATED_BED_PID_IGAIN 3.01
#define HEATED_BED_PID_DGAIN 641.82
#define HEATED_BED_PID_MAX 255
From output of g-code "M503" EEPROM value dump of printer before tuning any bed PID parameters:
[...]
EPR:0 107 255 Bed PID drive max
EPR:0 124 80 Bed PID drive min
EPR:3 108 87.860 Bed PID P-gain
EPR:3 112 3.010 Bed PID I-gain
EPR:3 116 641.820 Bed PID D-gain
EPR:0 120 255 Bed PID max value [0-255]
[...]
There is no bed PID tuning procedure listed in the assembly manual.
(Extruder procedure yes; bed no.)
Rostock MAX v2 Assembly Guide
Version 3.40, August 7th, 2015
Third Edition
#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
#define HEATED_BED_PID_PGAIN 87.86
#define HEATED_BED_PID_IGAIN 3.01
#define HEATED_BED_PID_DGAIN 641.82
#define HEATED_BED_PID_MAX 255
From output of g-code "M503" EEPROM value dump of printer before tuning any bed PID parameters:
[...]
EPR:0 107 255 Bed PID drive max
EPR:0 124 80 Bed PID drive min
EPR:3 108 87.860 Bed PID P-gain
EPR:3 112 3.010 Bed PID I-gain
EPR:3 116 641.820 Bed PID D-gain
EPR:0 120 255 Bed PID max value [0-255]
[...]
There is no bed PID tuning procedure listed in the assembly manual.
(Extruder procedure yes; bed no.)
Rostock MAX v2 Assembly Guide
Version 3.40, August 7th, 2015
Third Edition
Re: defualt heated bed PID settings
hey thanks a lot, Ironcoot.
glad someone on this board is willing to lend a hand.

glad someone on this board is willing to lend a hand.


Re: defualt heated bed PID settings
The reason why the defaults are not mentioned is because they are not even used once.
You also have the defaults in the arduino program that you have on your computer.
You also have the defaults in the arduino program that you have on your computer.
When on mobile I am brief and may be perceived as an arsl.
Re: defualt heated bed PID settings
> (teoman) The reason why the defaults are not mentioned is because they are not even used once.
I do not understand this statement.
If the instructions from the manual are followed to the letter, the bed-PID values used for printing are the default values from the firmware build.
The manual includes instructions on how to tune the extruder-PID values based on data from the "M303" gcode command -- but there are no instructions to use the "M303 P1" version for the bed.
On a related matter, I have been unable to get "M303 P1" to complete without timing out, so I continue to use the default bed-PID values. (Max V2; 12V Onyx V7)
I do not understand this statement.
If the instructions from the manual are followed to the letter, the bed-PID values used for printing are the default values from the firmware build.
The manual includes instructions on how to tune the extruder-PID values based on data from the "M303" gcode command -- but there are no instructions to use the "M303 P1" version for the bed.
On a related matter, I have been unable to get "M303 P1" to complete without timing out, so I continue to use the default bed-PID values. (Max V2; 12V Onyx V7)
Re: defualt heated bed PID settings
Hnm. Mine must be an older manual then.
Sorry for that.
Sorry for that.
When on mobile I am brief and may be perceived as an arsl.