Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Each system has it's own time calculation, so they differ a bit. Host has a quite simple where it assumes speed you tell for print plus some percentage for acceleration. If if print using repetier-server then server does time calculation that is bas…
-
If you disable M105 filtern what does the firmware response look like? The marked error in javascript console is not related. But firmware might change response when heater is off to something causing the error, also it should not be possible. But …
-
Firmware stopped kommt wenn firmware !! sendet. Das ist die offizielle anfrage der Firmware nichts mehr zu machen. Frage ist also warum kommt die Aufforderung? Dazu müsste man das log komplett sehen dann macht es vielleicht sinn. Lesefehler bei nat…
-
There is none. Important thing is use 1.0.4dev version for it as it has some fixes regarding advance. Makes only sense for direct extruder and value lies between 40-120 for these depending on length nozzle-drive and temperature and material. It corr…
-
Not a known problem. Normally it contains set temperature which we get from firmware. That temperature is read from M105 responses which you can see in console. That is the /0 part after the current temperature. I just checked if it could be read th…
-
Are you using the appimage or the tar file? Appimage can be started by calling the file, for tar you need to run configureFirst inside and then you should have a link so repetierHost in commandline would start it.
-
Der Reset hängt am DTR pin. In den Verbindungseinstellungen steht drin wie er sich ändert. Default ist LOW/HIGH glaube ich. Wenn er sich bei jedem wechsel ändert sind das 2 wechsel und resets. Kann man aber auch auf immer high setzen, aber dann mach…
-
Should not happen as it is same software or did you upgrade image version? Did you check if it was assigned a new port number? If you login you can check if it is running using ps aux | grep mjpg If you manually run sudo /usr/local/Repetier-Setup/b…
-
Depends on repetier software you are using but both host and server have a homing position setting where you told what x home position is and that seems to be set wrong.
-
And if not started first it select the generic microsoft opengl driver I guess that does not work correctly due to old standard.
-
The hosts start/end gcode is never included in gcode. It just gets send before and after the loaded gcode gets send. It is more for extra commands you need for the printer but can be entirely empty if slicer scripts contain it, whcih is the normal w…
-
So usb stack is not working after you have a big current change on printer. sub serial converter might have get errors or something in connection got corrupted causing it to hang. I know the symptom but can only speculate on what is really happening…
-
There is no real relation to host and firmware distortion map.And since firmware position is hardcoded it is not that flexible you might need it for pcb. Also the coordinates G33 L0 returns are always the same fitting the hardcoded area and grid siz…
-
All it does is setting step/dir/enable signals at nearly same time. So if Z1 gets a step Z2 does get it as well. Do they move in sync or does one lag due to lost steps? What might happen is that they are not at same microstep if homing is used with …
-
No - never copy manually files! Server will not notice or it will miss missing conversions it does on import.
-
Distortion is enabled automatically after G33 or using M323 S0/S1 enable disable distortion correction P0 = not permanent, P1 = permanent = default Your problem as you see is the G33 has z probe triggered before going down first time. So start heig…
-
For pi the file is always at /var/lib/Reepetier-Server/database/extcommands.xml Login using ssh (W10 has it as well out of the box) and use sudo nano /var/lib/Reepetier-Server/database/extcommands.xml to edit it. Afterwards server needs to be resta…
-
Die Geschwindigkeit muss sicher am PanelDue angegeben werden. Ind er Firmware kannst du nur die maximale Geschwindigkeit festlegen. Das PanelMax kommuniziert ja mit gcode kommt also daher. Also schau mal wo man das da einstellen kann. Kenn mich dami…
-
Without eeprom the values from configuration.h are always used. You can disable small features you do not need. arc support gives you 1-2kb. You could reduce temperature table sizes you do not need. With some luck that gives you the 7kb extra.
-
First time I hear about this solution. Sometimes there is a problem if you have 2 cards and the "bad" one gets selected. Then power settings for correcty card sometimes help if they get set to be used always 100%.
-
Since all routers are different and even did not say which you used, no directly. All we know about the problem and solutions is written here: https://www.repetier-server.com/knowledgebase/access-server-from-internet/ Especially the ngrok solution …
-
Server does not know your firmware settings. It can normally also not interpret the xyz outputs. While printing they are already wrong when we receive them. Therefor we need to know. You will always get nearly the same position even if it differs m…
-
AUS ADC der mittlere pin hat nummer 5. Links ist 3.3V rechts Masse, wenn Motoren oben sind.
-
Die gleiche Datei kann mit sd karte nicht pausieren. Was wird denn hier zur pause eingefügt? Korrekterweise müsste ;@pause Filamant wechseln eingefügt werden. Alles andere geht am Server vorbei.
-
First question is what does host say about set temperature? Does it show set as 105 or 76? Check in printer settings in host what you defined as maximum bed temperature. That is the only place that could make host switch back to lower temp. In other…
-
Ok I think I see your error:12:29:35.509: X:160.00 Y:114.50 Z:12.20 E:0.00 Count X:12800 Y:9160 Z:4880 // LCD says 160 / 115 / 12.212:29:35.509: ok Then I pressed "move up" with "1" selected: 12:30:15.673: N12 G1 Z1.00 F720 - the extruder moves DOWN…
-
I can not really say what happened. What the uploader does is calling calling avrdude with same parameter arduino ide calls for the non bootloader upload. It might be that the files contain target address (bootloader is at end of memory I think whil…
-
I see only one language, so it might be the total length including code. It is normally more then 128kb. Try disabling eeprom setting EEPROM_MODE 0. That should reduce length enough to make it fit. If it then fits you need to decide which features y…
-
I did not understand exactly what you described as error, but my guess is that your problem is the extrude rmove between deselect and select that adjusts for offsets. You should do that move where you do not hit any of the parked extruders. So add i…
-
That sound like you are doing something wrong. Especially with z probe there is never a need to go below 0. If you need to your firmware is not set up correctly. You define the height between nozzle and bed when z probe triggers such that homing mak…