diff --git a/createTemperatureLookup.py b/createTemperatureLookup.py index 76aae9f..6ee9741 100755 --- a/createTemperatureLookup.py +++ b/createTemperatureLookup.py @@ -154,7 +154,7 @@ def main(argv): adcs[i] -=1 break print "// Thermistor lookup table for RepRap Temperature Sensor Boards (http://reprap.org/wiki/Temperature_Sensor_2_0)" - print "// Made with createTemperatureLookup.py (https://github.com/triffid/Teacup_Firmware/blob/master/createTemperatureLookup.py)" + print "// Made with createTemperatureLookup.py (https://github.com/traumflug/Teacup_Firmware/blob/master/createTemperatureLookup.py)" print "// (patched per https://github.com/drf5n/Teacup_Firmware/blob/Gen7/createTemperatureLookup.py)" print "// default thermistor lookup table" print "// You may be able to improve the accuracy of this table in various ways." diff --git a/gcode_process.c b/gcode_process.c index 21c3a5e..c8b097d 100644 --- a/gcode_process.c +++ b/gcode_process.c @@ -609,10 +609,10 @@ void process_gcode_command() { //? The details are returned to the host computer as key:value pairs separated by spaces and terminated with a linefeed. //? //? sample data from firmware: - //? FIRMWARE_NAME:Teacup FIRMWARE_URL:http://github.com/triffid/Teacup_Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 TEMP_SENSOR_COUNT:1 HEATER_COUNT:1 + //? FIRMWARE_NAME:Teacup FIRMWARE_URL:http://github.com/traumflug/Teacup_Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 TEMP_SENSOR_COUNT:1 HEATER_COUNT:1 //? - sersendf_P(PSTR("FIRMWARE_NAME:Teacup FIRMWARE_URL:http://github.com/triffid/Teacup_Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:%d TEMP_SENSOR_COUNT:%d HEATER_COUNT:%d"), 1, NUM_TEMP_SENSORS, NUM_HEATERS); + sersendf_P(PSTR("FIRMWARE_NAME:Teacup FIRMWARE_URL:http://github.com/traumflug/Teacup_Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:%d TEMP_SENSOR_COUNT:%d HEATER_COUNT:%d"), 1, NUM_TEMP_SENSORS, NUM_HEATERS); // newline is sent from gcode_parse after we return break; diff --git a/mendel.c b/mendel.c index 399f44f..e12716e 100644 --- a/mendel.c +++ b/mendel.c @@ -9,7 +9,7 @@ Please see README for a full introduction and long-winded waffle about this project \section install_sec Installation \subsection step1 Step 1: Download - \code git clone git://github.com/triffid/Teacup_Firmware \endcode + \code git clone git://github.com/traumflug/Teacup_Firmware \endcode \subsection step2 Step 2: configure \code cp config.[yourboardhere].h config.h \endcode Edit config.h to suit your machone