errolt

About

Username
errolt
Joined
Visits
68
Last Active
Roles
Member

Comments

  • Hi Repetier, The issue seems to be fixed.  Thank you!
  • RAyWB said:are you shure about that ? all Filaments end up in a single chamber before nozzle so it doesnt matter which one i retract.if i retract just one it will relieve pressure from the others too ( just imagine hydraulic System) If you don't…
  • Maybe the thermocouple wire is damaged. Will investigate...
  • With page flip I mean that it switched to one of the new summary pages, I think there are three or four such pages. When I pressed the encoder it jumped to the new print settings menu, with Print Speed already selected. I can upload logs, but they d…
  • Ok, just had to ask. We are setting up an production printing type thing, hence the question.
  • I agree with StephanK, this sercurity should have been optional. If I want a security hole on my printer then let me. I don't have users created on the frontend either, so my printer already has a security hole. And as to the old touch interface bei…
  • "Uploading port and connecting port must not be identical." Is there a place to set the uploading port? I will try again to see if I can connect to the SAM-BA CDC port for uploading. I did try before, and could not find the port, might have missed i…
  • THANK YOU! THANK YOU! THANK YOU! THANK YOU!  All the languages are selected in the default configuration file from github, so I just left that as it was. Removing all except EN fixed this very weird issue, and I would never have found it without you…
  • Anyway, maybe I'm looking in the wrong place, but I can't get my display working, as CS and DC does not toggle.
  • The issue seems unrelated to the pin. The U8G lib calls pinMode and digitalWrite in a loop setting all the display pins to outputs and high. I have used a logic analyser,  and it never happens, not even for 1us. I have added debug message to the cod…
  • How can pinMode be broken? This seems to be the problem. I can't even use M42 to set a pin HIGH, as it also uses pinMode. U8G loops through the pins in it's class to set them as output using pinMode. The ST7920 has patch code to use SET_OUTPUT as a …
  • Hmm, it is usable, but I can't, for the life of me, get U8G to output CS or A0 of any SPI display, other than U8GLIB_ST7920 to output, on any pin.
  • No luck. OLED says V1.0.0dev, so newest version. Using pins 20,21. Tried both 100KHz and 400KHz for both settings. Don't think it is a noise issue. The OLED works 100% fine. The EEPROM works fine if the OLED is on SPI, both reading and writing.…
  • Hi RAyWB, I am unable to set the I2C speed of the devices. But the EEPROM reads on startup and the OLED works fine. Only when the EEPROM is written does it crash. But I might have gotten confused will all my firmware folders and actually flashed a…
  • Hi Repetier, Thank you for the message. This was with the development branch, downloaded on 05/30, which is after the last commit. The SSD1306 is a 3V3 device, so it is happy. I did switch back to the soft SPI. Thank you, Errol
  • Edit. Thought I had pinpointed the issue, but have not. Current print was stuck at 0 for first 10 layers. It is now printing layer 18 according to Host, but Web says layer 9...
  • Oh, by the way, I have set my timelaps to record one frame per layer. This is why the layer stuck at 0 and time-lapse is related... Also, on that same print in the image above, the layer has now jumped to 26, and now it follows the printing, now at…
  • @Repetier Thanks that fixes the problem.
  • Repetier, I just tried to load 0.75.1 on a RaspberyPi 1, downloaded the armel version, installed it and got the same result as Snupple. If I try to run the RepetierServer executable directly then I get an "Illegal Instruction" error. Rolling back…
  • Hmm, the b-word. Found the problem with 0.70.1 and 0.75. Both run fine now. Our corporate antivirus, ESET, completely messed up the client side browser when connecting to Repetier Server. I had to tell ESET to NOT packet filter Firefox. Now 0.75 a…
  • BTW, this is on Pi2, running hardfloat. This install logs: pi@Kossel:~ $ sudo dpkg -i Repetier-Server-0.70.1-Linux.deb dpkg: warning: downgrading repetier-server from 0.75.0 to 0.70.1 (Reading database ... 40993 files and directories currently ins…
  • Wow! Thank you very much!
  • Think I have had a similar problem. Turned out that the steps per mm for the one extruder was not initialised, as Repetier said, and was still set to 0. This caused all kinds of bad things when trying to move the extruder...
  • Wow. Thank you, this makes a huge difference in CPU usage. On the atom netbook using chrome CPU now sits at under 2% for chrome while on the server page, without blocking the progress bar.
  • Is this is gcode file that is on the SD card? The exact same file that gives you problems? Repetier, in the first post he said: The interesting thing is that the Display shows the temp as being 95deg, and how it should be 60 deg. I think that me…
  • For Repetier Host crashes I regularly get this. I don't know if it is GFX driver related though. And it happens while Repetier Host is in the back ground and I'm busy with other tasks... Message:"Attempted to read or write protected memory. This is …
  • Do you have eeprom enabled? If so then changing the file will not matter as it is read from eeprom.
  • The Host was not even actively doing anything. It was just on the server tab, watching the printer movements. Otherwise untouched. And the Host crashed independently of the server. The host would crash in the middle of the print, while the print goe…
  • Centus, I don't know if this will work, but can you create a bash file that takes all the parameters given by repetier server and converts them to what you need and then call your convert program? Thank you, Errol