@alankilian
The board
https://a.aliexpress.com/_mOkoSpq
And yup standing in front and x is +x and z is pointing to -y is what I meant to say
Thanks
@alankilian
The board
https://a.aliexpress.com/_mOkoSpq
And yup standing in front and x is +x and z is pointing to -y is what I meant to say
Thanks
@alankilian x is to x, z is to the front of printer so 20?
Hi I recently installed my accelerometer but I’m a tiny bit confused as to the orientation code
M955 P0 I60 C”io8.out+io8.in”
Is the code I used my machine is a core xy and I used the lis3dsh mounted on tool head
Hi was this issue solved? I’m having this issue ive brand new bltouch connected to io7
@fcwilt yup id like to do z level at start of a print so when i turn on printer or a job i know at least thats right (since the bed is a bit heavy it may roll down a bit just to be safe) and since bed g calls home all it will do that anyway and i also skimmed and found the m564 command added it and just saw your msg thanks for the recommendations and help
@phaedrux yup thought of that and found m564 in gcode commands and adde s0 and s1 before and after and put actual area to what is intended thanks
@fcwilt thx for your help i removed all g30's and isolated it in a macro and played around with numbers based on what was happening my understanding is that in my config g i set my build area as 400 or wahat ever and based on probe offset even though the probe had space it was trying to probe 2 far outside of the build volume and it was confusing the system so i just had to add 15 to config file for volume making it 415 even though my print area is only 375 ish
@fcwilt I’ll try your way see what happens as for the video
Home all is done
Moves to
G30 P0 X35 Y30 Z-99999
Done and moves on to
G30 P1 X187 Y410 Z-99999
Done but the stuffer or whatever u call that happens and won’t move to
G30 P2 X405 Y30 Z-99999 S3
hi i recently built a corexy with 3 z screws dono what I'm missing here everything was okay after initial tests everything works fine toolhead moves with simple commands initially the triple z worked as well. after a few attempts I've been having this issue. it will move to first 2 probe points but it has an issue for some reason it wont do a proper move to the 3rd point and I dono if this is a stall or a programing error. I've switched stepper drivers, changed amps, acceleration, speeds, remaking a fresh config, also checked crimps and contacts. I'm lost at this point. any help would be nice. attached is a video of the issue and configs. also trying to do independent z when home alling
Duet 3 6hc
Firmware 3.1.1
https://youtube.com/shorts/QdjsjUkp_5o?feature=share
@phaedrux yea someone else just pointed me to that site I’ll order off there considering the 4x shipping cost I saw on eBay listing that made no sense
@dc42 I’m in Canada and most sellers that are linked on the site on this side of the ocean are sold out and back order I got one of these https://a.aliexpress.com/_mPLv90v dono why they have both names on it wondered if it works or if support can be added I was going to plug it in to see if it works but didn’t wanna burn something in the process
@dc42 hi sir I was wondering if there will be support for the lis3dsh soon or in the near future as almost every site I’ve seen is sold out of lis3dh thank you
@phaedrux my home all is this
G91 ; relative mode
G1 H2 Z4 F200 ; raise head 4mm
G1 H1 X-205 Y-205 F3000 ; move up to 240mm in the -X and -Y directions until the homing switches are triggered
G1 H2 X4 Y4 F600; move slowly 6mm in +X and +Y directions
G1 H1 X-10 Y-10 ; move up to 10mm in the -X and -Y directions until the homing switches are triggered
G90 ; back to absolute mode
G1 X100 Y100 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height
should be okay?
@phaedrux ok thank you I have manually leveled it as best as I can with my eye lol. And I’ll swap in the bed.g. I didn’t think I wanted to do 2 because angle may be 2 high and it could jam the gantry
so i wanted to setup the dual z and so i connected my right motor to z driver and left to my e1 driver wanted to make sure i did this right dont want to hear a bang
; Drives
M569 P0 S0 ; physical drive 0 goes backwards
M569 P1 S0 ; physical drive 1 goes backwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S0 ; physical drive 3 goes backwards
M584 X0 Y1 Z2:4 E3 ; two Z motors connected to driver outputs Z and E1
M671 X220:-20 Y0:0 S0.5 ; leadscrews at left (connected to E1) and right (connected to Z) of X axis
M208 X-5:205 Y0:200 ; X carriage moves from -5 to 205, Y bed goes from 0 to 200
and im a bit confused as to what i should have in bed g file i copied what was on the guide but i had a few lines from before would i just add to them or remove the old
M561 ; clear any bed transform
G28 ; home all axes
G29 ; probe the bed and enable compensation
should i just add this to that
G28 ; home
M401 ; deploy Z probe (omit if using bltouch)
G30 P0 X20 Y50 Z-99999 ; probe near a leadscrew, half way along Y axis
G30 P1 X180 Y50 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors
M402 ; retract probe (omit if using bltouch)
and im using a NPN probe would i need to keep the 401/402?? and do i need to declare steps per mm again or it will use the same parameters as other z automatically?
config.g bed.g
Printer is a maker select v2 aka wanhao i3 aka whatever names the came up with
@engikeneer ok thanks yea i get that error when i turn on the printer and am not doing anything i thought that would come on when u actually power up he bed.
and thanks about the zprobe info i made a new config file with the reprap tool and saw the change