-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Minor improvements & fixes for Ender-3 V3 KE #5743
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks
@cochcoder
What do you think? |
How tall was the print? I think it went up too high in the end due to not checking its current height. |
Can you send me tbd project file? |
The model file is under copyright license. |
Are you able to recreate the error by using a small piece of a cube? If so can you upload that project file? |
Here: |
Any conclusions? |
@cochcoder New code:
JSON:
|
Sorry for taking so long to reply, I'll include the changes that you have, but I was thinking of adding a variable so that the wipe doesn't go over the max. What do you think about having the printer only check if it can go up 25mm rather than 50mm? This would mean that there would no longer be a 25mm gap from the print head and the top of the printer at the end of each print. |
Is there a noticeable difference when the wipe gcode is removed? |
It's useless since it's wiping on air, there is a 0.2mm gap. So basically it doesn't do anything. |
@Orel-A Before I mark it as ready to merge, can you have it go up to 245 on the z axis and make sure that there are no issues with that change? I am weary about this change as it is above the build volume given by Creality. |
There are no issues because the previous Machine End G-code had a 5mm Z-axis lift at the end of each print, so 240 + 5 = 245mm. |
As mentioned with this comment