Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
> i was speaking about raspberry s'screen where much more icons did appear and not today Me too. The server gets licensed not the devices showing the interface. You can use the key 5 times, so also a fast node on a pc is possible to do the slow …
-
You then need manual display configuration. #ifdef U8GLIB_SSD1306_SW_SPI u8g_InitSPI(&u8g, &u8g_dev_ssd1306_128x64_sw_spi, UI_DISPLAY_D4_PIN, UI_DISPLAY_ENABLE_PIN, UI_DISPLAY_RS_PIN, U8G_PIN_NONE, U8G_PIN_NONE);#endif is the crucial pa…
-
I think ATX also has 5V/3.3V lines that only get powered when the PSU is on full power. Use these for extra devices requiring much power in that case.
-
Where do you switch the lights. I tested it and it worked for main gui and touchscreen. Only thing was the touchscreen required some time (2-3 seconds) to recognise the change so pressing fast several times did not change anything but sooner or late…
-
Ernsthaft? Du hast doch selbst den server Befehl in die Konfiguration eingefügt oder nicht? Ich gehe eigentlich davon aus das du da auch den Kommentar eingefügt hast bei der Gelegenheit. Welche Cura Version macht das?
-
Make sure in host debug settings at the bottom of manual controls (expert mode) dry run is disabled. Also normally dry run also disables the bed. Also have a look into the log if firmware reports why it is not doing anything after a M104 S210 - that…
-
Gelegentlich passiert es das Linux eine Verbindung für Vorhanden hält aber darüber keine Kommunikation mehr erfolgt. Ob der usb stack am Drucker oder beim Pi dann irgenwas in den falschen Hals bekommt kann ich nicht sagen, aber nur explizites neu ve…
-
Check in console with enabled commands which commands get send after hitting it multiple times. Then you know if correct commands get send and we know if it firmware or server side problem.
-
Many icons only appear if a printer is connected and selected. Touch front end will automatically select first printer being online.
-
@make_snapshot;Snap Photo ist aber ein ganz andere befehl!!! Server Befehle unterstützen keine Kommentare, sind ja keine gcodes. Hier heist der Serverbefehl "@make_snapshot;Snap" mit parameter Photo!!! Also bitte mal mit korrektem Namen versuchen :-)
-
You have configured pi to enable access point when connection is lost. Sound like you are switching between access point and normal connection. Especially if you have a display you could try setting to never enable access point. That way linux will …
-
Sounds in deed like 5V power vie unpowered ATX is not enough. As soon as you get extra power over usb it seems to work. As a counter test add a usb charger instead of the pi. Guess that should be legal. Then you know no communication is happening an…
-
Nein ;@ und @ sind gleichwertig. ;@ ist damit gcode auch auf sd karte ohne server Befehl nicht zum Fehler führt. Werde den Fall noch mal testen, aber wenn timelapse für den Druck aktiviert ist sollte es eigentlich gehen. Auf welcher Platform läuft …
-
Of course it does not work:-) The commands are only for gui. You missed the part in manual responsible for execute commands: /usr/bin/afplay Put the tags below last with same command line as in command and set name attribute to what you use in …
-
Since kossel is a frequent printer I think googling for it might show configs that work. And maybe someone having a kossel can send it here. But there are too many combination possible especially with self build printers it is nearly impossible to f…
-
The parameter for the printer all have a Tooltip giving extra informations. But it looks like some thing i snot stable in your case delaying everything. So what is it that always reconnects? Is it gui showing "Oops connection lost" or is it the prin…
-
Can you try G28 and move around and see if that works? If it works we know all normal settings are ok and problem is a z probe setting. To use the config tool you in deed need a version created with it or tool will not know the settings in it. So u…
-
Then of course nothing will happen. Action 1 is to pause and solve problem on lcd. Use JAM_ACTION 2 and it will send a message to host. Repetier-Server will then pause print and go to filament change. Other hosts may react on the message as well. Bu…
-
Action1 should start lcd menu for jam which blocks communication until wizard is finished. Does that happen?
-
I only know that a message pops up if slicer did not write the file due to an error. Do you have any post processors or so configured that might block access to the file?
-
Eeprom I see in log looks good, transformation is off. Maybe add G33 R0 to reset distortion matrix as well. Upgrading if you used the config tool is easy. Just upload old configuration.h to e.g. dev version and tool will add new settings with good …
-
You don't. That is a misunderstanding of the message. If you get a timeout that means server did not see the "ok" from firmware that it received a command. Server buffers commands send and removes them internally when firmware says it was received. …
-
You set z offset for right nozzle if it has an offset. On extruder switch the difference will be added on z position. So one z probe is enough. A physical correction should not be needed unless you want ditto printing but then again the bad should b…
-
You mean Octoprint does not remember last set value? That should be first solution. Don't use octoprint so not that familiar with the exact behaviour. But if it has a flow/speed slider it should surely know last value to set it on correct start valu…
-
EEPROM_MODE is a setting if you compile firmware. Alternatively send M502 M500 from host which does at least in theory the same, also I'm quite sure it does not reset e.g. autoleveling matrix or distortion matrix. So you might want to recreate them …
-
Tried reboot to see if I can see something in log like dmesg on startup but did not see anything. Didn't even see your screen as shutdown was maybe too fast. Anyhow I have found this: https://medium.com/@sbyang/slow-shut-down-of-ubuntu-18-04-e5fcc3…
-
We do not use motion for it. On tests it used to much resources also it generally would work. If you can see it on your browser you can check the image url and enter that in server. What we do is using mjpg_streamer to get the mjpg streams. The sof…
-
If you have no motor to extruder connected and you start extruding is y then working? I don't think it is slicer dependent. Such problems are normally hardware or firmware configuration related. If hardware works until you do xy that normally means…
-
Thanks. Added a chmod to setup script to ensure flag is set correctly. Reason you do not see progress is that the progress is send to stderr and not stdout. With the new changes only stdout is forwarded to gui so it misses the progress.
-
Why did you update to 0.92 and not to 1.0 btw?