Upgrade to 1.01 Broke EEPROM

I have an ANET A8 with a custom built Repetier Firmware which has worked fine for a long time. I recently upgraded server to 1.1 and now I can't read the EEPROM. I just get the normal screen with no values. If I export, I get an empty XML file with just the preamble/footer. 

When I try to issue M205 from console, I get a line number error. Everything works, just not the EEPROM:
Recv:17:12:59.704: Error:Missing linenumber
Recv:17:12:59.707: Resend:310

M115 produces:

Recv:17:13:50.653: FIRMWARE_NAME:Repetier_0.92.9 FIRMWARE_URL:https://github.com/repetier/Repetier-Firmware/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel EXTRUDER_COUNT:1 REPETIER_PROTOCOL:3
Recv:17:13:50.657: Printed filament:1300.11m Printing time:11 days 12 hours 19 min
Recv:17:13:50.660: PrinterMode:FFF

So I suppose I don't have extended capability reporting turned on. However, it shows up for M360
Recv:17:15:15.433: Config:Baudrate:115200
Recv:17:15:15.435: Config:InputBuffer:127
Recv:17:15:15.438: Config:NumExtruder:1
Recv:17:15:15.440: Config:MixingExtruder:0
Recv:17:15:15.440: Config:HeatedBed:1
Recv:17:15:15.443: Config:SDCard:1
Recv:17:15:15.443: Config:Fan:1
Recv:17:15:15.445: Config:Fan2:0
Recv:17:15:15.446: Config:LCD:1
Recv:17:15:15.448: Config:SoftwarePowerSwitch:0
Recv:17:15:15.451: Config:XHomeDir:-1
Recv:17:15:15.451: Config:YHomeDir:-1
Recv:17:15:15.453: Config:ZHomeDir:-1
Recv:17:15:15.456: Config:SupportG10G11:1
Recv:17:15:15.459: Config:SupportLocalFilamentchange:1
Recv:17:15:15.461: Config:CaseLights:0
Recv:17:15:15.461: Config:ZProbe:1
Recv:17:15:15.465: Config:Autolevel:1
Recv:17:15:15.465: Config:EEPROM:1
Recv:17:15:15.468: Config:PrintlineCache:16
Recv:17:15:15.470: Config:JerkXY:20.00
Recv:17:15:15.471: Config:JerkZ:0.30
Recv:17:15:15.473: Config:RetractionLength:3.00
Recv:17:15:15.476: Config:RetractionLongLength:13.00
Recv:17:15:15.478: Config:RetractionSpeed:40.00
Recv:17:15:15.481: Config:RetractionZLift:0.00
Recv:17:15:15.484: Config:RetractionUndoExtraLength:0.00
Recv:17:15:15.489: Config:RetractionUndoExtraLongLength:0.00
Recv:17:15:15.491: Config:RetractionUndoSpeed:20.00
Recv:17:15:15.492: Config:XMin:-32.00
Recv:17:15:15.494: Config:YMin:-7.00
Recv:17:15:15.497: Config:ZMin:0.00
Recv:17:15:15.497: Config:XMax:220.00
Recv:17:15:15.499: Config:YMax:220.00
Recv:17:15:15.499: Config:ZMax:230.00
Recv:17:15:15.503: Config:XSize:252.00
Recv:17:15:15.506: Config:YSize:227.00
Recv:17:15:15.506: Config:ZSize:230.00
Recv:17:15:15.508: Config:XPrintAccel:400.00
Recv:17:15:15.511: Config:YPrintAccel:400.00
Recv:17:15:15.514: Config:ZPrintAccel:100.00
Recv:17:15:15.516: Config:XTravelAccel:800.00
Recv:17:15:15.519: Config:YTravelAccel:800.00
Recv:17:15:15.522: Config:ZTravelAccel:100.00
Recv:17:15:15.524: Config:PrinterType:Cartesian
Recv:17:15:15.524: Config:MaxBedTemp:120
Recv:17:15:15.527: Config:Extr.1:Jerk:20.00
Recv:17:15:15.529: Config:Extr.1:MaxSpeed:50.00
Recv:17:15:15.532: Config:Extr.1:Acceleration:5000.00
Recv:17:15:15.535: Config:Extr.1:Diameter:0.00
Recv:17:15:15.539: Config:Extr.1:MaxTemp:275

Is there any way to get 1.01 to read the EEPROM again?


Comments

  • That is a problem in 1.0.1 that it sends M205 without line number. I have teached next version 1.0.2 to not do that for repetier-firmware, then it will work again. Will be released in a few days.
  • Repetier said:
    That is a problem in 1.0.1 that it sends M205 without line number. I have teached next version 1.0.2 to not do that for repetier-firmware, then it will work again. Will be released in a few days.


    Thanks!
  • That did it. Thanks!
Sign In or Register to comment.