So for a long time I've been having a problem where my Orion hangs and needs hard reset after about the 800,000th line in a file. I read that this might be a firmware bug and finally yesterday bit the bullet and installed the latest Repetier-091-ORION release. Now everything seems to be in good working order, except I can't start prints. There's no menu item for it. In the past when my prints had always started paused I assumed it was the result of something in the start gcode of my slicer settings, but I can't seem to find anything about pausing in there. Here's the beginning of a sample file just to be sure:
Code: Select all
;Generated with Cura_SteamEngine 14.09
; Default start code
G28 ; Home extruder
G1 Z15 F100
M107 ; Turn off fan
G90 ; Absolute positioning
M82 ; Extruder in absolute mode
M190 S100
; Activate all used extruder
M104 T0 S230
G92 E0 ; Reset extruder position
; Wait for all used extruders to reach temperature
M109 T0 S230
;Layer count: 975
;LAYER:0
M107
G0 F6720 X-0.604 Y-40.220 Z0.300
I have tried numerous files, both newly sliced and ones I knew to work with the old firmware, and as far as I can tell they aren't being interpreted at all. When I use the new select file command in the firmware menu, it chirps back at me like something is going to happen, but the towers don't move and the extruder setpoints don't change. I can preheat through the menu and all the other commands I've tried seem to be the same. But the SD card menu no longer has options to pause or continue prints, so I can't get things to work the way they used to.
I wasn't expecting the firmware update to be entirely smooth but I didn't imagine having a problem like this either. I can't find any documentation of the menu system - Repetier's website seems to suggest that everything should be self-evident by the time you get to interacting with the firmware UI. I can't seem to find anyone having a problem similar to this either, which makes me think I must just be overlooking something. Any help would be much appreciated.
Thanks,
~Joe