Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 220V Bed Settings in Configuration.h #2

Open
Snoopy354 opened this issue Dec 6, 2018 · 1 comment
Open

Missing 220V Bed Settings in Configuration.h #2

Snoopy354 opened this issue Dec 6, 2018 · 1 comment

Comments

@Snoopy354
Copy link

#if ENABLED(PIDTEMPBED)

//#define PID_BED_DEBUG // Sends debug data to the serial port.

//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
#define DEFAULT_bedKp 138.56
#define DEFAULT_bedKi 24.51
#define DEFAULT_bedKd 195.80

//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from pidautotune
//#define DEFAULT_bedKp 97.1
//#define DEFAULT_bedKi 1.41
//#define DEFAULT_bedKd 1675.16

// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
#endif // PIDTEMPBED

What is for 220V Bed?

Thanks

@smirnov-tk
Copy link

@Snoopy354 you know, but even same model printer have individual PID settings.
You can find your own using this gcode command: M303 E-1 C8 S90, then apply it using M340 command and save using M500 command.
You can google for tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants