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

Print menu doesn't appear if start gcode contains C108 #344

Closed
paulorsv01 opened this issue Sep 1, 2022 · 1 comment
Closed

Print menu doesn't appear if start gcode contains C108 #344

paulorsv01 opened this issue Sep 1, 2022 · 1 comment
Labels
bug: Confirmed Something isn't working, the bug was confirmed.

Comments

@paulorsv01
Copy link

paulorsv01 commented Sep 1, 2022

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.

  1. Add C108 to starter gcode, right after G29.
  2. Slice and try to print something.
  3. It will stay on the main menu.

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:

M104 S130 ; Preheat nozzle to 130
M140 S{material_bed_temperature_layer_0} ; Start heating bed without waiting
M105 ; Report temperature
M190 S{material_bed_temperature_layer_0} ; Wait for bed to reach temp before proceeding
M82 ;absolute extrusion mode

M501; Read values from EEPROM
M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
M203 X500.00 Y500.00 Z20.00 E50.00 ;Setup machine max feedrate
M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
M220 S100 ;Reset Feedrate
M221 S100 ;Reset Flowrate

G92 E0 ; Reset Extruder
G28 ; Home all axes
G29 ; ABL.
C108 ; Continue

G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X0.1 Y0.1 Z3.0 F5000.0 ; Move to start position
M104 S{material_print_temperature_layer_0} ; Start heating hot end without waiting
M105 ; Report temperature
M109 S{material_print_temperature_layer_0} ; Wait for hot end to reach temp before proceeding
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
G92 E0 ; Reset Extruder
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish
@mriscoc
Copy link
Owner

mriscoc commented Sep 1, 2022

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.

@mriscoc mriscoc added the bug: Confirmed Something isn't working, the bug was confirmed. label Sep 1, 2022
@mriscoc mriscoc closed this as completed Sep 1, 2022
@mriscoc mriscoc reopened this Sep 1, 2022
Repository owner deleted a comment from classicrocker883 Sep 3, 2022
@mriscoc mriscoc closed this as completed in 24931d8 Oct 2, 2022
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.
Labels
bug: Confirmed Something isn't working, the bug was confirmed.
Projects
None yet
Development

No branches or pull requests

2 participants