Update URLs for new github location
This commit is contained in:
parent
e4cfffee42
commit
96b7b8e6c9
|
|
@ -154,7 +154,7 @@ def main(argv):
|
||||||
adcs[i] -=1
|
adcs[i] -=1
|
||||||
break
|
break
|
||||||
print "// Thermistor lookup table for RepRap Temperature Sensor Boards (http://reprap.org/wiki/Temperature_Sensor_2_0)"
|
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 "// (patched per https://github.com/drf5n/Teacup_Firmware/blob/Gen7/createTemperatureLookup.py)"
|
||||||
print "// default thermistor lookup table"
|
print "// default thermistor lookup table"
|
||||||
print "// You may be able to improve the accuracy of this table in various ways."
|
print "// You may be able to improve the accuracy of this table in various ways."
|
||||||
|
|
|
||||||
|
|
@ -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.
|
//? The details are returned to the host computer as key:value pairs separated by spaces and terminated with a linefeed.
|
||||||
//?
|
//?
|
||||||
//? sample data from firmware:
|
//? 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
|
// newline is sent from gcode_parse after we return
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
2
mendel.c
2
mendel.c
|
|
@ -9,7 +9,7 @@
|
||||||
Please see README for a full introduction and long-winded waffle about this project
|
Please see README for a full introduction and long-winded waffle about this project
|
||||||
\section install_sec Installation
|
\section install_sec Installation
|
||||||
\subsection step1 Step 1: Download
|
\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
|
\subsection step2 Step 2: configure
|
||||||
\code cp config.[yourboardhere].h config.h \endcode
|
\code cp config.[yourboardhere].h config.h \endcode
|
||||||
Edit config.h to suit your machone
|
Edit config.h to suit your machone
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue