Manually extruding issues with new interface
-
@flyscha Hmm... can you run
M98 P”config.g”
. This will run the config.g and show any errors, that you don’t see at startup.Ian
-
@droftarts When I run that command, it says:
HTTP is enabled on Port XX
FTP is disabled
TELNET is disabledAgain, thanks for your continued help!
-
What happens if you send T0 P0 from console?
Edit: I can see now you have your tool selected. I cannot see M584 in your config.g -
@Ntrack T0 P0 code gives me a green box with a check mark to show it accepted the command, but nothing changes.
You're right, there is no M584 in my config.
-
@flyscha You haven't defined a Tool 0 in your config.g - only a Tool 1. As you only seem to have 1 tool, then I suggest you define it as Tool 0 (numbering always starts at 0) or send T1 instead of T0 before you attempt to extrude. To be clear, in config.g replace M563 P1 D0 H1 with M563 P0 D0 H1.
-
@deckingman Replacing the P1 with P0 in the config file was the trick! Now the retract option is available immediately when I activate the hot end heater, and when it reaches 160c, the extrude option is now available. Hooray! Again, it's just odd that everything worked with that exact same config in the previous interface.
Thank you to everyone for the help! I really appreciate it!
-
@flyscha I think in general, slicers will default to using T0 if no tool is selected when slicing. If they don't put a T(n) command in the gcode file then you'd be fine, but if you used slicer which did put a T(n) command in, then the default would be T0. So defining your single tool as T0 in your config.g is the safer option.
-
@deckingman Ok, great. Thank you for the explanation, that makes complete sense!
-
@flyscha I've checked my config and it looks like I'm still having the same problem despite having the correct lines. Is there anything else I can check? I'm only able to get the retract and extrude to come up if a start a job and then immediately cancel it.
-
@tron_lives said in Manually extruding issues with new interface:
@flyscha I've checked my config and it looks like I'm still having the same problem despite having the correct lines. Is there anything else I can check? I'm only able to get the retract and extrude to come up if a start a job and then immediately cancel it.
You can only extrude and retract if two conditions are met. 1. A tool must be active. 2. The tool must be hot.
From what you say about starting and cancelling a job, it sounds like you still don't have "T0" in your config.g file as I suggested before. So you are relying on there being a "T0" in your sliced gcode file.