-
-
Notifications
You must be signed in to change notification settings - Fork 18
Description
🐞 bug report
Affected Version(s)
Snapmaker J1 - 2.6.2 firmware
Is this a regression? (optional)
No
To Reproduce
Steps to reproduce the behavior:
- 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.
- 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
-
Some of the settings in my PrusaSlicer config are causing too short segments. Namely
Slice resolution, which I currently have set at0. He recommends0.0125or higher. @leandrolima-nyc I am using a variant of yours, and I am unsure if I changed this, it may be worth you reviewing. -
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.