Marlin Bed Temperature Settings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
=Fast Heater Design= | =Fast Heater Design= | ||
*This forum post indicates that SSRs are fine in bang-bang or PWM switching. Switching frequency should be under 10Hz. [https://reprap.org/forum/read.php?4,570755] | *This forum post indicates that SSRs are fine in bang-bang or PWM switching. Switching frequency should be under 10Hz. [https://reprap.org/forum/read.php?4,570755] | ||
*Switching time of AC SSR is 8 ms, so Max switching frequency would be 120 hz for AC relay. [https://www.element14.com/community/thread/13647/l/have-a-question-about-solid-state-relays-and-their-applications-ask-me?displayFullThread=true] | |||
=Links= | =Links= | ||
*Marlin source for configuration_adv.h - [http://marlinfw.org/docs/configuration/configuration.html#temperature-options] | *Marlin source for configuration_adv.h - [http://marlinfw.org/docs/configuration/configuration.html#temperature-options] |
Revision as of 16:45, 19 May 2019
- Time and temperature rise settings are found in Configuration_adv.h - if a rise of a certain temperature is not observed in Marlin - printer shuts down: [1]
- But what about the opposite - if the temperature rises too fast?
- basics in configuration.h - [2]. Set duty cycle.
Fast Heater Design
- This forum post indicates that SSRs are fine in bang-bang or PWM switching. Switching frequency should be under 10Hz. [3]
- Switching time of AC SSR is 8 ms, so Max switching frequency would be 120 hz for AC relay. [4]
Links
- Marlin source for configuration_adv.h - [5]