How do I enable MESH leveling for the print?
-
Pic of probing results:
Ran MESH at PETG temps.
-
My bed is very uneven at this point: I'm running a temporary Y carriage setup until I get some hardware in to manually level it out.
Or until I cut up some soda cans
-
Well, I re-sliced and uploaded, and MESH appears to be working now.
Not doing a great job though, its like my nozzle-to-probe offset is wrong.
I got the numbers for the offset from Fusion where I modeled all the parts, does my config look good?
; Configuration file for Duet Maestro (firmware version 2.03) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.5 on Thu Jan 09 2020 17:14:50 GMT-0600 (Central Standard Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"Robo R1++" ; set printer name M918 P1 E4 F2000000 ; configure direct-connect display ; Network M551 P"xxxxx" ; set password M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S1 ; physical drive 0 goes forwards M569 P1 S1 ; physical drive 1 goes forwards M569 P2 S1 ; physical drive 2 goes forwards M569 P3 S1 ; physical drive 3 goes forwards M584 X0 Y1 Z2 E3 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z400.00 E813.65 ; set steps per mm M566 X100.00 Y100.00 Z100 E100 ; set maximum instantaneous speed changes (mm/min) M203 X9000.00 Y9000.00 Z720.00 E2100.00 ; set maximum speeds (mm/min) M201 X1100.00 Y1100.00 Z1100.00 E3000.00 ; set accelerations (mm/s^2) M906 X1500 Y1500 Z1000 E1500 I50 ; 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 X210 Y210 Z250 S0 ; set axis maxima ; Endstops M574 X1 Y1 S1 ; set active high endstops M574 Z1 S2 ; set endstops controlled by probe ; Z-Probe M558 P9 H5 F300 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X-32.201 Y-26.389 Z3.00 ; set Z probe trigger value, offset and trigger height M557 X0:210 Y0:210 S40 ; define mesh grid ; Heaters M305 P0 T100000 B4138 R2200 ; set thermistor + ADC parameters for heater 0 M143 H0 S120 ; set temperature limit for heater 0 to 120C M305 P1 T100000 B4725 C7.060000e-8 R2200 ; set thermistor + ADC parameters for heater 1 M143 H1 S280 ; set temperature limit for heater 1 to 280C ; Fans M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off M106 P1 T45 S1 H1 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 S"Extruder" 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 are not defined
-
In my experience I manually level the bed using to 4 screws on my ender3.
I try and make it as level as possible using paper gauge between nozzle and bed.
Not teaching sucking eggs, I release the x/y steppers so I can move the gantry. Z is jogged down to grip paper, but stepper is engaged.The I run the mesh after heating the nozzle to 160 and bed to 60
I also have 2 mirrors I use. I rename each heightmap to mirror 1 or 2 and call each mirror from cura’s start code. -
I too had my offset from CAD, but turns out, it's not correct, since tolerances make things imperfect. Put a paper on the Heatbed, and slowly and manually run the nozzle into it, leaving a tiny mark, and also mark where your bed Probe is. Now measure everything and use that.
I had the same issue of thinking that mesh bed leveling was doing a bad job, until I remeasured my offset and realized I was off my 10mm.
-
@Rat_Patrol said in How do I enable MESH leveling for the print?:
M558 P9 H5 F300 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X-32.201 Y-26.389 Z3.00You can increase the accuracy and repeatability of the BLTouch by tweaking those settings a bit.
M558 P5 H5 F100 T6000 R0.5 A5
G31 P25Then use this link to calibrate the trigger height and measure the X Y offset for the rest of G31.
-
@Phaedrux said in How do I enable MESH leveling for the print?:
M558 P5 H5 F100 T6000 R0.5 A5
G31 P25Don’t you mean M558 P9 H5 F100 T6000 R0.5 A5 ?
Ian
-
@droftarts absolutely I did!
-
Its not that the initial layer height is just wrong everywhere, some parts of the print have major squish and others are just fine.
-
I did run through the BLTouch probe calibration procedure (ended up at 2.95mm IIRC). I designed my extruder carriage, so I just took the probe offset from the nozzle from Fusion, so it should be darned accurate.
-
@Rat_Patrol said in How do I enable MESH leveling for the print?:
so it should be darned accurate.
There was a post just yesterday of someone using the measurement from CAD and then measuring it physically and it was off enough to matter. So at least verify that it's accurate. A bad offset would give results similar to what you see.
The slower feed rate of the probe move helps to improve the consistency of the BLTouch and it's forced to have at least 2 probes match which helps reject off values. Again, a variation in probe trigger height could describe what you're seeing.
-
Did I input my probe offset correctly in config.g?
Compared to X0 Y0, my probe is negative in both axis, so there is actually no way to measure the extreme right side of my bed with the probe.
I have the flu, but if I'm thinking properly, the probe offset should be negative, right?
-
@Rat_Patrol said in How do I enable MESH leveling for the print?:
the probe offset should be negative, right?
X would be negative based on your description, but I'm not sure about your Y. Negative Y would put the probe in front of the nozzle.
-
Yes, the probe is in front of the nozzle.
-
Looks like the same error I have, I will check the probe offset right now.