Welcome! Log In Create A New Profile

Advanced

Pronterface Error

Posted by George1 
Pronterface Error
November 08, 2015 07:03AM
Hello,

I have an Ormerod 1 and I'm trying to connect it to pronterface. It seems all to be correct, the settings in the device manager and the firmware are ok.
Now if i try to connect it only shows the temperature message all the time (see attached file). Does anybody know that problem?

Thank you,
George
Attachments:
open | download - Pronterface_connect.jpg (74.4 KB)
Re: Pronterface Error
November 08, 2015 08:57AM
I believe that is normal when you have no tool selected. Try sending T0 to the printer. If that doesn't fix it, post your config.g file and let us know which firmware version you are using.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Pronterface Error
November 08, 2015 09:26AM
One more information:
I checked out the resistances for both hot end and heat bed thermistors with a multimeter: Everything seems to be ok.

Moreover i found a logfile (pronterface.exe.log) that recorded the following lines:

"Traceback (most recent call last):
File "pronterface.py", line 1137, in recvcb
IndexError: list index out of range"

Does that help? I hope i don't have to buy a new Duet board..
Re: Pronterface Error
November 08, 2015 09:41AM
Hi dc42,

I tried sending "T0" but the message "printer is not online" appears. As long as this error occurs, no other commands are available.

The "config.g" File is attached.

The firmware:

FIRMWARE_NAME:RepRapFirmware FIRMWARE_VERSION:1.09 ELECTRONICSgrinning smileyuet (+ Extension) DATE:2015-04-21

Edited 1 time(s). Last edit at 11/08/2015 10:00AM by George1.
Attachments:
open | download - config.g (2.4 KB)
Re: Pronterface Error
November 08, 2015 10:00AM
Have you gone through the initial commissioning step with Arduino serial monitor, where you check that the SD card is being read at startup?



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Pronterface Error
November 11, 2015 03:45PM
Thank you, dc42 - it was indeed a problem with the SD card! I can connect now!
Re: Pronterface Error
September 20, 2016 04:09PM
Traceback (most recent call last):
File "pronterface.py", line 1137, in recvcb
IndexError: list index out of range

Get the same error here, the problem now is that the heated bed is not heating, and whenever I try to change the temperature of the hot ends, the Proterface blocks and stopped responding.

I checked using Arduino serial monitor and the SD card was read at start up.

response for M105 command:

ok T: B:23.6 H0:23.6/-273.1 H1:68.2/200.0 H2:109.2/190.0


The configuration file is:
; Configuration file for RepRap Ormerod 2

; RepRapPro Ltd
;

; Copy this file to config.g if you have an Ormerod 2

; If you are updating a config.g that you already have you

; may wish to go through it and this file checking what you

; want to keep from your old file.

;
; For G-code definitions, see [reprap.org]

;
M111 S0 ; Debug off

M550 PMy RepRapPro Ormerod 2 ; Machine name (can be anything you like). With DHCP enabled connect to (example) [reprapproormerod2] (machine name with no spaces).

M551 Preprap ; Machine password (currently not used)

M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address

;M552 P0.0.0.0 ; Un-comment for DHCP

M552 P192.168.1.14 ; IP address, comment for DHCP

M553 P255.255.255.0 ; Netmask

M554 P192.168.1.1 ; Gateway, comment for DHCP

M555 P2 ; Set output to look like Marlin

G21 ; Work in millimetres

G90 ; Send absolute corrdinates...

M83 ; ...but relative extruder moves

M906 X800 Y1000 Z800 E800 ; Set motor currents (mA)

M305 P0 R4700 ; Set the heated bed thermistor series resistor to ;4K7

M305 P1 X100 ; ***Set hot end 1 thermocouple to input channel 100
M305 P2 X101 ; ***Set hot end 2 thermocouple to input channel 101
M569 P0 S0 ; Set X axis direction

M92 E420 ; Set extruder steps per mm

M558 P2 ; Use a modulated Z probe
G31 Z0.8 P600 ;***Sets Z probe homing information to detect 1.8mm above bed where probe reads 604.

M556 S75 X0 Y0 Z0 ; Put your axis compensation here

M201 X500 Y500 Z15 E500 ; Accelerations (mm/s^2)

M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min)

M566 X200 Y200 Z30 E20 ; Minimum speeds mm/minute

M563 P0 D0 H1 ; Define tool 0

G10 P0 S110 R200 ; Set tool 0 operating and standby temperatures

M563 P1 D1 H2 ; Define tool 1, uncomment if you have a dual colour upgrade

G10 P1 X30 S110 R190 ; Set tool 1 operating and standby temperatures, uncomment if you have a dual colour upgrade
M143 S370 ; *** Sets Maximum Temperature

M570 S800 ; *** After a heater has been switched on, wait 350 seconds to heat or flag fault.
Sorry, only registered users may post in this forum.

Click here to login