Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
The toush screen just has a different start url, so enter http://localhost:3344/modules/front2/www/app.html/ as homepage/url and you should see the touch screen interface.
-
Actually they do not state which firmware they use, only that it works with repetier-host. So please change firmware to Marlin and reconnect. Go to control panel and send M115 to check which firmware you really have. Marlin will not react on repetie…
-
Ok, I see it is exactly what I feated. They are now returning adjusted coordinates while host expects real coordinates so it adds 20 from G92 to 20 returned here. I have removed parsing it from firmware response so host now only uses own calculation…
-
Thanks. I found a mistake by copying code from marlin from that board it did not adjust to correct naming scheme, Please try the updated version for heaters. Regarding autolevel you z probe height seems to be off 3mm resulting in wrong height calcul…
-
You could use also something like APC Back-UPS ES 400 where you can plug in several devices at once like printer, pi and pc. Since the shock is short it must not last long, just correct immediately.
-
I had already copied big parts from ultratronics but had no board for testing. Thanks for showing what needs changed. Added this for next update with the condition of ultratronics board.
-
How shall we help with such sentences: "but doesn't actually print, but prints apperently on the software" ? That says its printing with something, so everything is ok. That is no information what the problem is and especially where. Give informatio…
-
In step 4 you home xy first so you know where you are on xy position, so position is not unknown as you think. After that it goes to set position and starts z probing/homing. Or did I miss something?
-
Yes it will be a new sd image since we want to rework the wifi handling a bit based on problems some users seem to have.
-
Since it worked before R8 it must be something that firmware changes. Host has the habit if in manual control and firmware returns positions in answer like ..... X:30 Y:20 to copy them. Is that now the case? That is why I asked for commented log t…
-
Server bases position on commands send. Only command that can really confuse it is having home position set wrong. If you have set home pos in server 0 and home to z max then there is a mismatch between what you see and send. Also it removes any off…
-
Sure host manual sends T1 or T0 so it triggers the switch. That is intention and required. That is one reason why I adviced putting the code in firmware so it correctly switches. But this is of course a bit personal preference how you like the comma…
-
Yes 999999 is no change and that is the error I think. You need to go away form 0,0 first to make activating work and you don't.
-
I even don't have the board :-)All I changed in MPX3 compared to RAMPS is setting output pins different. Input pins were not changed. What board did you use for stable? Sure input settings are identical?
-
For to www.reprap.org and check pinout for your board. Looking onto it you should see where pins are free and pinout shows you the pin numbers.
-
It is a pro feature, so that would be ok. You can see this here: https://www.repetier-server.com/version-comparison/
-
What doesG28M114 ; to see what printer thinks where it is see log outputG1 Z1do? Start with simple steps you know what is happening. Then check the gcode you send on print start and replay it to find where the drop happens and tell us the gcode wher…
-
It is worth a try. But you need to change it on firmware and host to make it work!
-
What software has a monitor icon? In web frontend it must be green to allow printing. Red is no connection and white is deactivated needing activation. Make that work first and then continue to host.
-
It is the extruder color you have set in printer settings. So change it there and it changes.
-
How often does it happen? As I said a few errors happen with some printers. It all depends on usb cable quality, noise from printer to usb or other components, ... What often helps to reduce frequency is using slower speeds like 115200 baud. Would…
-
Oops, ok I think I remember to add it :-)
-
See I BedLeveling line 504 should be Com::printErrorF(PSTR("Activating z-probe would lead to forbidden xy position: ")); and not Com::printErrorF("Activating z-probe would lead to forbidden xy position: "); Current version only works on due system…
-
I hope you did not enter it like that. In your example you separate commands by /n but the correct separator is \n so you got only one command and last G code is used. Why M116 if you do not change temperatures?Why wait 4 seconds - M400 would be eno…
-
I think you are describing a different problem. Or do you now get 20mm move if you select 10mm move?Is host in CNC mode? Otherwise it would subtract offsets from coordinates to show real position and not relative to origin set with G92. Can you give…
-
init.d is a old service system. Jessie uses systemd instead so the command you need is sudo service RepetierServer restart
-
It is not a display issue. It is the encoder sending switch signals. I assume your display has a slower encode as the set#define UI_ENCODER_SPEED 1 so try 2 or 0 (not sure which value is slower) and it should work.
-
Display is not supposed to pause just because it is there. And if it does like when jam is detected it should show why. jam detection is the only reason for pauses I can think of except if the not working lcd causes some hang, but normally this is o…
-
Great it is working now.
-
Check in web frontend:- Printer context menu - is it activated (showing deactivate as option).- If activated go to configuration and make sure port, baud rate and firmware are correctly set. Then it should connect on save. firmware and port should b…