[BUG] Stop sequence #456

Closed
opened 2023-04-25 17:23:07 -05:00 by anno0 · 5 comments
anno0 commented 2023-04-25 17:23:07 -05:00 (Migrated from github.com)

What about this reported bug? Is it possible to implement this?

I have not found the code in the master which was introduced here https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/388

I changed the following in configuration_adv.h:
#define EVENT_GCODE_SD_ABORT "G92 E0\nG1 E-5 F1000\nG28X\nG1 Y175 F3000"
But it is limited what can be entered here. When it is too much, the firmware can't be flashed to the printer anymore. I had this issue yesterday. The following example is not working:
EVENT_GCODE_SD_ABORT "G92 E0\nG1 E-5 F1000\nG28X\nG1 Y175 F3000\nM104 S0\nM140 S0\nM107\nM84"

What about this reported bug? Is it possible to implement this? I have not found the code in the master which was introduced here https://github.com/knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S/issues/388 > I changed the following in configuration_adv.h: #define EVENT_GCODE_SD_ABORT "G92 E0\nG1 E-5 F1000\nG28X\nG1 Y175 F3000" But it is limited what can be entered here. When it is too much, the firmware can't be flashed to the printer anymore. I had this issue yesterday. The following example is not working: EVENT_GCODE_SD_ABORT "G92 E0\nG1 E-5 F1000\nG28X\nG1 Y175 F3000\nM104 S0\nM140 S0\nM107\nM84"
knutwurst commented 2023-05-24 13:44:30 -05:00 (Migrated from github.com)

I'm on it :)

I'm on it :)
knutwurst commented 2023-05-24 16:10:02 -05:00 (Migrated from github.com)

Yes, you can only use some small commands, but maybe it's suitable for you when you use the park function (see: https://marlinfw.org/docs/gcode/G027.html) and configure your parking parameters.

Yes, you can only use some small commands, but maybe it's suitable for you when you use the park function (see: https://marlinfw.org/docs/gcode/G027.html) and configure your parking parameters.
knutwurst commented 2023-05-28 10:29:20 -05:00 (Migrated from github.com)

Is this still an issue?

Is this still an issue?
anno0 commented 2023-05-29 02:34:37 -05:00 (Migrated from github.com)

I will try it out, make a branch and compile this version with another stop Sequence. I think it is a good solution. So this bug can be closed. If I get a raspberry Pi 4 in the future it will be obsolete for me, of course.

I will try it out, make a branch and compile this version with another stop Sequence. I think it is a good solution. So this bug can be closed. If I get a raspberry Pi 4 in the future it will be obsolete for me, of course.
github-actions[bot] commented 2024-03-25 20:23:52 -05:00 (Migrated from github.com)

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wp/Marlin-2-0-x-Anycubic-i3-MEGA-S#456
No description provided.