Marlin-Tevo-Tarantula/Marlin
whosawhatsis 8a5eaa3c9b Fix crash after home bug
Fixes a bug in the Extruder Runout Prevention feature that caused the
extruder to move back to “current_position” after a move if it was
activated while the move was in progress. For long home moves (which
are longer than the dimensions of the machine’s working area), this
would cause the machine to crash into the far end of its travel after
homing. This usually occurred on the Z axis, which could result in
damage to the machine if you don’t hit the reset button in time.
2014-01-19 19:11:51 -08:00
..
example_configurations/delta Correct missing parameter from last upmerge 2013-12-19 00:50:44 -02:00
BlinkM.cpp
BlinkM.h
cardreader.cpp
cardreader.h
Configuration.h Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into ErikZalm 2013-12-23 12:20:32 +01:00
Configuration_adv.h Z and Y dual stepper drivers error 2013-12-11 14:37:43 -06:00
ConfigurationStore.cpp Update ConfigurationStore.cpp 2014-01-17 16:09:58 +01:00
ConfigurationStore.h
COPYING
create_speed_lookuptable.py
createTemperatureLookupMarlin.py
dogm_font_data_marlin.h
dogm_lcd_implementation.h
DOGMbitmaps.h
fastio.h
language.h Add Z Probe Offset to EEPROM and Ultra LCD 2014-01-16 18:13:46 -02:00
LCD Menu Tree.pdf
LiquidCrystalRus.cpp
LiquidCrystalRus.h
Makefile
Marlin.h Add Z Probe Offset to EEPROM and Ultra LCD 2014-01-16 18:13:46 -02:00
Marlin.ino
Marlin.pde
Marlin_main.cpp Fix crash after home bug 2014-01-19 19:11:51 -08:00
MarlinSerial.cpp
MarlinSerial.h
Menu Plans.xlsx
motion_control.cpp
motion_control.h
pins.h Added PT100 support for Ultiboard2 2014-01-06 11:20:03 +01:00
planner.cpp Merge branch 'Marlin_v1' of https://github.com/ErikZalm/Marlin into ErikZalm 2013-12-23 12:20:32 +01:00
planner.h
qr_solve.cpp Implemented a least squares fit of the bed equation for auto bed leveling. 2013-12-06 21:46:25 +01:00
qr_solve.h Implemented a least squares fit of the bed equation for auto bed leveling. 2013-12-06 21:46:25 +01:00
Sd2Card.cpp
Sd2Card.h
Sd2PinMap.h
SdBaseFile.cpp
SdBaseFile.h
SdFatConfig.h
SdFatStructs.h
SdFatUtil.cpp
SdFatUtil.h
SdFile.cpp
SdFile.h
SdInfo.h
SdVolume.cpp
SdVolume.h
Servo.cpp
Servo.h
speed_lookuptable.h
stepper.cpp Add Ultiboard2 electronics. With PWM current settings. For the few people that have this new board as experiment in their UM-Original. 2014-01-06 11:05:02 +01:00
stepper.h
temperature.cpp Added PT100 support for Ultiboard2 2014-01-06 11:20:03 +01:00
temperature.h Bed Heater monitoring in Controller Fan 2013-11-27 23:23:06 -02:00
thermistortables.h Added PT100 support for Ultiboard2 2014-01-06 11:20:03 +01:00
ultralcd.cpp Add Z Probe Offset to EEPROM and Ultra LCD 2014-01-16 18:13:46 -02:00
ultralcd.h
ultralcd_implementation_hitachi_HD44780.h
ultralcd_st7920_u8glib_rrd.h
vector_3.cpp Minor code and comment polishing 2013-12-11 21:27:43 +01:00
vector_3.h Fixed the plane vector equation to a simpler one (only dependent on the normal) 2013-12-06 21:32:21 +01:00
watchdog.cpp
watchdog.h