synman/Ender-3-S1-Pro-Firmware

ABL Bed temps with Octo4a

Opened this issue · 1 comments

[X] put an X in the box to the left to indicate you have followed the steps mentioned above. Bug reports that do not have this box marked will be closed and locked.

Describe the bug
Printing with Octoprint, during ABL bed is now setting to 70C during probing, then stays stuck at that temp despite slicer setting. Can manually cofigure after during live printing however.

To Reproduce
Steps to reproduce the behavior:

  1. Slice file with bed temp 60C, including G29 code to ABL at start of print.
  2. Hit print with Octoprint
  3. Bed then raises to 70C and stays there through duration of print.

Expected behavior
Bed would heat to expected temp in sliced file pre ABL

Machine (please complete the following information):

  • S1 Pro

Variant (please complete the following information):

  • ABL

Marlin Version (please complete the following information):

  • bugfix-2.1.x

Additional context
Add any other context about the problem here.

On version 2.1.2, S1 Pro, ABL variant, G29 sets both bed temperature and nozzle temperature to 70ºC and does NOT reset them back to 0 afterwards. This means that running something like the bed visualizer plugin on Octoprint will leave the printer at those temperatures...

IMO the G29 command should not mess with any temperature settings at all. Please fix this issue.