tannator
About
- Username
- tannator
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Maybe it is an idea to add some options for parts which should not be disabled after the timeout, like heatings...
-
Neat! Thanks for your help! I solved it! I followed the advice adding Com::printFLN(PSTR("Kill called")); to the Printer::kill function. Indeed the kill function was called quite frequent (around every µs). So I had a look into the configuration aga…
-
I connected with CuteCom (Terminal under Linux) and logged the following: wait wait wait ok 0 TargetBed:60 TargetExtr0:0 TargetBed:0 wait wait wait wait wait wait ok 0 TargetBed:60 wait TargetExtr0:0 TargetBed:0 wait wait wait When the firmware st…
-
I also checked that and did not see any difference btween m140 and m190 except the waiting time. Maybe i recheck it this evening. I am going to have a look if it could have something to do with code it executes after executing m140. And I will try t…
-
No, I enable the heating and the controller disables by itself. Neither me nor the host sends a disable command. And that is the odd part. It seems that the firmware disables the heaters after a second. I did the update to the latest version today w…
-
Indeed I am using repetier host. When I input the command manually it shows the same behaviour. Is there a setting in repetier host which I missed? Or could it be an issue with my linux host?
-
I did not send the bed disable after 3 seconds. I just sent M140 S65 manually. It seems that the firmware itself decides to turn the bed off again. I am running a DUE with RADDS. I am already wondering if it is maybe an issue with the DUE trunk of t…
-
I saved the log of switching on first the bed then EXT0 (the first extruder) 23:39:42.063 : wait 23:39:43.059 : N300 M105 *4 23:39:43.063 : ok 300 23:39:43.067 : T:26.58 /0 B:22.08 /0 B@:0 @:0 23:39:43.067 : Echo:N300 M105 23:39:44.065 : wait 23:39…
-
Alright I guess it maybe makes sense to post my configuration: #define NUM_EXTRUDER 1 #define MOTHERBOARD 402 #define RFSERIAL Serial #include "pins.h" // ################## EDIT THESE SETTINGS MANUALLY ################ // ################ END MAN…