Example BLTouch Marlin start G Code loops probing sequence or crashes Ender 3v2 4.2.2 #303
Replies: 4 comments 3 replies
-
Edit. Sorry, I mean to say G29 S1, not S0. S0 caused a printer reboot... looks similar to a bug which was filed by someone else in the Marlin source. I've used S1 forever... G28 ; Home XYZ. |
Beta Was this translation helpful? Give feedback.
-
I tried this firmware version again and with the start G code you suggested it worked fine for a test print of an XYZ cube. Printed well enough other than slightly rounded corners on the Z axis top to bottom. Suggestions??? I'm happy with the July version... just curious if this could be some kind of bug or not which will keep coming up in later versions if it goes unnoticed. I'm happy to help get to the bottom of this just let me know what I can do to help you identify it. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I thought this too and I thought I knew where the setting was but I checked every menu for it multiple times and couldn't find it. |
Beta Was this translation helpful? Give feedback.
-
I saw that but it was 180. I thought that might be for the filament
changing menu function purposes.
…On Wed, Sep 7, 2022, 8:57 PM Miguel Risco-Castillo ***@***.***> wrote:
Advanced / Filament Settings
—
Reply to this email directly, view it on GitHub
<#303 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZNRMXQI4ZORGWK4Y4XZXPLV5E2YHANCNFSM57JK7URA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I tried the August maintenance build for Ender 3 v2 4.2.2 BL Touch and Unified.
BLTouch version caused loops when sending;
G28 ; Home XYZ.
G29 P1 ; Do automated probing of the bed.
G29 P3 ; Smart Fill Repeat until all mesh points are filled in, Used to fill unreachable points.
G29 S0 ; Save UBL mesh points to slot 0 (EEPROM).
G29 F 10.0 ; Set Fade Height for correction at 10.0 mm.
G29 A ; Activate the UBL System.
The August maintenance Unified Bed Leveling build worked better but X-Axis stopped working when printing. Probing went fine but when it went to run the priming strip down the side of the bed surface it stayed in the same X position and made a mess.
I restored defaults between each flash, no change. Went back to the previous maintenance release Ender3V2-422-BLTUBL-20220527.bin and everything works again. At least I know my printer isn't the reason. :)
Some other things worth noting although trivial were the click-wheel sensitivity is VERY low on the August maintenance build which makes it take forever to reach 433 e-steps from the default 93 - need to set this for my Sprite Pro extruder.
Happy to do some more testing if it helps.
Beta Was this translation helpful? Give feedback.
All reactions