I’ve spent many many hours looking up g codes online to compare what they do and looking at forums trying to figure out the problem. I tried editing the Goode myself and It made the problem far worse. This is why I was hoping for some help. But thanks for the advice!
... did you compare Gcode made with Creality Slicer and Cura? What did you find?
Start with posting the first 25/30 lines of the Gcode files from both slicers so we can take a look at it....
Edited by Mari- 4 weeks later...
GregValiant 1,351
When that G28 auto-home is processed by the printer, it sends the print head up against the three axis switches. That is 0 absolute. The printer does NOT know where the bed is though. If you hand level the bed, then it will be below absolute 0 and there is no way for the print head to hit it because the print head is hard against the Z switch and can't go any lower. I'm thinking there is something going on with the G29 Auto Bed Leveling command (that is executed right after auto-home) and that your bed is above absolute Z=0 when the print starts. Two problems - one mechanical and maybe a second one in the firmware or software or maybe even with the BLTouch gizmo.
I would start by leveling the bed manually to insure the nozzle can't drag. There are Youtube videos galore on that.
In Cura, check for a setting called "Bed Adhesion / Z Offset" and make sure it is 0.
On the printer LCD, check the Home Offsets. X and Y will be smallish negative numbers(Ex: X=-10 Y= -7). Z should be 0. The "Home Offset" defines a relative zero location and is what a running print uses as zero.
Edited by GregValiant
Recommended Posts
Mari 38
If you think the problem is the Start Gcode, simply compare the Gcode made with Cura with the one made with Creality slicer and find the difference!
Use Google to get Gcodes explained (what they do and where they are used for)... remove the "garbage" from the start Gcode in Cura you don't need!
Link to post
Share on other sites