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

[BUG] TYPO in AML documentation #1388

Open
HankLumbard opened this issue Dec 17, 2024 · 2 comments
Open

[BUG] TYPO in AML documentation #1388

HankLumbard opened this issue Dec 17, 2024 · 2 comments
Labels
bug: False alarm? It is not a firmware bug or the bug cannot be confirmed.

Comments

@HankLumbard
Copy link

Did you test with a precompiled firmware?

Yes, and the problem still exists.

Bug Description

; Heat up
M104 S{material_print_temperature_layer_0} ; Set Extruder temperature
M140 S{material_bed_temperature_layer_0} ; Set Heat Bed temperature
G28 ; Home all axes
G27 ; Park tool head
M190 S{material_bed_temperature_layer_0} ; Wait for Heat Bed temperature
M109 S{material_print_temperature_layer_0} ; Wait for Extruder temperature
;
; Reset settings
M220 S100 ;Reset Feed rate
M221 S100 ;Reset Flow rate
;
; Ender Custom Start G-code
G92 E0 ; Reset Extruder
G28O ; Home optionally if steppers were shutdown

This line should read G28 0 .....

M420 S1 ; activate leveling
;
; Adaptive Mesh Leveling (AML)
C29 A ;

Bug Timeline

Just noticed it

Expected behavior

my printed beeped at me

Actual behavior

it's just a typo

Steps to Reproduce

No response

Version of Professional Firmware

Marlin 2.1.3 MRiscoC Ender3V2-422-BLTUBL-LA-MPC, based on bugfix-2.1.x (Dec 15 2023 12:57:55)

Printer model

No response

Electronics

No response

LCD/Controller

No response

Other add-ons

No response

Bed Leveling

None

Your Slicer

None

Host Software

None

Additional information & file uploads

No response

@HankLumbard HankLumbard added the Bug: Potential ? Is it a bug? confirmation or more user feedback is required label Dec 17, 2024
@mriscoc
Copy link
Owner

mriscoc commented Dec 17, 2024

Be sure that you write G28 O (letter O, not a number Zero)

@HankLumbard
Copy link
Author

Well how about that? A typo in my typo post! Thank you. SO am I wrong then? Do you need a space after the G28 at all? Feel free to delete this whole thread if so.

@mriscoc mriscoc added bug: False alarm? It is not a firmware bug or the bug cannot be confirmed. and removed Bug: Potential ? Is it a bug? confirmation or more user feedback is required labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: False alarm? It is not a firmware bug or the bug cannot be confirmed.
Projects
None yet
Development

No branches or pull requests

2 participants