-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard is Causing GCode Scripts for Start/Stop Not to Run #316
Comments
Hi, believe I have created a fix, please install the development branch by installing the plugin with the below url and let me know if the issue is fixed.
|
I’ll give it a whirl this weekend. I love dashboard and it has sucked turning it off to run…. Thanks for the update.
Carl E. Ondraka
Sent from my iPhone
… On Feb 2, 2022, at 3:16 AM, Jefferey Neuffer ***@***.***> wrote:
Hi, believe I have created a fix, please install the development branch by installing the plugin with the below url and let me know if the issue is fixed.
https://github.com/j7126/OctoPrint-Dashboard/archive/development.zip
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Scripts are running as expected. Fix has corrected script issues. Thanks
Carl E. Ondraka
Sent from my iPhone
… On Feb 4, 2022, at 10:57 AM, Carl Ondraka ***@***.***> wrote:
I’ll give it a whirl this weekend. I love dashboard and it has sucked turning it off to run…. Thanks for the update.
Carl E. Ondraka
Sent from my iPhone
>> On Feb 2, 2022, at 3:16 AM, Jefferey Neuffer ***@***.***> wrote:
>>
>
> Hi, believe I have created a fix, please install the development branch by installing the plugin with the below url and let me know if the issue is fixed.
>
> https://github.com/j7126/OctoPrint-Dashboard/archive/development.zip
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> You are receiving this because you authored the thread.
|
Has this change been merged to master? I ran into the same issue. octoprint.log filled with exceptions ("Error while processing hook dashboard for phase sending and command ") and no completed movement. Even the default octoprint movement buttons did nothing but generate log errors:
Solution was to reboot the PI, after reboot everything seemed normal again. Octoprint: 1.7.3 |
@alaorath It has not yet, but will be included with the next release, coming soon. |
Running Current Versions
Octoprint 1.7.2
Dashboard 1.19.5
OctoPi 0.18.0
Python 3.7.3
on a Rasp Pi 3B+ Rev 1.3
GCode Scripts are partially working with Dashboard Plugin Active. Just updated this weekend to 1.19.5 Dashboard and it stopped working. Program Related Scripts are not being run. Non-Program Related Scripts are working.
WORKING:
Serial Connection Established
Serial Connection Closed
After Print Job Canceled
NOT WORKING:
Before Print Job Starts
After Print Job Completes (Have Not Confirmed This fails since I cancel print after it starts wrong).
octoprint-systeminfo-20211115132259.zip
See Errors: 2021-11-15 17:59:44,280 in above octoprint.log
GCODE Script trying to run: Fail's after G90 Absolute Positioning with G1 X-4 Y-4 ; Move Off Table
Don't know if the minus axis moves for X/Y is causing a division by zero error.
M109 ;Wait For Hot End Temperature
M190 ;Wait for Bed Temperature
G28 ;Home Position
G90 ;Absolute Positioning
G1 X-4 Y-4 ;Move off Table
G1 Z0 F3000 ;Move Z to 0
G92 E0 ;Set Extruder Position to 0
G1 F200 E20 ;Prime Extruder
G92 E0 ;Set Extruder Position to 0
G1 Z0.60 F1000 ;Move Head Above Table
G1 X5.0 Y0.0 F1000 ;Move Head to edge of print area
G1 X120.0 E9.0 F1000.0 ;Intro Line
G1 Y0.40 E9.0 F1000.0 ;Turn Around
G1 X5.0 E20.0 F1000.0 ; End Line
Thanks.
Carl Ondraka
The text was updated successfully, but these errors were encountered: