Firmware/Marlin
Florian Baumann 5908fd5cec Fix reseting CHDK pin to LOW
chdkActive was set to false regardless of (millis() - chdkHigh) being bigger than the CHDK_DELAY or not. So if (millis() - chdkHigh) wasn't bigger than the delay the first time, the CHDK would never be set back to LOW.

Also, don't return from the function, as there might be other stuff to do, after the CHDK check.
2014-08-11 14:12:32 +02:00
..
example_configurations
BlinkM.cpp
BlinkM.h
cardreader.cpp
cardreader.h preparation for hibernation 2013-10-22 10:04:08 +02:00
Configuration_adv.h
Configuration.h
ConfigurationStore.cpp
ConfigurationStore.h
COPYING
create_speed_lookuptable.py
createTemperatureLookupMarlin.py
digipot_mcp4451.cpp Add Digipot config for 5DPrint D8 Driver Board 2014-04-24 12:56:46 +08:00
dogm_font_data_marlin.h
dogm_lcd_implementation.h
DOGMbitmaps.h
fastio.h
language.h Implementation of FW extruder change retract 2014-06-02 17:02:10 +02:00
LCD Menu Tree.pdf Update the menu plan document with the current menu as per ultralcd.cpp. 2014-02-20 14:20:27 +00:00
LiquidCrystalRus.cpp
LiquidCrystalRus.h
Makefile
Marlin_main.cpp
Marlin.h
Marlin.ino
Marlin.pde
MarlinSerial.cpp
MarlinSerial.h
Menu Plans.xlsx
motion_control.cpp
motion_control.h
pins.h
planner.cpp renaming the disable inactive extruder feature 2014-06-02 14:07:02 +02:00
planner.h
qr_solve.cpp
qr_solve.h
Sd2Card.cpp
Sd2Card.h
Sd2PinMap.h Initial SAV MkI (RepRap CloneWars board) integration. 2013-10-30 11:45:32 +01:00
SdBaseFile.cpp Few simple fixes that save RAM, as static strings are stored in RAM by default. 2012-11-28 10:30:34 +01:00
SdBaseFile.h
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h
SdFile.cpp First cleanup. Moved all code to cpp files, so there are no dependencies on pde files. And no more odd requirement to cat files together. (Still need to fix the Makefile). Also cleaned up some defines and made defines upper case as by C coding conventions. 2012-11-06 12:06:41 +01:00
SdFile.h
SdInfo.h made sd code only compile with SDSUPPORT defined. safes 10k of codespace 2011-12-26 09:28:51 +01:00
SdVolume.cpp
SdVolume.h
Servo.cpp Bed Auto Leveling feature 2013-09-29 13:20:06 -03:00
Servo.h
speed_lookuptable.h
stepper.cpp Merge branch 'Marlin_v1' of github.com:ErikZalm/Marlin into Marlin_v1 2014-05-01 12:03:47 +02:00
stepper.h
temperature.cpp
temperature.h
thermistortables.h
ultralcd_implementation_hitachi_HD44780.h
ultralcd_st7920_u8glib_rrd.h
ultralcd.cpp
ultralcd.h Changed the type of variable to bool, the name to "cancel_heatup", flags implementation and added this fix to M190 gcode too. 2014-06-30 15:12:13 +02:00
vector_3.cpp Merge pull request #689 from cajun-rat/tidy 2014-02-12 16:38:11 +00:00
vector_3.h
watchdog.cpp
watchdog.h