Filament Change issue #235

Open
opened 2019-04-18 12:29:43 +01:00 by user012flo · 4 comments
user012flo commented 2019-04-18 12:29:43 +01:00 (Migrated from github.com)

I use the enclosure plugin for a filament change with a filament runout sensor.
When the filament goes out, the plugin detects the signal from the sensor.
So the settings have to be correct.

But then the printer does not execute my inserted script, but first moves with the hotend to the position at the far right back of the heating bed. And then it executes my script.

My filament change gcode:
M83
G1 E-5
G91
G1 Z10
G1 E5
M82
G90
M600
G91
G1 Z-10
G90

Is it possible to deactivate the movement of the hotend to the far right back?

I use the enclosure plugin for a filament change with a filament runout sensor. When the filament goes out, the plugin detects the signal from the sensor. So the settings have to be correct. But then the printer does not execute my inserted script, but first moves with the hotend to the position at the far right back of the heating bed. And then it executes my script. My filament change gcode: M83 G1 E-5 G91 G1 Z10 G1 E5 M82 G90 M600 G91 G1 Z-10 G90 Is it possible to deactivate the movement of the hotend to the far right back?
vitormhenrique commented 2019-07-11 17:56:01 +01:00 (Migrated from github.com)

I need more info, like what printer do you have, firmware, debug information, etc etc.. check the wiki on how to open an issue.

I need more info, like what printer do you have, firmware, debug information, etc etc.. check the wiki on how to open an issue.
energiebrand commented 2020-06-11 14:56:46 +01:00 (Migrated from github.com)

This is an old issue but now I can confirm exactly the same behaviour on my Sidewinder X1 on a RPi 3B. Problem is, that changes in the filament change G-Code are not taken by the PlugIn. I checked the YAML and it contains my new code but the PlugIn use the default G-Code script of the PlugIn. And the nozzle moves up 15mm and then moves to the far end X/Y postion as stated above but I have removed this G-Code from the default.
I will show you my G-Code and add some screenshots and a log tomorrow.

This is an old issue but now I can confirm exactly the same behaviour on my Sidewinder X1 on a RPi 3B. Problem is, that changes in the filament change G-Code are not taken by the PlugIn. I checked the YAML and it contains my new code but the PlugIn use the default G-Code script of the PlugIn. And the nozzle moves up 15mm and then moves to the far end X/Y postion as stated above but I have removed this G-Code from the default. I will show you my G-Code and add some screenshots and a log tomorrow.
energiebrand commented 2020-06-13 13:43:49 +01:00 (Migrated from github.com)

So here comes a YouTube video I made to show the behaviour: https://youtu.be/kAksutksZ9w
Also I made some screenshots of the configuration of the PlugIn as well as I attached the YAML and the log as well as my G-Code without X/Y axis movement. Hope it helps for debugging.

octoprint.log

G-Code.docx

YAML.docx

Encl-screenshot-4
Encl-screenshot-3
Encl-screenshot-2
Encl-screenshot-1

So here comes a YouTube video I made to show the behaviour: https://youtu.be/kAksutksZ9w Also I made some screenshots of the configuration of the PlugIn as well as I attached the YAML and the log as well as my G-Code without X/Y axis movement. Hope it helps for debugging. [octoprint.log](https://github.com/vitormhenrique/OctoPrint-Enclosure/files/4774591/octoprint.log) [G-Code.docx](https://github.com/vitormhenrique/OctoPrint-Enclosure/files/4774592/G-Code.docx) [YAML.docx](https://github.com/vitormhenrique/OctoPrint-Enclosure/files/4774589/YAML.docx) ![Encl-screenshot-4](https://user-images.githubusercontent.com/60507600/84568973-73012f80-ad83-11ea-802d-b156c3caad8d.jpg) ![Encl-screenshot-3](https://user-images.githubusercontent.com/60507600/84568974-74325c80-ad83-11ea-9cd7-282d14bc0429.jpg) ![Encl-screenshot-2](https://user-images.githubusercontent.com/60507600/84568977-75638980-ad83-11ea-9291-d3f58d1da675.jpg) ![Encl-screenshot-1](https://user-images.githubusercontent.com/60507600/84568979-75fc2000-ad83-11ea-8715-966b8c40e6ef.jpg)
louisferreira commented 2020-11-28 09:15:08 +00:00 (Migrated from github.com)

I have the exact same issue.

I have the exact same issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Gandalf/OctoPrint-Enclosure#235