Repetier

About

Username
Repetier
Joined
Visits
2,088
Last Active
Roles
Administrator

Comments

  • Ok, have fixed it for next release:-)
  • Code is a bit longer and some pages got a bit more complex. So it might noticeable on slow systems, but it should not be a big difference. I didn't really notice but I also write it so, so I get used to last speed. The menu is ok. You see on the ri…
  • We printed fine with current slic3r and also no one else is complaining. So can you please post a download link for a gcode with the problem and the line numbers where the problem starts. Then we can analyse it much better.
  • G32 does software rotation but assumes the bed is completely plane. If you have some bumps from heat or what ever you need distorion correction (G33) which you run AFTER G32 S2.
  • Ok, now I see what you mean. Actually Skeinforge support was only added with 3d printers in mind, so it was never planned to select any other type. And being a deprecated slicer we do not plan to change that module. So you need to go over the config…
  • Thanks. For the touch screen gui I can reproduce and will fix it for next update. The normal web frontend is working fine. Please try deleting browser cache and reload. We switched bed handling, so that we can support multiple beds in future and th…
  • Check /var/log/syslog at the time of disconnect. If you see a usb disconnect there it is linux who disconnectes usb bus to reduce power consumption. Make sure the Anycubic powers the printer board on it's own and get a better power supply. Disable s…
  • Simple answer - eeprom smallest amount available on all is 4KB and that is already used quite good. So that would not enough for the more precise beds. Other thing is that would make it more complicated to interpolate. There is a solution though. A…
  • With the server connection, part of the confusion is that you can connect to the server also if the printe ris not connected/online. So if host says Repetier-Server successfully connected it means it is now talking with the server. Then it comes to …
  • Sorry, but I do not know what skeinforge produces. I would expect something without E moves, so to see it you just enable showing travel moves. Visualization for CNC is limited to moves anyway, so do not expect to see something like gcode preview.
  • It is published. Check for updates and it should show up. Hope it works as I had no one to test, but used the same trick as the octoprint plugin.
  • Yes that does not work. It is a websocket command, not a direct link command. Read https://www.repetier-server.com/manuals/programming/API/index.html especially how to issue websocket commands directly. All params go into the data parameter which is…
  • Guess so, but it it is still a bug in host, so will fix it anyway.
  • No, that is not what stringing means in 3d printer context. That is a problem with overhangs getting too steep. Only thing is benchy is not too steep and can be printed. the sides are ot perfect for everybody, but that is way too extreme. You have e…
  • Depends on the editor. If you use nano whcih is best for novice, you see the important shortcuts at the bottom: ctrl+X for save and exit. If you do not own a file or just to be sure start editor with sudo nano filename otherwise you have no write p…
  • Do you mean string = strings between 2 points without extrusion? That is normally a retraction setting, also some filaments string more then others. But if you retract enough at high speed (but not higher then your extruder can handle) this normally…
  • Have checked it and it is a flout overflow. At lines like these G91                                  ; SET RELATIVE MODEG1 Z5 E0.0001 F1000      ;LIFT HEAD 5MM BEFORE PARKINGG90                                  ;SET ABSOLUTE MODE  The filament usag…
  • I also would be glad to fi xthe issue. In fact, I already spend much time into this issue, but it is very hard to fix a problem you can not produce your self. Of course there is a home button normally, but there is normally also a distance in the mi…
  • Ich denke nicht wirklich das er buggy ist. Der Pi wird aber sicherlich andere timings haben und daher vermutlich funktionieren. Sonst hätte ich den Fehler schon häufiger gehört.
  • If you use repetier-firmware: Check in eeprom extruder offset. Offsets are in steps relative to your nominal center, often extruder 1, so extruder 1 has offset 0,0. If extruder 2 is to the left of extruder 1 you need negative x offset.
  • It's  M300 Sfrequency Pmillisoconds we only call teh arduino ::tone function on same pin. If it was not just unhearable it might be a problem with timer usage that could not be set to PWM for a frequency. I'm not so familiar how the due version wor…
  • Have just uploaded your config and I see the webcam. If I'm at that page and enter rs.activeConfig in javascript console I get: {connection: {…}, extruders: Array(1), general: {…}, heatedBeds: Array(1), heatedChambers: Array(0), …}connection: {co…
  • Ok, denke dann ist es das gleiche bild. Nach dem ausschalten des Druckers zeigt er die letzten werte an. Weil er ja offenbar nichts mehr hinbekommt hat er das ausschalten wohl auch nicht mehr gesehen. Werde es noch mal komplett abklappern, ob ich no…
  • That looks already converted successfull. So what do you mean with switching page loosing settings? If you go to printer settings you do not see the 2 urls to your pi cam? Or when exactly do you loose the webcams. Also please open javascript consol…
  • You did not answer which software? Normally I#d say make the same settings for connection as on the working one. Make sure no other software will use the same port.
  • If you are too close with endstop first layer makes problems. You need to find the right position.
  • Yes, it is possible. The command is just not documented. Action is historyList and required parameter are:{ start: 0, limit: 50, slug: slug uuid: '', allPrinter: false } uuid needs to be there but is not used. Set limit = 0 to get all …
  • Settings are stored in the printer configs in /var/lib/Repetier-Server/configs as xml file. Did you save the printer config? We have changed the format for xml file a bit. Should automatically upgrade to new format, but maybe you have a setting tha…
  • Mist. Druck scheint hier aber auch nicht zu laufen, oder wieder manuell gestoppt? Auch ist hier die Verbindung getrennt. Das war doch sonst auch nicht, oder irre ich mich. Einfach so ein Bild ist oft verwirrend, da ich ja nicht weiß was vorher alles…
  • It is available in dev2 branch, but no config tool and many functions not working. So no dates for that version.