-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Print menu doesn't appear if start gcode contains C108 #344
Labels
bug: Confirmed
Something isn't working, the bug was confirmed.
Comments
Hi @paulorsv01, thank you for your report, that is indeed a bug caused by the new g-code C10 for the configuration file. I will to fix it in the next release. |
Repository owner
deleted a comment from
classicrocker883
Sep 3, 2022
Closed
mriscoc
added a commit
that referenced
this issue
Oct 8, 2022
- Shortcut option for turning off the backlight in toolbar - Filament run-out sensor enable/disable in tune menu - Enhanced Host printing support - Better C10 support - Axis value in dash board shows actual position of the axes, including Z leveling - Raise Z to Probe Clearance position before of a Probing Z Reference - New ProUI Info box - Fix #344 - Fix mesh slot load message bug - Enable support for Creality Slicer G-code file with embedded thumbnail for Ender3V2 Neo - Implements a user option for center the menu title by defining TITLE_CENTERED in configuration files - Force drawing of Z-axis value on screen redrawing - Automatically reboot to apply default settings on first boot after flash. - Code optimization From last Marlin bugfix 2.1.x - Emergency Parse M524 (#24761) - Fix inverse_accel redefine - Minor planner optimization (#24737) - UBL G28 leveling fix (#24622) - Fix / refactor shared PID (#24673) - Report M22 / M23 success / fail (#24706) - Constrain UBL within mesh bounds (#24631) - Other general fixes
mriscoc
added a commit
that referenced
this issue
Oct 19, 2022
- Shortcut option for turning off the backlight in toolbar - Filament run-out sensor enable/disable in tune menu - Enhanced Host printing support - Better C10 support - Axis value in dash board shows actual position of the axes, including Z leveling - Raise Z to Probe Clearance position before of a Probing Z Reference - New ProUI Info box - Fix #344 - Fix mesh slot load message bug - Enable support for Creality Slicer G-code file with embedded thumbnail for Ender3V2 Neo - Implements a user option for center the menu title by defining TITLE_CENTERED in configuration files - Force drawing of Z-axis value on screen redrawing - Automatically reboot to apply default settings on first boot after flash. - Code optimization From last Marlin bugfix 2.1.x - Emergency Parse M524 (#24761) - Fix inverse_accel redefine - Minor planner optimization (#24737) - UBL G28 leveling fix (#24622) - Fix / refactor shared PID (#24673) - Report M22 / M23 success / fail (#24706) - Constrain UBL within mesh bounds (#24631) - Other general fixes
Repository owner
deleted a comment from
DT61
Dec 12, 2022
Repository owner
locked as off-topic and limited conversation to collaborators
Dec 12, 2022
mattcoon
pushed a commit
to mattcoon/Ender3V2S1
that referenced
this issue
Dec 23, 2022
- Shortcut option for turning off the backlight in toolbar - Filament run-out sensor enable/disable in tune menu - Enhanced Host printing support - Better C10 support - Axis value in dash board shows actual position of the axes, including Z leveling - Raise Z to Probe Clearance position before of a Probing Z Reference - New ProUI Info box - Fix mriscoc#344 - Fix mesh slot load message bug - Enable support for Creality Slicer G-code file with embedded thumbnail for Ender3V2 Neo - Implements a user option for center the menu title by defining TITLE_CENTERED in configuration files - Force drawing of Z-axis value on screen redrawing - Automatically reboot to apply default settings on first boot after flash. - Code optimization From last Marlin bugfix 2.1.x - Emergency Parse M524 (#24761) - Fix inverse_accel redefine - Minor planner optimization (#24737) - UBL G28 leveling fix (#24622) - Fix / refactor shared PID (#24673) - Report M22 / M23 success / fail (#24706) - Constrain UBL within mesh bounds (#24631) - Other general fixes
mill1000
pushed a commit
to mill1000/Ender3V2S1
that referenced
this issue
Jun 6, 2023
- Shortcut option for turning off the backlight in toolbar - Filament run-out sensor enable/disable in tune menu - Enhanced Host printing support - Better C10 support - Axis value in dash board shows actual position of the axes, including Z leveling - Raise Z to Probe Clearance position before of a Probing Z Reference - New ProUI Info box - Fix mriscoc#344 - Fix mesh slot load message bug - Enable support for Creality Slicer G-code file with embedded thumbnail for Ender3V2 Neo - Implements a user option for center the menu title by defining TITLE_CENTERED in configuration files - Force drawing of Z-axis value on screen redrawing - Automatically reboot to apply default settings on first boot after flash. - Code optimization From last Marlin bugfix 2.1.x - Emergency Parse M524 (#24761) - Fix inverse_accel redefine - Minor planner optimization (#24737) - UBL G28 leveling fix (#24622) - Fix / refactor shared PID (#24673) - Report M22 / M23 success / fail (#24706) - Constrain UBL within mesh bounds (#24631) - Other general fixes
mill1000
pushed a commit
to mill1000/Ender3V2S1
that referenced
this issue
Jun 6, 2023
- Shortcut option for turning off the backlight in toolbar - Filament run-out sensor enable/disable in tune menu - Enhanced Host printing support - Better C10 support - Axis value in dash board shows actual position of the axes, including Z leveling - Raise Z to Probe Clearance position before of a Probing Z Reference - New ProUI Info box - Fix mriscoc#344 - Fix mesh slot load message bug - Enable support for Creality Slicer G-code file with embedded thumbnail for Ender3V2 Neo - Implements a user option for center the menu title by defining TITLE_CENTERED in configuration files - Force drawing of Z-axis value on screen redrawing - Automatically reboot to apply default settings on first boot after flash. - Code optimization From last Marlin bugfix 2.1.x - Emergency Parse M524 (#24761) - Fix inverse_accel redefine - Minor planner optimization (#24737) - UBL G28 leveling fix (#24622) - Fix / refactor shared PID (#24673) - Report M22 / M23 success / fail (#24706) - Constrain UBL within mesh bounds (#24631) - Other general fixes
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Found a bug when using C108 in my starter gcode to auto-press continue when the mesh result screen is being shown. If I don't use C108, the print menu appears normally. If I use C108, the print menu doesn't appear, but the print happens normally.
To Reproduce
Not sure if it happens on other versions, so these steps are for
Ender3V2-422-BLT-20220816
version.Expected behavior
To show the print menu.
Screenshots
IMG_1241.mov
Both files are almost the same, with the difference being that one contains C108, and the other doesn't.
Version (please complete the following information):
Ender3V2-422-BLT-20220816
Additional context
My current start gcode for Cura is:
The text was updated successfully, but these errors were encountered: