Manual Move After Print
I have a davinci 1.0 with RH. After a print completes I have two issues. The first is that the bed never seems to get to the lower position even though my end gCode instructs it to move to position 200. Here is my end gcode
M117 Done
G92 E0 ; reset extrusion distance
M104 S0 ; turn off extruder
M140 S0 ; turn off Bed
G90 ; Absolute
G28 X0 Y0 ; home
M117 Down Bed
G1 Z200 ; Lower bed
M117 Cleaning
M100 ;Cleaning
M84 ; Disable motors
M117 Cooling
M190 S55 ; Bed (cooling)
M116 ; Wait for all temperatures
M140 S0 ; turn off Bed
M117 Pickup piece
M300 s2500 p400 ; Beep
M300 s2000 p400
M300 s1500 p400
M300 s1000 p400
M84 ; Disable motors
M117 Printer Ready
Also after a print I can no longer move the printer with the manual buttons in RH. I am still able to use the home buttons but that is all. I am sure I am just missing a setting somewhere. When i try to send manual move commands it looks like an error of X3 is displayed but i could not find out what that might mean.
Comments