Marlin Bed Temperature Settings

From Open Source Ecology
Revision as of 16:39, 19 May 2019 by Marcin (talk | contribs)
Jump to navigation Jump to search
  • 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]