Complete project renaming

This commit is contained in:
Vaclav Ax Hula 2011-03-07 02:11:24 +01:00 committed by Michael Moon
parent fe0dc5408b
commit dba296d3d2
5 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
############################################################################## ##############################################################################
# # # #
# FiveD on Arduino - alternative firmware for repraps # # Teacup - alternative firmware for repraps #
# # # #
# by Triffid Hunter, Traumflug, jakepoz # # by Triffid Hunter, Traumflug, jakepoz #
# # # #

6
README
View File

@ -1,3 +1,9 @@
##############################################################################
# #
# Teacup (formely FiveD on Arduino) firmware #
# #
##############################################################################
Rewrite of Reprap Mendel firmware: Rewrite of Reprap Mendel firmware:
* 100% integer computations * 100% integer computations

View File

@ -397,7 +397,7 @@ DEFINE_HEATER(bed, PORTB, PINB4, OCR0B)
// #define DC_EXTRUDER_PWM 180 // #define DC_EXTRUDER_PWM 180
/* /*
FiveD on Arduino implements a watchdog, which has to be reset every 250ms or it will reboot the controller. As rebooting (and letting the GCode sending application trying to continue the build with a then different Home point) is probably even worse than just hanging, and there is no better restore code in place, this is disabled for now. Teacup implements a watchdog, which has to be reset every 250ms or it will reboot the controller. As rebooting (and letting the GCode sending application trying to continue the build with a then different Home point) is probably even worse than just hanging, and there is no better restore code in place, this is disabled for now.
*/ */
// #define USE_WATCHDOG // #define USE_WATCHDOG

View File

@ -1,6 +1,6 @@
############################################################################## ##############################################################################
# # # #
# FiveD on Arduino - alternative firmware for repraps # # Teacup - alternative firmware for repraps #
# # # #
# by Triffid Hunter, Traumflug, jakepoz # # by Triffid Hunter, Traumflug, jakepoz #
# # # #

View File

@ -1,2 +1,2 @@
Reprap Gen3 extruder controller support for Triffid_Hunter's FiveD_on_Arduino firmware Reprap Gen3 extruder controller support for Triffid_Hunter's Teacup firmware
by jakepoz by jakepoz