You are not logged in.
Pages: 1
Hello,
I have done settings of my Start of print section to ignore the initial M650 movement. After upgrade to the latest version 1165 it seems impossible - is this hardcoded? How to prevent moving up of the build platform before very first layer?
Offline
Nothing hard-coded for RAMPS, for direct control having limit cause auto calibration on power on.
Offline
My settings for the "start of print" are :
G90
M650
D0.1 S3 R1
G90
[[PositionSet 0]]
But actually the Z is lift up about 3mm instead of 0.1mm
Why?
Offline
With G90 you put your RAMPS into absolute mode with D0.1 (By the way I do not know details about D series code) you ask it to move to 0.1 position.
Offline
Ok, thanks, I figured out how to proceed. D variable is lift distance and I used a math function to set it zero for the first layer. Now everything works perfect.
Offline
Pages: 1