-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Hot-end jam/clog on Ender 3 V3 KE using GuppyScreen's load/unload filament buttons #90
Comments
People were complaining about the default amount of filament extruded for those defaults. You can always update your guppyconfig.json to remap these button to the old macros, see doc here https://ballaswag.github.io/docs/guppyscreen/configuration/#load_filament Will look to revert them if clogging is an issue. |
FWIW I got hotend jams/clogs 2x in a row when using The link to the config is greatly appreciated and I'll be switching the configs to |
These are the macros in the V3 KE config files:
I only noticed that _GUPPY_LOAD_MATERIAL is missing the save gcode state and that the fan2 macros are giving errors in the console since they don't exist on the V3 KE. But the guppy macro is working fine most of the time. |
FWIW my
|
Since updating GuppyScreen I've been getting hot-end jam/clogs when using the load/unload filament buttons. I've tried using
LOAD_MATERIAL
andQUIT_MATERIAL
macros instead and am able to change filament without jams/clogs.Due to this, it seems like the issue is due to the following commit which changes GuppyScreen's load/unload filament buttons from
LOAD_MATERIAL
/QUIT_MATERIAL
to_GUPPY_LOAD_MATERIAL
/_GUPPY_QUIT_MATERIAL
: e21b163The text was updated successfully, but these errors were encountered: