Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
G32 must be G32 S2 to store it to eeprom. G33 normally stores directly to eeprom. And yes, you do only need to do it once and can then use simple G28 homing to z max. Data will survive due to eeprom storage. So only time you need a change if you ch…
-
For starting you can run dmesg to see all bootup messages with timing to see where delay occurs. Have you also timed rebooting? Is it also that slow? For me it was quite fast. After display is off it is hard to see if it is still shutting down or i…
-
http://127.0.0.1:3344/modules/front2/www/app.html is the old link that changed with 0.91.x to app/app.html. Server will automatically forward the old url to the new one. Something in chromium is stored causing the problem so I'd say delete the chro…
-
Z probe on high means 5V is triggering. But I think I see what goes wrong. Switching to high is working from your message. Now firmware expects that when you move back the signal is off. But your sensor does not go off directly - it has a fixed tim…
-
There is no comparison at the moment. There are no important features missing in V2, but some might still change in implementation and there is no config tool. But you can also say V2 is already able to do things better and even some not possible in…
-
Have you checked /var/log/syslog after reboot for hints? I think if reason gets logged then there.
-
We have no release date yet, sorry.
-
Most gets logged to /var/log/syslog so guess the reason will be logged there.
-
1. No, only TMS2130 have basic support. V2 supports CoreXYZ in any combination you like. But also there are no TMC drivers at the moment included also this is a planned feature.
-
Ok, the screen I never really see. Rebooting closes it too fast in my case. So stopping xserver/chromuim is fast and then comes a service I guess that slows down shutdown. Server can take a bit longer when it is busy processing new uploads, otherwi…
-
I think it will only improve with V2 when I get some code from the users wanting to integrate it. Or if someone with experience helps. In general it works but having no TMC2130 printer and no real understanding of how all these stepper tricks work i…
-
Check file /home/pi/.config/openbox/autostart to contain this: # Uncomment the following 3 commands to have display always on#xset s off # don't activate screensaver#xset -dpms # disable DPMS (Energy Star) features.#xset s nobla…
-
Nicht da sich wüsste.
-
Grafische Oberfläche erscheint beim login. Daher in sudo raspi-config als Bootoption kommandozeile mit autologin wählen.
-
Run sudo raspi-config and select as boot option console with autologin and it will work after next reboot. Updating seems to reset that selection all the time. For next image I will try a different start option.
-
About a minute to see the final touch interface sounds right. I want to try for V15 a different start method for x server, but starting x server, chromium and loading the app will still take some time. Espcieally chromium start seems to take a good …
-
That does not say me anything. Never seen that error or don't remember. What did you do to break the x server? Often that contains a step breaking something you configured before.
-
Are you using Linux? Sounds a bit like both get the same serial port name depending on which is first online. On linux this happens for /dev/ttyUSBx and if you have same boards it will also happen to /dev/serial/by-id/... The solution would then be…
-
Kreise haben selten den richtigen innendruchmesser. Sind mehrere Effekte. Zum einen machst du keinen Kreis sondern ein n eck was dadurch innen schon mal enger wird. Dann ziehst du das Filament immer etwas nach innen. Wichtig ist dahe rschon mal klei…
-
In host there are 2 ways for filament visualization. Compute width by volume or fixed width/height ratio. I think you compute it from e values which can lead to wrong proportions through rounding, retraction or other effects a slicer might add to it…
-
"wait" just means printer is idle awaiting new commands. You should look for "start" which would appear as a sign of a reset. It will also write out reset reason.
-
Wenn du eine Netzwerkverbindung hast ist das kein Problem. Safari starten und ip:3344 eingeben und schon siehst du die gleiche oberfläche am iPad. Wenn Werkstatt und Zuhause unterschiedliche Gebäude sind, empfehle ich ein VPN zur Werkstatt, dann geh…
-
You can use any output as digital output, that is no problem even pwm pins:-) What does not work is using any pin as I2C or control a I2C device without writing some code. So if it is just a digital pin out put you need just use it as case light pin…
-
What is bed down for you? Closer to extruder or away? > but after switching the button (twice) you mean the homing with retry? > it goes down "into" the button and You mean below button on bed height? > i can't get it to move to another p…
-
Is Marlin compiled with eeprom support? What does it report in Cap:EEPROM at startup/M115?
-
>Is there an 'M' command for setting Z_PROBE_Z_OFFSET et Z_PROBE_HEIGHT ? Yes, they are store din eeprom so M206 can change them. Use eeprom editor and enable log to show commands send. Change them and save. Then you see in log which position an…
-
Der bl touch hast seinen eigenen offset relativ zum gleichen Ursprung wie die extruder. Beim aktivieren geht er damit immer an die stelle des aktiven Extruders. Wenn der linke also vorher nicht 0,0 war, must du die position entsprechend korrigieren,…
-
This can happen if there is an illegal value format e.g. letter of , instead of . for a number. That can cause an exception during save. You can try to see if logs/server.log if there is a hint about that problem. You can also send me the xml file i…
-
Marlin board = using marlin firmware? Then no. You can add a gcode for it converting a variable to pwm frequency. But I think you will need to write some code.
-
Den offset kann man im eeprom leicht ändern. Nur aufpassen - die Einheit ist schritte nicht mm also distanz mit steps per mm multiplizieren. Beim normalen Drucker ist linker extruder 0,0 und der rechte dann mit offset entsprechend Düsenabstand. Auf …