user

About

Username
user
Joined
Visits
113
Last Active
Roles
Member

Comments

  • The checkbox not working https://imgur.com/a/S9celPf
  • Repetier said: It works until first communication error. That will stop a print due to handling them all as error from starting with "error:". Next version has exceptions for the communication errors since they get fixed automatically by the …
  • user said: Repetier said: You are running printer with repetier-firmware? We already detected the problem and will publish today an update that fixes the issue. Alternative edit the server file in INSTALL_DIR/firmwares/repetier.xml and…
  • Repetier said: You are running printer with repetier-firmware? We already detected the problem and will publish today an update that fixes the issue. Alternative edit the server file in INSTALL_DIR/firmwares/repetier.xml and remove this line:…
  • https://imgur.com/a/kNzNc5a
  • Repetier said: Monitor can use the same on/off solution the server has. We have no mqtt support but you could write a script that sends the command via mqtt client and call it from server. If you add it to the printer menu it also appears in …
  • user said: Repetier said: The image from display shows a serious error with temperature handling. Can't say how marlin handles this e.g. go into some halt mode and do nothing. In that case communication would also look like that until …
  • Repetier said: The image from display shows a serious error with temperature handling. Can't say how marlin handles this e.g. go into some halt mode and do nothing. In that case communication would also look like that until reset of printer. …
  • I think that the error from marlin https://github.com/MarlinFirmware/Marlin/issues/21796 But in 2.0.x branche it not fix.
  • Now i add test boxes on the edges of the working are and the print was stopped. What is it? https://dropmefiles.com/6xAP9
  • Now i print an simple test box it printing ok. Can the problem in the model? https://dropmefiles.com/882f6 - stl file. Work volume the printer - 300x300x490 mm.
  • I comment the display and secondary port it not work. I disconnect the display - it not work. The error occurred earlier than before.Mesg:11:59:00.901: Warning: Communication timeout - resetting communication buffer.Mesg:11:59:00.901: Connection sta…
  • user said: Hm. I can see that i have: #define SERIAL_PORT 0 #define SERIAL_PORT_2 -1 But in github i can see for skr 1.3 needed: #define SERIAL_PORT -1 #define SERIAL_PORT_2 0 Can It make the error? It not helped for me.
  • Hm. I can see that i have: #define SERIAL_PORT 0 #define SERIAL_PORT_2 -1 But in github i can see for skr 1.3 needed: #define SERIAL_PORT -1 #define SERIAL_PORT_2 0 Can It make the error?
  • The marlin of config files.https://dropmefiles.com/lS954
  • I use skr 1.3 motherboard
  • user said: user said: Repetier said: Communication looks very good until firmware stops sending responses like "ok" causing the timeouts. Is the a stock printer or own build so you can change firmware? It is not clear if marlin …
  • user said: Repetier said: Communication looks very good until firmware stops sending responses like "ok" causing the timeouts. Is the a stock printer or own build so you can change firmware? It is not clear if marlin stops sending or i…
  • Repetier said: Communication looks very good until firmware stops sending responses like "ok" causing the timeouts. Is the a stock printer or own build so you can change firmware? It is not clear if marlin stops sending or if it is a serial d…
  • Set to 1. It work ok. Thx. I Will test user defined curve.
  • I can see gain but no bias. I still don't understand what I should put in #define TEMP_GAIN 0? 0 or 1? https://imgur.com/a/plzNAJX
  • user said: user said: Repetier said: In config tool it is Add linear and constant correction to temperature readings (TEMP_GAIN) Don't rely on server - that is very limited and only over the gui, not the gcodes being send. …
  • user said: Repetier said: In config tool it is Add linear and constant correction to temperature readings (TEMP_GAIN) Don't rely on server - that is very limited and only over the gui, not the gcodes being send. In web-config i ca…
  • Repetier said: In config tool it is Add linear and constant correction to temperature readings (TEMP_GAIN) Don't rely on server - that is very limited and only over the gui, not the gcodes being send. In web-config i can see Add linear a…
  • Repetier said: Newer version have a gain and bias to add a fixed and linear correction factor. But you need to compile firmware with that feature enabled. Or you create a user defined temperature curve that is correct for your sensor. I can…
  • Repetier said: In next release you can upload a gcode to a project and on a server instance start that on all selected printers. But multi slicing in parallel with different filaments is nothing we plan. It will use the settings you selected.…
  • user said: Repetier said: No just using profiles is not good enough for what we want. Maybe for use on mobile to make it easy there but on a desktop it should allow more like adding modifiers etc. That is at least final target. I guess…
  • Repetier said: No just using profiles is not good enough for what we want. Maybe for use on mobile to make it easy there but on a desktop it should allow more like adding modifiers etc. That is at least final target. I guess we release when s…
  • Repetier said: Yes, thats why it is time consuming. We have already 3d visualization of objects move, scale etc. Now we need to rewrite slicer to have easy data transfer etc. But good thing is we will base an excellent slicing core that is kn…
  • Repetier said: What is PP? Slicer support is planned and it it will be a modified version of prusa slicer. Modified since prusa slicer is optimized for local slicing and we only have web interface, so some improvements to transfer data are re…