@Phaedrux hey again! would you have any suggestions for start and end gcode? this is probably the very last thing i have to do until i can finally print. thanks!
Posts made by alxndr
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@mitch would you happen to have an example of start and end gcodes that i could look at? im trying to set mine right now. Thanks!
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux so I did that. But it only probes 3 while saying it can't reach some points.
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@mitch I don't get how we have the same printer and yet we have different values for axis limits.
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@mitch just out of curiosity, how and where in comparison to your nozzle is your bltouch mounted?
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@mitch Thanks for this! i think im pretty much set right now. The only thing im messing with is the bltouch probing points. I'm having a little trouble with that....trying to get 4 points to probe but it keeps telling me it cant reach the points. i basically set start at x10 and end at my limit which is x228.8 but i realize thats for the nozzle...not the bltouch. so im not sure how exactly im supposed to set that.....
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux oh wait...the x cant go ALL the way to the left because of the bltouch!!
now last thing...trying to set 4 probing points....using this: M557 X20:208.8 Y20:203.5 P4
But it only probes 3 points? the results in the console say "probed 12 points" but its actually probed 9...any ideas with that?
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux I cannot jog past that point physically but I'm wondering why that numbet is different from the actual measurement
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux no it's because I'm physically blocked lol 0,0 (bottom left) is basically at a physical limit.
So I'll ask again because I'm a little lost. If my bed physically measures 235x235, why is it that my number is 228.8? Shouldn't it be 235? That's what the bed actually measures if I measure it with a tape. And the nozzle won't physically go beyond the printable area.
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux when I bring it to 0,0 I can no longer move it Left or front. But it should go to 235 becauae that's the length of the actual bed. But it only goes to 228.8.
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux yes I can. All of it. Basically the edges are right where the nozzle goes until. That's why it's confusing to me. It should be 235 not 228.8 lol am I missing something? Everything else seems to be fine now. Just that mystery is left
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux if I measure with a tape, it's 235mm by 235mm. The actual glass bed I mean
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux but the build plate is actually 235x235 though. Are my numbers still ok even though?
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
so i got everything homing perfectly now! great guide, thank you!!
as for my axis limits, does this make any sense to you? the advertised is 220x220x300
the bed physically measures 235x235
and when i run the commands you send me after manually bringing the print head to 0,0, these are the numbers i get (below).
also, do i have to home the printer every time i reboot it? it keeps turning the buttons orange and sometimes says not homed when i try stuff...
thanks again!
; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X228.8 Y219.5 Z300 S0 ; set axis maxima -
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux thanks so much for explaining and for your patience. I'll give all that a try today and report back.
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux so something is wrong. I did everything you said to do. and im still getting everything in the wrong direction. The one thing that is weird is that after changing x1 and y1 to x2 and y2, the movement buttons still dont work in the right direction BUT only move to the left just a little bit and then wont continue. Im not sure if this makes sense.
ill post my config.g with how it was before i made your changes as well as my homing files. if you could help, that would be amazing.
; General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Ender 5 Pro" ; set printer name; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S1 ; enable FTP
M586 P2 S1 ; enable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S1 ; physical drive 3 goes backwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 E415.00 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z300.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E900 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 X220 Y220 Z300 S0 ; set axis maxima; Endstops
M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop
M574 Z1 S1 P"zstop" ; set endstops controlled by probe; Z-Probe
M558 P9 C"^zprobe.in" H5 F100 T2000 ;
M950 S0 C"exp.heater3" ; define GPIO/Servo pin index
M557 X35:185 Y35:185 S50 ; define mesh grid
G31 X-45 Y-4 Z0 ;
M307 H3 A-1 C-1 D-1 ;; Heaters
M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S100 ; set temperature limit for heater 0 to 100C
M307 H0 A161.3, C526.0, D1.2 S1 ; PID Heater - Bed
M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S230 ; set temperature limit for heater 1 to 230C
M307 H1 A499.2, C151.6, D3.8 S1 ; PID Heater - Nozzle; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S1 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings
G29 S1 ; Load mesh bed; Miscellaneous
M501 ; load saved parameters from non-volatile memory; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Fri Aug 07 2020 18:12:00 GMT-0400 (Eastern Daylight Time);G28 XY
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-225 F3000 ; move quickly to X axis endstop and stop there (first pass)
G1 H1 Y-225 F3000 ; move quickly to Y axis endstop and stop there (first pass)
;G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioningG1 X65 Y114 F4000 ; Move probe to middle of bed
G30
; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Fri Aug 07 2020 18:12:00 GMT-0400 (Eastern Daylight Time)G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-225 F3000 ; move quickly to X axis endstop and stop there (first pass)
;G1 H2 X-5 F6000 ; go back a few mm
;G1 H1 X 225 F240 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Fri Aug 07 2020 18:12:00 GMT-0400 (Eastern Daylight Time)G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y-225 F3000 ; move quickly to Y axis endstop and stop there (first pass)
;G1 H2 Y-5 F6000 ; go back a few mm
;G1 H1 Y225 F240 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v3.1.4 on Fri Aug 07 2020 18:12:00 GMT-0400 (Eastern Daylight Time);G28 XY
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-225 F3000 ; move quickly to X axis endstop and stop there (first pass)
G1 H1 Y-225 F3000 ; move quickly to Y axis endstop and stop there (first pass)
;G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioningG1 X65 Y114 F4000 ; Move probe to middle of bed
G30
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@Phaedrux thanks for all this! ill try tonight after work when i get home. i remember maybe trying something like this but when i tried to move left it wouldnt go all the way. maybe i missed something. it would stop half way...
also, when you say to manually move the print head to the center, does it have to be perfectly in the center? im not sure i can do that just by eye lol
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@peter247 so i made the changes you recommended and both x and y crashed because they went towards the left side which has no endstops. had to panic
i played around with everything and ended up reverting back. even when i use the buttons for x and y to go left by 10 or wtv...when i click the left direction buttons, it goes right. i get that something isnt right. but no idea what to do. i tried your suggestion but it doesnt seem to work at all. just crashes so i have to shut down. when i go +10 it moves left and when i go -10 it moves right.....i just dont get it...i feel so discouraged. any ideas?
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@peter247 so for the x1 and y1 under endstops, i want them to be x2 and y2 ?
so they should be high end, active high?
the thing is that they do home to back right physically. so im not sure?
as for the important bit....making motors s0 would do what exactly? make them properly go forwards? ill be honest...im a little confused lol
so right now, when i home x and y, they go back end and right side. so back right. isnt that the way they should go? im sorry....im new to all this so im just trying to understand lol
-
RE: Duet 2 Wifi + BLtouch issues on Ender 5 pro
@peter247 it does home to the right back. yes i used your homing files. not sure what value it shows though as i dont remember. I would have to check tonight after work.
if i do need to fix it, is it an easy fix? just so that i have them ahead of time.