-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leveling does not work reliably on some Ender3S1 F4 printers (mechanical issue) #198
Comments
yes it does change color to blue when printing |
Have you edit manually the mesh to check if it makes any difference? |
I have not, what's a setting I should change to test it ? Thanks |
my S1 changes the color to red!? What does the color red or blue mean? |
https://github.com/mriscoc/Ender3V2S1/wiki/3D-BLTouch#enable-mesh-level-compensation |
Hi, i also have problem with mesh leveling. i did:
then use G29 at start script, and trying to make first layer calibration from superslicer and lines under Z is going from white to blue but center is perfect, back left too high, front right too close, like printer did nothing about g29? |
Currently some S1 (F1 and F4) have issues with the CRTouch, sadly it seems to be a hardware problem. I suggest you use the automatic leveling as reference and then do a mesh editing and save to two slots (one for backup). That will give you the best results. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
no idea what i am doing wrong, but it seems like the created mesh is not being used. no matter what i do the middle is always too high and the the corners too low. this is my g-code
G28 ;Home
M420 S1 Z2 ;Use mesh level upto 2 mm
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
the steps i do :
set z offset with paper, auto home then manual bed trimming,mesh create
The text was updated successfully, but these errors were encountered: