I think I got it. KISSlicer pastes something like: //// ; Select extruder, warm, purge ; BfB-style M (EXT+1) 04 S (TEMP) M542 M55(EXT+1) P32000 S900 M543 ; 5D-style T(EXT+0) M109 S(TEMP) //// M542 and M543 were alerted as incompatible so I deleted them but M542 (EXT+1) gave M551 which according to reprap wiki sets a password to secure the machine. So after running my viral gcode the passwordby IOI - Duet
First thanks a lot for help! I tried with several gcodes but all from KISSlicer setup for our printers (smoothie based firmware) I'll try different tomorrow and post results. Funny because the second problem (its not me) happend to me a few times, I even wanted to write about it here but decided not to clutter the topic. It had two forms: 1. Hit pause, just wait for half a minute or so and therby IOI - Duet
Perhaps I do something wrong while reflashing firmware, or have something wrong in the config. I reflash with bossac -e -w -v -b firmwarename.bin All the files are there on SD card. I use 24V power supply and 5V en jumper is on. And the Duet is original 0.85 from T3P3. Do you have any idea what could possibly be wrong? Sometimes when I just pause DWC returns a bunch of errors about tools or otheby IOI - Duet
So I updated to 1.12a and unfortunately it hasn't changed. I tried connecting from different PC in the same net, from an IPad (with chrome) and from a laptop (with static IP) connected directly to Duet via ethernet cable. Everywhere the result is the same. I'll try with nano router yet but have no faith in it. Can you reproduce it? Is it worth to try earlier firmware versions?by IOI - Duet
I did some more tests, It looks like there is something wrong with the network thing, it doesn't also reconnect via filezilla and also returns "login incorrect". It pings ok from cmd. I really havent messed up login data Serial monitor's answer to M552 is ok: /// Network is enabled, configured IP address: 0.0.0.0, actual IP address: 10.0.0.64, HTTP port: 80 ok /// I'll try with fixed IP justby IOI - Duet
Thanks for shedding light! I sent M122 via serial monitor and at the beginning there was this (sorry for the length of it): /// right after restarting the Duet RepRapFirmware for Duet Version 1.12 dated 2016-05-07 Executing config.g...Done! Starting network... RepRapFirmware for Duet is up and running. Network up, IP=10.0.0.64 FIRMWARE_NAME: RepRapFirmware for Duet FIRMWARE_VERSION: 1.12 ELECby IOI - Duet
I have also a couple of 0.6 duets and checked them this morning but the same thing happens. I'm going to try earlier DC42 firmware and DWC. If Duet board makes no difference the problem must be either in my setup or in the firmware itself.by IOI - Duet
I have a small issue and because I haven't found any solution or topics on it, probably this is an isolated evil case. Sometimes when I disconnect from web GUI and try to reconnect after a while, it pops up "invalid password" thus rendering the print uncontrollable. I tried from different computers and devices but unfortunately the only help is Duet restart. I've got Duet 0.85 with DC42 1.12 andby IOI - Duet
Hello David, that's great, I hope I'll have more than "desktop standalone setup" next week so I could test it attached to a printer if there wil be a possibility. How do you plan on implementing the functionality? I thought it would be good to have a separate macro for emergency pause to be able to treat it differently than a standard pause. There could be also an alert in web UI I'm not sure whaby IOI - Duet
Firmware support for filament sensor would be great, we are working on an integrated, firmware independent sensor working just as an endstop. It's based on optical encoder, when a wheel stops to turn it triggers a timer, after timer passes a given amount of seconds it sets HIGH (5V) on output pin. If a wheel should start turning again before the time set passes, the timer zeroes and printing goesby IOI - Duet