Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Working on new image. But is totally ok only to update the server. Automatic updates will be enabled soon and manual update already works.
-
It is not clear. It works on due for both ports, but with RAMPS it seems to have problems. Not sure what exactly the problem is as I also have no test system at the moment and no time for further investigation at the moment. Fact is you need the ext…
-
I asked because host installer also installs the server if you do not deselect it. Connect browser to localhost:3344 and you see if it runs and if it connects to printer or not.
-
DEC is shown for decoupled heater so it is the hotend. You need to enable logging is server to be able to go back to any point of print and see what happened. Don't think you can recover that print. Only 0.92.x have a recover feature and that only …
-
It is in network tab. You can write sock in filter to see only these files.
-
Running job is not included in listJobs, only extra jobs stored. What is the problem with network console. Open it reload page so file appears, search for sock and you will see it. It is always the last one that is active. Select frames and you see …
-
Access denied means some other software is using that port already. Did you install repetier-server as well and configure your printer there? Then it will be the server that owns the port and you should use the Repetier-Server Connector instead of S…
-
So maybe it is time to test chrome or firefox if they get same problem in your computer. Also I found some things on Safari I never got your problem on the reconnect. Hope was that it would not need to reconnect and the error does not happen again.…
-
You are missing some methods that you need to implement. Each component needs these: #region IHostComponent implementation public string ComponentName { get { return "Slicer"; } } public string ComponentDes…
-
Yes, V18 image is needed. These are parts that have nothing to do with our server. It is a problem with linux drivers/tools. So what we did is give the tools some easy configuration possibilities that gets used by the scripts we call from server.
-
Connection is disconnected if we do not see any sensible response and that is because printer is not communicating at all or at a different baud rate then we are listening. You set baud rate in our printer settings, not in com settings of windows!
-
You can either have z max homing plus z probe OR z min homing using z probe. So what you try is the latter case and for firmware to detect this special case you must use the signal pin for homing z min and use same pin also in z probe definition. H…
-
Does the server stop sending commands? Do they get rejected by an error? Please check console and enable also ack/commands to see everything that is going on.
-
Ok, you are right I think. The buffer is really somewhere at 48 byte. All lines are 45byte plus 2-4 byte for checksum make them apparently overflow. The good thing is that I also saw a solution. Don't know which slicer you are using but yours is c…
-
Do not use them on same pin. Assign the cooling fan to another pin and control it with M106/M107. That is also how FDM printer control the cooling fan.
-
2 bars = display driver not working. Reconnect loop happens if baud rate is wrong or if firmware is not running at all. There is a special fork on github for davinci printer. Hope you used that. Not from us, but I know the author tweaked several th…
-
Yes, software OpenGL is in deed slow. Also with host software OpenGL will fail sooner or later and make it slow as well. But all modern graphic cards have drivers for it.
-
No. Since it does not show the config tabs as well they have removed the option to disable the plate. But so far I did not note any slowdown when seeing the plate. At least with hardware openGL driver which you need anyway.
-
That is for RAMPS board. pin 18 is TX and must be connected to RX command, pin 19 is RX and must be connected to TX. Is that your board and wiring? What are you connecting to? If you do it to a real bluetooth chip you need to configure it first to …
-
Use dropbox transfer or one of the file upload sites that store files for a while.
-
Well that is the list, but there are in deed some missing. Best way to find them is open debug tools->Network in chrome and reload. Then search for file socket and see frames being send. Then execute the operation needing them in our gui and see…
-
The cooldown comes from firmware or server. Both can have a timeout to disable heaters on long pause. Preheating should not be required - with rescue system we store last temperatures as well and restore them. To debug the problem you need to enabl…
-
Pins are only a problem if there is no definition. Question is what display chip the display uses. The RRD display with type 11 uses ST7920 chips. Pin numbers can be found in pin description of your board. reprap.org wiki also has them for many boa…
-
I also have no errors with Slic3r and PrusaSlicer using 2.1.6. I even do not get the "Unable to close this loop" message. So question arises what did you do with the file to get the errors. I noted crown was rotated wrong way so I rotated it in host…
-
Sure, setExtruderTemperature {temperature: temp, extruder: extr}setBedTemperature {temperature: temp, bedId: idx} setChamberTemperature {temperature: temp, chamberId: idx} List shows command and data required.
-
Firmware can send // action:cancel to stop a print, but they do not implement this function. You can hack the firmware and add a menu entry that does this if you like. with // action:pause you can also request a pause.
-
Guess it is not FEATURE_TYPE 11 which is the reprapgraphic display. It will only work if you use same pins and same display driver. Since it does not display my guess is that it uses a different display chip requiring other settings. There are sever…
-
Ok no idea what else it could be. Does not look like skirt either and I do not get it. Do you get that with EVERY model or only one special. Also does it happen if you only have one object on bed.
-
Actually I would suppose to drop using M42. We have a laser mode (in our firmware) that enables laser on moves with E values automatically so it is compatible with normal slicer output. All you need is setting constant width for slicing. That way yo…
-
Can you give an example with longer buffer or better ping pong about what is happening and frequency of errors happening.