DWC Z - Axis Movement off by Factor 10
-
@Frederik said in DWC Z - Axis Movement off by Factor 10:
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X160.00 Y160.00 Z400.00 E837.02 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X12000.00 Y12000.00 Z1800.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z30.00 E250.00 ; set accelerations (mm/s^2)
M906 X1800 Y1800 Z1000 E1200 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X400 Y400 Z400 S0 ; set axis maxima
; Endstops
M574 X2 S1 P"!io1.in" ; configure active-high endstop for high end on X via pin !io1.in
M574 Y1 S1 P"!io0.in" ; configure active-high endstop for low end on Y via pin !io0.in
M574 Z1 S2 ; configure Z-probe endstop for low end on Zthis section is still in your config twice
-
wow, i dont know why its doubling these lines ?!?
-
in my normal config. in DWC there is this section only once
-
@Frederik drag and drop file instead of copy paste content
-
ok.
i restartet my DWC and now it looks good i think -
-
@Frederik said in DWC Z - Axis Movement off by Factor 10:
M591
i get always the error M591 no pin name given.
do i have to use the m950 command befor to create a pin ?
-
-
WOW, Thank You soooo much.
Now my Z Axis working almost spot on...only minor adjustments needed.
Your Tip with the Extruder E steps was perfekt.
now there is only the error message from the filament Sensor ,
and i have to try if the auto bed leveling with the 3 independet z motors will work as expected with my BLTouch.
What Slicer do you use or recommend ?
I tried
Cura 4.8.0 and Prusaslicer .Simplyfy 3d looks also realy nice, but i cant find a demmo version or similar. Its a hefty Price Tag for a Slicer and when i am reading the reviews on the internet ,i dont know if it is good at the moment with 4.1 or should i wait till the new update is released ?
-