Silverquark / i3PlusPlus

This is a modified version of the Marlin 1.1.4 firmware for the WANHAO Duplicator i3 Plus 3d printer.
https://silverquark.github.io/i3PlusPlusSite/
GNU General Public License v3.0
69 stars 16 forks source link

beta 3 doesn't compile, code broken line 811 to 813 in temperature.cpp #9

Closed dl6abm closed 7 years ago

dl6abm commented 7 years ago

guess it should be like in beta 2:

if HAS_THERMALLY_PROTECTED_BED

  thermal_runaway_protection(&thermal_runaway_bed_state_machine, &thermal_runaway_bed_timer, current_temperature_bed, target_temperature_bed, -1, THERMAL_PROTECTION_BED_PERIOD, THERMAL_PROTECTION_BED_HYSTERESIS);
#endif

compiles after correction

Silverquark commented 7 years ago

fixed that in the release version. forgot to push to repo. should be fixed now.