Bullbob1990
About
- Username
- Bullbob1990
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
i will give that a try when i get a chance, i also saw in the events.h // Allow adding new G and M codes. To implement it create a function // bool eventUnhandledGCode(GCode *com) // that returns true if it handled the code, otherwise false. // Eve…
-
So i did some digging and have found events. is there a way to get print complete event or use the kill steppers event and then have the event run custom code that checks the status of the 2 switches, if the power is off then it just turns the power…
-
Would it be possible to check the switch at the end of every print and if it is on then set bed temp to 100c if not turn off? I print from sd card and am usually 50% the way through a print when i decide to go to bed. Thanks again