Marlin Bed Temperature Settings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
*But what about the opposite - if the temperature rises too fast? | *But what about the opposite - if the temperature rises too fast? | ||
*basics in configuration.h - [https://reprap.org/wiki/Heatbeds_-_A_beginner%27s_guide]. Set duty cycle. | *basics in configuration.h - [https://reprap.org/wiki/Heatbeds_-_A_beginner%27s_guide]. 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. [https://reprap.org/forum/read.php?4,570755] | |||
=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:39, 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]
Links
- Marlin source for configuration_adv.h - [4]