Welcome! Log In Create A New Profile

Advanced

I have i problem with extruder heater

Posted by helwic 
I have i problem with extruder heater
April 03, 2017 11:58PM
Some times when i turn on the ormerod 2, i can get the extruder too print som PLA. and when i try tu print some thing it say that ther ist not any tool and i can`t print. A have never get this machin to print any thing. I have not upgraded the firmware on it. I read that DC42 have made many upgrades, but i have not tryed this. because i havent got the original setups to function.

Pleas help. Or pleas buy this machine from me :-)

The config fil is like this :

; 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.
;
M111 S0 ; Debug off
M550 PMy RepRapPro Ormerod 2 ; Machine name (can be anything you like)
M551 Preprap ; Machine password (currently not used)
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
M552 P192.168.1.14 ; IP address
M553 P255.255.255.0 ; Netmask
M554 P192.168.1.1 ; Gateway
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 R4700 ; Set the hot end thermistor series resistor to 4K7
M569 P0 S0 ; Reverse the X motor
M92 E420 ; Set extruder steps per mm
M558 P2 ; Use a modulated Z probe
G31 Z1.70 P612 ; Set the probe height and threshold (deliberately too high to avoid bed crashes on initial setup)
M557 P0 X45 Y0 ; Four...
M557 P1 X45 Y190 ; ...probe points...
M557 P2 X215 Y190 ; ...for bed...
M557 P3 X215 Y0 ; ...levelling
M556 S78 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 X1200 Y1200 Z30 E1200 ; Minimum speeds mm/minute
M563 P1 D0 H1 ; Define tool 1
G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures
Re: I have i problem with extruder heater
April 04, 2017 02:27AM
Try sending command T1 before you try to print.



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: I have i problem with extruder heater
April 04, 2017 04:02PM
I will try this, but know i got a new problem, When i took out the SD card for copying the Config fil in her. I now cant get the machine to work again. When i type M503, it come up the message "Can`t open 0:/sys/config.g to read from. error code :12 Configuration file not found.
Re: I have i problem with extruder heater
April 05, 2017 07:04AM
Assuming that it is the same SD card that was working before, there are a few possibilities why that happened.

Your SD card might not be making proper contact - clean the contacts with a pencil eraser and try again - make sure that all the rubber bits are cleaned off and the card is properly inserted and locked in place.

The SD card might have become corrupt. Ensure you have all the folders and files it contains on your PC, put it in your PC, re-format it (FAT32) and copy the files back across.

The worst case situation is that some of the legs on the SD card connector on the Duet have become disconnected - you should be able to see if that is the case by looking at the solder joints carefully using a bright light & lens and try gently moving them with a small screwdriver to ensure they are properly soldered.

If you have changed to a different SD card, the most likely cause is that the card is a low speed grade and not being seen by the Duet. The fact that the Duet does not like low speed cards is really a firmware bug (not sure if that was ever fixed), but the solution is to use a higher spec card. If you cannot get the card to be recognized, it is worth trying a different card anyway in case the one you have is marginal. You can also upgrade to the latest firmware (it doesn't need to see the card to do that), though as said I don't know whether the SD card routines were ever fixed so that might not help.

Dave
Sorry, only registered users may post in this forum.

Click here to login