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

Ender 3 S1 Pro gcode reading issue #8883

Closed
1 of 2 tasks
P1RA7A opened this issue Sep 14, 2022 · 13 comments
Closed
1 of 2 tasks

Ender 3 S1 Pro gcode reading issue #8883

P1RA7A opened this issue Sep 14, 2022 · 13 comments

Comments

@P1RA7A
Copy link

P1RA7A commented Sep 14, 2022

Description of the bug

Hello, With the new update Prusa Slicer, in my Ender 3 S1 Pro, all the G-Code projects that they carry out, the printer does not recognize the G-Code, The printer stays in automatic Bed Leveling mode and after 5 minutes it comes out error on the screen.
I've restarted the program, completely uninstalled it and reinstalled it, and the problems continue.
The same projects, I have passed it to other programs and everything works fine.

Hola, Con la nueva actualización Prusa Slicer, en mi Ender 3 S1 Pro, todos los proyectos de G-Codes que realiza, la impresora no reconoce el G-Code, La impresora se queda en modo Nivelación de cama en automáticos y a los 5 minutos me sale error en la pantalla.
He reiniciado el programa, lo he desinstalado completo y vuelto a instalar, y sigue con le problemas.
Los mismos proyectos, lo he pasado a otros programas y todo funciona bien.

Project file & How to reproduce

SOPORTE_1h42m_0,20mm_210C_PLA_ENDER3S1PRO.zip

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.5.0

Operating system

windows 10

Printer model

Creality Ender 3 S1 Pro

@rtyr
Copy link
Collaborator

rtyr commented Sep 14, 2022

Could you also attach some g-code which works for you?

FYI @pmjdebruijn

@rtyr rtyr changed the title gcode reading Ender 3 S1 Pro gcode reading issue Sep 14, 2022
@P1RA7A
Copy link
Author

P1RA7A commented Sep 14, 2022 via email

@pmjdebruijn
Copy link
Contributor

It might be a firmware bug... Do you have your S1 Pro on the latest firmware? And if so, which version exactly?

Also, if you remove G29 from the start_gcode in the printer settings, does the problem then disappear for you?

@rtyr
Copy link
Collaborator

rtyr commented Sep 14, 2022

It is not possible to upload files via e-mail, you have to add it via web interface.

@P1RA7A
Copy link
Author

P1RA7A commented Sep 14, 2022 via email

@rtyr
Copy link
Collaborator

rtyr commented Sep 14, 2022

From Creality slicer (no G29)

G28 ;Home

G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up
G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
G92 E0 ;Reset Extruder
G1 Z2.0 F3000 ;Move Z Axis up

@gudvinr
Copy link

gudvinr commented Sep 15, 2022

Most likely it has RESTORE_LEVELING_AFTER_G28 turned on in firmware

@pmjdebruijn
Copy link
Contributor

@gudvinr yeah I figured as much.

@P1RA7A you didn't tell me your printer's firmware version yet...

@P1RA7A
Copy link
Author

P1RA7A commented Sep 15, 2022 via email

@pmjdebruijn
Copy link
Contributor

2.0.8.2-SW-V2.0.8.13-MP-20211214 seems to be the newest, would you mind retesting with G29 enabled and the latest printer firmware?

@P1RA7A
Copy link
Author

P1RA7A commented Sep 15, 2022 via email

@pmjdebruijn
Copy link
Contributor

@P1RA7A What happened isn't a mystery, but G29 failing this badly is most likely a firmware bug, which is why I'd like to you to try the latest firmware.

@rtyr
Copy link
Collaborator

rtyr commented Sep 21, 2022

Fixed with 0.2.2 configuration update.

@rtyr rtyr closed this as completed Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants