please help z axis confusion
-
@arnold_r_clark my bl touch all works perfect but here is home all```
undefined; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.3.0 on Wed Aug 25 2021 16:58:52 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioning
G1 H2 Z10 F6000 ; lift Z relative to current position
G1 H1 X-305 Y305 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 H2 X5 Y-5 F6000 ; go back a few mm
G1 H1 X-305 Y305 F360 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 X45 Y15 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z10 F100 ; lift Z relative to current position
;G90 ; absolute positioningand here is home z```; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.3.0 on Wed Aug 25 2021 16:58:52 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioning
G1 H2 Z10 F6000 ; lift Z relative to current position
G90 ; absolute positioning
G1 X45 Y15 F6000 ; go to first probe point
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z10 F100 ; lift Z relative to current position
;G90 ; absolute positioningundefined
here is even my cura start gcode i got from longer for bl touch
undefined-- BL-TOUCH START GCODE --
G21 ; metric values
G90 ; absolute positioning
M82 ; set extruder to absolute mode
M107 ; start with the fan off
; confirm BL-touch safety
M280 P0 S160 ; BL-Touch Alarm release
G4 P100 ; Delay for BL-Touch homing
G28 X0 Y0 ; move X/Y to min endstops
G28 Z0 ; move Z to min endstops
; reconfirm BL-touch safety
M280 P0 S160 ; BL-Touch Alarm realease
G4 P100 ; Delay for BL-Touch
; bed leveling
G29; Auto leveling
M420 Z5 ; set LEVELING_FADE_HEIGHT
M500 ; save data of G29 and M420
M420 S1 ; enable bed leveling
; prepare hot-end
G92 E0 ; zero the extruded length
G1 F200 E3 ; extrude 3mm of feed stock
G92 E0 ; zero the extruded length again
M117 Printing
; -- end of BL-TOUCH START GCODE --anything else you can think of?
-
and im runnind duet 2 wifi and rrf 2.2 and web 1.26
-
@kevinlallshouse said in please help z axis confusion:
and im runnind duet 2 wifi and rrf 2.2 and web 1.26
When using the </> tag you should see:
- a row of three ` characters
- a row with just the word undefined
- a row of three ` characters
Paste the code over the word undefined being sure to not disturb the rows of ` characters.
-
i think i figured out the issue i disabled axis limits and adjusted trigger hight and re zero z axis and it seems to be working but my cura code is causeing a auto level before each print can anyone see mistakes in it that i posted?
-
@kevinlallshouse said in please help z axis confusion:
i think i figured out the issue i disabled axis limits and adjusted trigger hight and re zero z axis and it seems to be working but my cura code is causeing a auto level before each print can anyone see mistakes in it that i posted?
Could you go back and edit your post with the files? You didn't get the use of the </> tag correct.
Frederick
-
@kevinlallshouse said in please help z axis confusion:
M92 X80.00 Y80.00 Z4000.00 E67.91 ; set steps per mm
Is 4000 for sure correct for your Z axis steps per mm?
@kevinlallshouse said in please help z axis confusion:
M420 Z5 ; set LEVELING_FADE_HEIGHT
M500 ; save data of G29 and M420
M420 S1 ; enable bed levelingM420 isn't a valid gcode in reprapfirmware. And M500 isn't doing what you think there and should be removed. This looks like marlin specific gcodes not applicable on a Duet.
-
@phaedrux ok great thank you i have the Cura fixed but I'm having issues with my z steps like u said. my problem is I have a longer lk1 lead screw that's 8mm and I cant find any info on it so I'm quite sure its wrong. an ideas were I could start to calculate them correctly or how to identify my lead screw?
-
Well if you have absolutely no idea what your lead screw is you can just tell it to move a small amount that you can measure and see how much it differs. Then do the math to see how much you're off. Similar to how with extruder is calibrated. You tell it to move 100mm and then measure how much it actually moved and then adjust the steps as needed.
-
Ok that was my thought as well. I'm in the process of going dual z leads so I'm just waiting on new leads then I will know for sure. I don't need to change any settings for dual z correct? just wire in place of z jumpers and good to go from my understanding? or am I'm I mistaken? and thanks for taking time to answer all my questions
-
Yes you can use the dual output Z driver to run the two z motors together without any other configuration.
If you have a spare driver free you could use a separate driver for the second motor and then use it for auto leveling.
https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors