Skip to content

v0.1.7-ZNP MCU 'mcu' shutdown: Timer too close after adaptive bed mesh scan #362

@ChrAdlerNorderstedt

Description

@ChrAdlerNorderstedt

Hi,

I open a new bug report due to the fact, that other reports mentioned to 0.1.6.

My setup:

  • Neptune 4 Pro, stepper 1.2, PCB 1.0
  • v0.1.7 on new eMMC, build from scratch as per wiki
  • all MCU's on v0.13.0-406-gbaf188bd
  • BTT-Eddy with eddy-ng (actual software)
  • openneptune v0.1.7-1-gc8100e17
  • display 80320b29

My PRINT_START (relevant part):
_ G28

PROBE_EDDY_NG_TAP

{% if BED_MESH == 'full' %}
BED_MESH_CALIBRATE METHOD=rapid_scan
{% elif BED_MESH == 'adaptive' %}
BED_MESH_CALIBRATE METHOD=rapid_scan ADAPTIVE=1
{% elif BED_MESH != 'none' %}
BED_MESH_PROFILE LOAD={BED_MESH}
{% endif %}
Smart_Park
SET_FILAMENT_SENSOR SENSOR=filament_sensor ENABLE=1
SET_HEATER_TEMPERATURE HEATER=extruder TARGET={EXTRUDER_TEMP}   ; Set and heat the final extruder temperature
TEMPERATURE_WAIT SENSOR=extruder MINIMUM={EXTRUDER_TEMP-4} MAXIMUM={EXTRUDER_TEMP+10}  ; Wait for extruder to reach near target temperature
LINE_PURGE                                                      ; KAMP Line Purge near print
G92 E0                                                          ; Reset Extruder
G1 Z2.0 F3000                                                   ; Move Z Axis up 
M117 Printing      _

After starting a new print job I get the terrible 'mcu' shutdown: Timer too close after scanning the bed.

I tried different tests and found, that a bed mesh scan started manually via fluid or console works fine.

Now I store a full mesh as "default" and start the print in my slicer with METHOD=default.

But this can not be the final solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions