lionel...@gmail.com
unread,Aug 27, 2014, 3:46:19 PM8/27/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to r2c2---...@googlegroups.com, lionel...@gmail.com
By the way, the thermistor lookup table can be updated without having to re-flash the firmware. For this, connect your R2C2 board to your PC and keep the 'boot' switch pushed while pushing 'reset'. This will switch it to 'pendrive mode' and you should see it as a USB memory stick on your PC (you'll have to wait a bit).
Then either access or create the file autoexec.g. This file is launched at startup and allows changing the EEPROM, so that you can change the temperature lookup table of the extruder. I include my file here as an exemple.
By the way, if anyone knows how to do the same to access the lookup table of the hot bed I would be grateful.
Lionel
;Changing the lookup table of the extruder heater:
M239 I0 X56 Y916 ;Extruder ID number, ADC value, temperature
M239 I1 X1811 Y265
M239 I2 X2039 Y250
M239 I3 X2192 Y240
M239 I4 X2344 Y230
M239 I5 X2557 Y216
M239 I6 X2802 Y200
M239 I7 X2970 Y189
M239 I8 X3244 Y171
M239 I9 X3413 Y157
M239 I10 X3546 Y146
M239 I11 X3647 Y136
M239 I12 X3727 Y127
M239 I13 X3792 Y118
M239 I14 X3845 Y110
M239 I15 X3890 Y103
M239 I16 X3990 Y80
M239 I17 X4057 Y50
M239 I18 X4078 Y20
M239 I19 X4091 Y2
M240 T1 S0
M500 ;last command, saves parameters to EEPROM