Complete project renaming
This commit is contained in:
parent
fe0dc5408b
commit
dba296d3d2
2
Makefile
2
Makefile
|
|
@ -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
6
README
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 #
|
||||||
# #
|
# #
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue