You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; 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
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.
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
The text was updated successfully, but these errors were encountered: