Commit Graph

4 Commits

Author SHA1 Message Date
Markus Hitter 448a040f9a check_configtool.sh: don't ignore whitespace entirely.
Instead, any amount of whitespace is treated equally.

Example of a failure not noticed before:

  //#define Z_DIR_PIN  PA_8
  //#define Z_DIR_PINPA_8
2017-12-31 17:26:09 +01:00
Nico Tonnhofer bcb6964ceb heater: add max_pwm and software pwm also for stm32 2017-03-21 17:36:14 +01:00
Nico Tonnhofer f8c78e6384 heaters: add max heater value
You can reduce the max. power of each heater.
With the max_pwm value between 1 and 100% you reduce the active pwm.
For example you could reduce the power of your hotend.

My hotend for example is 12V 30W but connected to 24V. So it has
normally 120W. This is very huge. Setting the max_pwm to 25, it has
again ~30W.
2017-03-21 14:48:15 +01:00
Nico Tonnhofer 3e76406b8c STM32F411: add CNC Shield V3 for Nucleo Pinout 2017-03-03 18:54:56 +01:00