Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
What was in the ... when it happened? Just where it is interesting you reduced the log? I wonder what is happening there as I see so far no T1 or B0. Might be interpreted as binary command but without correct checksum which is required in binary for…
-
Yo never said if you see a power issue in bolt icon. Only if you see it, the power supply might be a problem I think. If the EMI report in syslog is really the reason is electro magnetic interference. >If I don't use the webcams everything work…
-
You can ignore " MainRequestHandler::handleRequest:Assertion violation: !_pStream in file" - this is a test if a http stream is defined that fails. Waiting for it to happen on my debugger to see where it comes from, but that is not causing problems …
-
Geh nach dem slicen in 2d ansicht. Wähle den Layer wo du einen Farbwechsel haben willst und wechsel in g-code ansicht. Klicke auf eine Zeile und du kannst den Inhalt ändern. Nimm eine Leere oder füge zusätzlich @pause Filamentwechsel Rot hinzu und s…
-
Nice - one more new variant to report filament runout. Why keep it the same over all versions:-( The prompt command cause the server to show a small dialog that is more or less empty just headline "FilamentRunout T0" - makes not much sense. //acti…
-
Good you got it running. I also solved it. The new json library did not exactly behave as I expected, so the set temp descriptions were missing some fields so home assistant ignored them. With next update they will also be present natively not requi…
-
Yes, firmware can receive commands on both ports even same time. But only one should send move times at a time or you get a mess. The other checking for status, info or other non invasive commands is ok when the other prints.
-
Ok first congratulations to compilation. Sounds like marlin is now issuing a message to cause server to pause. Does the gui switch to filament change? Did you check log on what happens exactly? Does server show print as paused and you see now conti…
-
Logs without message what happened when are not so useful. I see usb is still making trouble I guess [ 4544.975266] usb 1-1.2.4.3: Found UVC 1.00 device USB 2.0 Camera (0c45:636d)[ 4544.982274] input: USB 2.0 Camera: USB 2.0 Camera as /devices/platf…
-
It is of course the easiest way. But then all printers need to be close to each other. And the more devices you have the more likely you can get hardware problems from using too much current on usb ports to whatever might interfere - some printers m…
-
Have you seen this docs: https://github.com/ANYCUBIC-3D/Vyper/wiki i started with it but comfortable is differently. I have original stm32 solution and there as described in docs the board is missing. You need to replace it as described in docs wi…
-
Wenn du über normale gui hochladen kannst ist alles ok am server. API key richtig? IP korrekt? Wie gesagt mit der letzten Version hats sofort geklappt mit den einstellungen.
-
Not sure why you say 4 hours. In your files you start print at: 2022-02-24 21:42:28: start printjob elegoo-saturn_3h45m_0.2mm_240C_PETG_ENDER3V2 on printer Ender 3 V2 - Direct And at 2022-02-24 21:57:53: error: Reading serial conection failed: End o…
-
Intern darf der name nicht alle Zeichen haben und darf sich nicht ändern. Überall in der Doku bei uns heist diese Bezeichnung "slug" name. Siehst du wenn du in den Drucker in der gui reingehst z.b. oben in der utl. Hört dann so auf: #!/printer// Ge…
-
Host works the same so same limitations.
-
You can use e.g. imgur.com or dropbox/google drive to post links to images here. Where are you looking for the entities? What does your yml definition for the view now look like?
-
You only have to change //#define HOST_ACTION_COMMANDS into #define HOST_ACTION_COMMANDS I guess. Inside the #if ENABLED you can add further options for hosts like adding prompt support. You could add that as we support prompts as well, but with th…
-
It does not matter if the pc running the server is connected wired or wireless. You can even use both and depending on the ip you use, it uses the interface responsible for that ip. For pi images wired is even much simpler - normally just plug in ca…
-
No. There is no master, you need to connect with the server instance connected to the printer. Exception is our monitor which connects to all servers the same time. You only treat the server with safest harddisk and biggest cpu as storage place for …
-
One printer can only have one communication solution in Repetier-Server. Why is one channel not enought here? We know position from commands send - you will always see position at end of commands send. We normally do not query printer for position …
-
In this case it must in deed have received a T1. Problem is that T1 is really a short command and if G1 gets T1 the rest is irrelevant, also checksum should normally prevent this. If you enable echo (M111 S7) firmware will write back received comma…
-
Never said that, also a i7 can handle 10 printers alone, no problem. Server is very quick and printing is not high cpu intensive. What I said is to store all projects on a pc with server and connect printers to pis as that is what you wanted. A pi 4…
-
Looking into recent marlin version M412 implementation looks like this: /** * M412: Enable / Disable filament runout detection * * Parameters * R : Reset the runout sensor * S : Reset and enable/disable the runout sensor * H : Enable/…
-
One extruder prints often have no extruder selection and with ditto mode off you use the currently active extruder. Could it be that somehow T1 was activated before you started the print? One solution might also to always send T0 in start gcode for …
-
slic3r, prusaslicer, cura all have these options. Just naming and position varies. In slic3r they are in print settings tab.
-
Each server shows only own printers, but each can handle multiple printer which is where it first differs. With pro version you can use in addition Repetier-Server Monitor that can connect to multiple servers same time and bundles all server printe…
-
Habe es gerade getestet und es hat funktioniert, auch wenn es nicht so ganz komfortabel ist. Bei Drucker in der einrichtung must du den slug Namen des Druckers nehmen. Den siehst du oben bei den urls. API key ist klar und url hab ich http://ip:3344 …
-
Ok, so all you want is print the borders of a stl file? That is actually pretty simple and just needs correct slicer configuration. Important setting to make solids hollow and only print walls: - Number top/bottom layers must be 0 - Infill density 0…
-
Every server installation is independent and has it's own list of printers connected. You can outsource cpu intensive operation or project storage to one of the installations. This is not really a master, but if one has a real hard drive on regular …
-
Normally our numbering is TEMP_1_PIN for bed, but all what matters is where you connected it. If you read docs https://reprapworld.com/documentation/datasheet megatronicsv3.pdf page 13 you see thermistors are analog pins 12-15 so if you have connect…