@Veti said in Extruder Motor Getting Hot.:
after the change if you go to x0 y0 is it exactly above the edge?
homing all axis then sending command (G0 X0 Y0) moves the nozzel so that it is at the left corner of the bed. BUT I cannot move the X axis over so that it is closer to the edge of the bed as its maximum movement is X-4 and that is also where it homes to which that I don't have a issue with.
@dc42 said in Extruder Motor Getting Hot.:
There is a wiki page about how to centre prints. https://duet3d.dozuki.com/Wiki/Centering_the_bed_or_setting_the_bed_origin
Yes I have read that before I even asked for help with this issue.
using the quote from that wiki page.
Xmin edge of the bed is at X=-100 and the homing switch triggers at X=(-100-8) = -108mm. Similarly, the Ymax edge of the bed is at Y=100 and the Y homing switch triggers at Y=(100+2) = 102mm. So we can use the following commands in config.g:
M208 S0 X-108 Y-100 ; set axis lower limits
M208 S1 X100 Y102 ; set axis upper limits
Xmin edge of the bed is atapproximately X=-14 and the homing switch triggers at X=(-4)
it homes to X-4 as that is where the home optical sensor is and I am not able to move it as that is the maximum of the frame size!
The Y Axis when homed is at -15 when moved to the edge of the bed using
(G0 X0 Y0) it is at the edge of the bed as it is expected to be following the instructions kindly given to me both by @Veti and that wiki page, However when sending a file to print it is not printing in the middle of the bed as the above picture clearly shows.
So I set the M208 in the config to
; Axis Limits
M208 X-4 Y-15.0 Z0 S1 ; set axis minima
M208 X270 Y285 Z480 S0 ; set axis maxima
So in short I don't have a clue as to why. I am clearly missing some bit of information or instructions that have been given to me.
Sorry if this is a pain to have to deal with but I need the help in trying to resolve this.
I am not bothered about the fact that the upload of gcode files fail when they are of a large size that never got sorted out and am quite happy to be pulling the SD card out of the Panel and transferring them that way from now on and having to baby step the DC42 Z-probe down to it's proper printing height even though it was definately setup correctly by me and Phaedrux in the start of this months ago. but having the prints not center to bed is something that I would very much like to get resolved as I am not able to utilise the whole of my print bed size due to the constraints of the frame size.