-
Currently working through some print issues on my E3 V2. Latest thing I'm seeing and not 100% sure if this is intentional but doesn't seem to be as I'm not even seeing any Z movement but while printing the first layer after a mesh has been completed and saved, the Z level on the screen is showing zero movement across the entire bed. Using the latest Cura 5.1.0 with the start gcode as it is listed in the Wiki here. As I've been trying to solve some other print issues, I've basically been running the Tramming wizard and building a new 7x7 mesh before each print. But seems I'm not having any luck getting it to actually use the mesh in a print. And this is evident using a bed level test print with the four corners and center not having consistent lines and pressure. For reference, here's my full start gcode:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
Mesh leveling compensation does not affect the Z value in the screen. Check if you have a valid mesh by open the mesh viewer. |
Beta Was this translation helpful? Give feedback.
-
"Activate leveling" will be always set back to off after any G28, it is re-enabled by M420 S1 (or G29 A for UBL versions). Currently there isn't any problem with leveling in Ender V2 with v4.2.2 boards firmware. |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing the same issue as cr08 and DoogH2004 on an Ender 3 S1 (F1). It seems like my mesh isn't being applied. Here is how my testing has gone:
I also tested swapping steps 3 & 4 to see if the z-offset value was negatively affecting the mesh generation and saw no discernible difference. Here is my starting g-code for reference
|
Beta Was this translation helpful? Give feedback.
-
30% ish of S1 owners have found that the mesh is created and applied but it
does not match the actual build plate surface. If your problem is that the
filament is too high and low in spots that does not necessarily mean the
mesh is not applied it may just be the calculated mesh values are not
correct. Use the power of UBL to manually edit your mesh values regardless
of the ABL result, so those areas that are high manually lower them etc.
Follow the instructions linked below that 100's of people have fixed their
own similar problems including myself.
https://www.printables.com/model/213992-perfect-1st-layers-ender-3-v2-ender-3s1-ender-3s1-
start with a 3x3 mesh once that is dialled in you can increase mesh size.
…On Sun, 7 Aug 2022 at 19:19, kileywm ***@***.***> wrote:
I'm experiencing the same issue as cr08 and DoogH2004 on an Ender 3 S1
(F1). It seems like my mesh isn't being applied.
Here is how my testing has gone:
1. Load Ender3S1-F1-UBL-20220716.bin firmware (also tested non-UBL
firmware)
2. Tram the bed until tolerance is met
3. Calibrate z-offset
4. Generate 9x9 mesh (tried with multi-step set to 0 and 2, no change
in results)
5. Save mesh to slot 0 and slot 1
6. View mesh to confirm valid mesh is generated
7. Toggle automatic bed leveling on/off and view the mesh compensation
GUI indicator changing color correctly to show that status
8. Power off, then on, then confirm that saved mesh was correctly
persisted and loaded on boot
9. Load https://www.thingiverse.com/thing:2789086 and slice with
PrusaSlicer
10. Try both M420 S1 Z2, M420 S1 L0 Z2 , and G29 A (separate test
runs) to activate bed leveling immediately after G28 command
11. Start print and observe the GUI indicator for mesh compensation
turning off during G28 and back on during G29 A and same result for M420
S1 ... commands in separate tests
12. Print results in no correction applied. Filament clearly squished
at high spots, gapped at low spots, and good where the bed was naturally
level
I also tested swapping steps 3 & 4 to see if the z-offset value was
negatively affecting the mesh generation and saw no discernible difference.
Here is my starting g-code for reference
G90 ; use absolute coordinates
M83 ; extruder relative mode
M140 S{first_layer_bed_temperature[0]} ; set final bed temp
M104 S150 ; set temporary nozzle temp to prevent oozing during homing
G4 S10 ; allow partial nozzle warmup
G28 ; home all axis
G29 A ; load and activate UBL mesh - alt to M420 S1 L0 Z2 and M420 S1 Z2
G1 Z50 F240
G1 X2 Y10 F3000
M104 S{first_layer_temperature[0]} ; set final nozzle temp
M190 S{first_layer_bed_temperature[0]} ; wait for bed temp to stabilize
M109 S{first_layer_temperature[0]} ; wait for nozzle temp to stabilize
G1 Z0.28 F240
G92 E0
G1 Y140 E10 F1500 ; prime the nozzle
G1 X2.3 F5000
G92 E0
G1 Y10 E10 F1200 ; prime the nozzle
G92 E0
—
Reply to this email directly, view it on GitHub
<#264 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMRLURHJGVTIL4V2JDLCIU3VX7VZ3ANCNFSM55ENLNLQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
"Activate leveling" will be always set back to off after any G28, it is re-enabled by M420 S1 (or G29 A for UBL versions). Currently there isn't any problem with leveling in Ender V2 with v4.2.2 boards firmware.