Skip to content

Bug: Printer pausing during print #26

@evilC

Description

@evilC

🐞 bug report

Affected Version(s)

Snapmaker J1 - 2.6.2 firmware

Is this a regression? (optional)

No

To Reproduce

Steps to reproduce the behavior:

  1. Print the attached GCODE (PLA)
    J1_XYZ 20mm pipe 2mm walls 20if solid traps 67.57g PLA.gcode.zip

Exception or Error (optional)
During printing, numerous statistics_slowdown_cnt warnings are seen

Expected behavior
Little to no of these warnings should be seen

Upon speaking to a Marlin dev (@EvilGremlin ) about this, he seems to think that three things are potentially responsible.

  1. Snapmaker's Marlin build is using some non-optimal settings. He recommends the following changes:
#define ADVANCED_OK
#define BUFSIZE 16
#define TX_BUFFER_SIZE 64
#define RX_BUFFER_SIZE 512
#define HOST_ACTION_COMMANDS
#define HOST_PROMPT_SUPPORT
#define SERIAL_OVERRUN_PROTECTION
#define EMERGENCY_PARSER
  1. Some of the settings in my PrusaSlicer config are causing too short segments. Namely Slice resolution, which I currently have set at 0. He recommends 0.0125 or higher. @leandrolima-nyc I am using a variant of yours, and I am unsure if I changed this, it may be worth you reviewing.

  2. Too high resolution when I export from my CAD software. In Fusion360, I currently have "Refinement" set to high in mesh export options, I should try returning this to the default of medium.

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