Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
There will be one intermediate release for server and a new software then we will update host with some nice new things.
-
If you show a log of communication I can see if there is an error or not.
-
Das liegt hier ganz klar an der firmware. Sie sendet offenbar !! was heist verbindung stoppen. Lost communication with MCU 'mcu' ist die Fehlermeldung der Firmware warum sie nicht mehr verbunden sein will. Offenbar redet der Hauptprocessor mit eine…
-
You get a message if this condition from firmware description firmwares/repetier.xml is met: RequestPause:Extruder Jam DetectedAdding ^important: Filament change required! to the file should also catch the M600 case that you have. Have added it for …
-
I think you did not run sudo systemctl daemon-reloadafter changing the file. After I did that it worked again.
-
Ok, seems some job is stuck so it does not continue. Please delete the /var/lib/Repetier-Server/database/workdispatcher.sql (for mac/windows use according storage path) file and restart server. That will recreate it with no open jobs. It will not re…
-
Please try repetier-server or repetier-host to check, these programs I know. Firmware is doing what it should for all so not sure what you do wrong here or cura does different then expected. Also I do not understand where you do what - on lcd of pri…
-
https://www.repetier.com/documentation/repetier-host/gcode-editor/
-
Ja im nächsten update wird 1.42 wohl eh als standard dabei sein und natürlich die neuen kommandozeilenparameter nutzen. Die aktuelle Version kennt die neuen Änderungen natürlich noch nicht.
-
And you see the code contains G0 and G1 moves as required, so that is ok. So at which point does laser turn on? You can send it line by line to check that. Maybe firmware is not configured correctly.
-
I have to test. Newer linux updates have chaneg udev to run mount in sandbox mode so you can not access it. Had fixed this but maybe a update removed my setting. /lib/systemd/system/udev.service must look like this# This file is par…
-
Settings are ok for different extruders. Don't know Cura to say when they show what. Can only say see M105 response to see what really is happening and eventually check if cura messes it up or if firmware is doing it wrong. That is what console/log…
-
Make sure the travel moves use G0 not G1. G1 will enable it on the way while G0 keeps laser off until target is reached.
-
That is what steps per mm setting in eeprom does. Multiply by scale factor for what you need.
-
For some extruders this is even correct. If they share same heater block it would be ok. Please provide a response to M105 to see what firmware is saying. If temperatures are both at same set and read value you might have set the SHARED_EXTRUDER fla…
-
Are you printing over usb cable and getting usb disconnectes from low voltage on pi? The Prusa MK3 does not reset on reconnect but should hold position in that case. If Prusa it self looses power it will raise print head which is bad since you then…
-
In that case M25 is the wrong command. Use ;@pause Pink etc. to request a pause when printing over usb with our host or server.
-
Maybe the required trigger response was not found. Can you post the full communication around such a pause so I can compare what I entered as trigger and what you have. Since it triggers filament change I'd say that would it be. Will also recheck se…
-
In Preferences->Push Messages you need to enable that you want messages at pause as well. If you print over server, you need to configure it in server. Only Repetier-Server will also send messages at M600 detection I think, host does not have it…
-
In config tool you can upload old config and download new. If you have not used config tool you need to compare options. Interesting new functions are emergency parser and host rescue system to continue printer over repetier-server in case of power…
-
Usb stick should be auto mounted if you insert the stick. Use the import wizard to copy it.
-
Ok, that is bad with these sensors. So check for your positions that this does not happen. With manual G30 tests it is of course easy to happen, but for preprogrammed positions it should work. Also for homing you might want to pre raise z so it is a…
-
M25 is pausing sd print. How are you printing? Repetier-Server is not made for sd printing. Also check if slicer really added all the commands you wanted to have. Since you seem to print over sd card the firmware is in that case responsible for the …
-
I wonder that it worked with old version. We always left eth0 handling to default of the raspbian installation since it had dhcp client activated. Direct pc connection is not the supposed way to connect it since pc has no dhcp. Connect it to the rou…
-
Yes, no communication. All you see is what server sends but no response from firmware. So baud rate could also be 115200 or you have no firmware at all or you use wrong port or you have a monoprice board that needs different DTR/RTS settings (which …
-
Did you get the question to allow push messages after install? If that is not answered with yes you get no device id. If you do not the question check in iOS setup what you have set there.
-
You will need a license to use the touchscreen frontend.
-
Do you have a DHCP server for lan? Linux fetches Ip automatically from DHCP server. If you have try rebooting while being connected. Also I can add and remove it and get a connection it might help to see it at start directly. Do the lights on lan co…
-
I do not really underdstand what you are trying here. Which step of the video are you refering to? G1 can move your head where you want also it doe snot really matter where you calibrate distance. Later for autoleveling you have the 3 points stored…
-
Warum paralleles Betriebssystem? Der Server läuft auf Windows und Mac ja auch. Jedes Debian basierte Linux ist nutzbar, also Debian, Ubuntu, Kubuntu, ... Sprache kannst du bei allen einstellen und mache Programme können dann auch deutsch:-) Nutzen …