Skip to content
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

Spoolman ERR_CONNECTION_REFUSED #107

Open
aliorix opened this issue Jun 28, 2024 · 0 comments
Open

Spoolman ERR_CONNECTION_REFUSED #107

aliorix opened this issue Jun 28, 2024 · 0 comments

Comments

@aliorix
Copy link

aliorix commented Jun 28, 2024

Hi! i installed guppy screen and im trying to get access to spoolman, but no matter what i'm getting the ERR_CONNECTION_REFUSED, my moonraker.cfg looks like this

_`[spoolman]
server: http://192.168.1.231:7912

sync_rate: 5
#The interval, in seconds, between sync requests with the
#Spoolman server.  The default is 5.`_

the 192.168.1.231 is my local ip.
I added the macro in printer.cfg too

_`[gcode_macro SET_ACTIVE_SPOOL]
gcode:
  {% if params.ID %}
    {% set id = params.ID|int %}
    {action_call_remote_method(
       "spoolman_set_active_spool",
       spool_id=id
    )}
  {% else %}
    {action_respond_info("Parameter 'ID' is required")}
  {% endif %}

[gcode_macro CLEAR_ACTIVE_SPOOL]
gcode:
  {action_call_remote_method(
    "spoolman_set_active_spool",
    spool_id=None
  )}`_

My printer is a K1c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant