HUGE PROBLEM after 1.4 update!
After the update to repetier 1.4 become HUGE problem that don't let me print again!
After starting the print, after 2 layers, repetier send a like M600 code and my printer ask me to change filament. If I let do it, after few layers, the nozzle is crashing on the bed..
WHAT DAMN DID YOU DO WITH THAT UPDATE?!
Printed perfectly since 2 mins before the update.
After starting the print, after 2 layers, repetier send a like M600 code and my printer ask me to change filament. If I let do it, after few layers, the nozzle is crashing on the bed..
WHAT DAMN DID YOU DO WITH THAT UPDATE?!
Printed perfectly since 2 mins before the update.
Comments
I tried to change the draw too to see if the problem was the model, and did the same think. So, it's the update. No way.
But again, without seeing the communication it is not possible to say what causes the nozzle crash. I can only say we did not change filament change processing actively - so it may be a side effect of something or unrelated and bad luck. Not the first time users say it's our fault and after debugging it was something different. Here firmware might have moved head down as well without server knowing so you just get deeper. Not saying this happened, just what could be.
What happens e.g if you run during a print the server pause and then continue? That is the same handling as on M600 just without the firmware interference and also easy to test and log.
For comparison you also would need to run M600 of course in between. I remember a user with older server version had same problem. Just forget what reason was but there was a reason for the shift not coming from server.
Anyhow maybe some day someone gets same issue and will show required info to fix.
Use "@debug 1" to enable the full server log then send "M111 63" to enable all printer-side debugging messages (in case you're using marlin, which you didn't specify).
Then, while printing, you can send "M600" for example to pause the printer, which simulates the filament change.
See if your printer acts the same as before and look at the terminal log to see what your printer is acually doing.
You might have already found your mistake by now, if not paste your log in here and somebody might actually be able to help you.
If your print is working via SD, see if you have written any event dependend scripts in repetier server (like run on print job, run on pause etc.).
If not, do you use any g-code replacements, do you have any timer related functions, do you have a filament runout sensor? What printer are you using, what firmware are you using?
And when you gave me "advice" you let me laugh! Are more of 5 years I'm in a 3d printing.
Poor kid..
So, shut up your mouth.
The worst at all, maybe there is a bug and you discovered it. But just because you paid something, you are like „fix my god damn problem, I am your boss“.
Sorry kiddo, you deserved nothing other but a broken software. Now please be a bit more polite or don‘t write again. this is not a kiddy forum where. ou can flame other people.
It was caused by the runout sensors being enabled when they were expected to be disabled. I don't use them, therefore I had them disabled from the LCD in Marlin firmware.
Whenever I connect the printer, RS activates the rounout sensors now (M412?).
Now we can print, again.
Thanks.