z axis crashing into bed March 30, 2014 06:54PM |
Registered: 9 years ago Posts: 112 |
Quote
redblunt
now that i am ready to start my first print i zero z and run my setbed (who long does it take to finish? ran from the webserver it gets stuck did it manually then) so im set up to run ormaxis.g first the x axis move i think then the z axis sets down and crashes in the bed
Quote
dc42
If the z axis is crashing into the bed, it probably means that you don't have the right M558 command in config.g or your G31 parameters are incorrect. You may wish to comment the G28 homing commands out of ormaxis.g and home manually before printing.
Quote
redblunt
my config.g
; RepRapPro Ormerod
; Standard configuration G Codes
M111 S1;
Debug on
M550 POrmerod
;Set the machine's name
M551 Preprap;Set the password
M552 P192.168.178.55;Set the IP address
M553 P255.255.255.0; Set netmask
M554 P192.168.178.1;Set the gateway
M555 P2;Emulate Marlin USB output
M92 E420;Set extruder steps/mm
G21 ;Work in mm
G90 ;Absolute positioning
M83 ; Extrusions relative
M558 P1; Turn Z Probe on
G31 Z1.40 P684 ; Set Z probe height and threshold
M906 X800 Y800 Z800 E800 ;
Motor currents (mA)
T0 ;
Select extruder 0
M557 P0 X0 Y0
i homed manualy no success
i also recalibrated the zprobe no success
Re: z axis crashing into bed March 30, 2014 07:13PM |
Registered: 9 years ago Posts: 14,659 |
Quote
redblunt
i set G92 Z0 when the extruder was 5mm above the bed
also crashed - so it must be config or the sensor (says my mind)
Re: z axis crashing into bed March 30, 2014 08:05PM |
Registered: 9 years ago Posts: 112 |