Skip to content
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

Update Ender-3 V2 Neo start G-Code to include mesh leveling #6832

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

nobu-sh
Copy link
Contributor

@nobu-sh nobu-sh commented Sep 19, 2024

Fixes: #6831

Description

Updates resources/profiles/Creality/machine/Creality Ender-3 V2 Neo 0.4 nozzle.json machine_start_gcode to include commands G29 ; and M420 S1 ; after G28 ;Home. This enables the Neo to use the CR-Touch it comes with out of box.

When generating the G-Code I originally would get:

M104 S255 ;Set final nozzle temp

G28 ;Home

G92 E0 ;Reset Extruder

After this change I get:

M104 S255 ;Set final nozzle temp

G28 ;Home
G29 ;Auto bed leveling (create mesh if not already stored)
M420 S1 ;Enable mesh leveling

G92 E0 ;Reset Extruder

@nobu-sh nobu-sh changed the title feat: update Ender-3 V2 Neo start G-Code to include mesh leveling Update Ender-3 V2 Neo start G-Code to include mesh leveling Sep 19, 2024
Copy link
Owner

@SoftFever SoftFever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thank you

@SoftFever SoftFever merged commit d39947d into SoftFever:main Sep 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ender 3 v2 neo Incorrect start of G-Code
2 participants