Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Logs show you try to preheat bed but it does not heat. Firmware sees it is heating and output is set to 100%. Does printer have main power enabled? Is here a separate fuse for heater outputs? Don't know the melzi boards so well, but I can see that f…
-
Just to be clear. If you have in eeprom the value for Park position Z raise [mm] it will raise that amount and that is ok. Any additional rise maybe because it drops a bit after reset would not be ok. You can try to set this raise to 0 for testing. …
-
Mit 3 spindeln geht das, weil man durch das verstellen von 2 der Spindeln das Bett komplett ausrichten kann. Mit 2 Spindeln geht das schon rein mathematisch nicht. Hier wird ja nur das Problem gelöst das sich die beiden Spindeln relativ zueinander ä…
-
They have 2 controllers. You select type 2 whcih is the 20x4 character display. If you have the graphic version with 128x64 pixel you need to select type 11 (with GLCD). Light just means power pin gets 5v. Make sure connectors are oriented and conn…
-
If you send M115 to printer you see the firmware version you currently have. The luc github is what I meant. It is not official as there is no official firmware for DaVince except their own. What he did was taking 0.92 form us add a config and he al…
-
For ramps you have enough flash memory for the software if you do not select all languages. For deltas it is more likely that RAM is meant which is critical here. Make sure to have around 1000 byte of free ram in the compile report. Reduce subsegmen…
-
Yes, that is how you can check it. Together with API documentation it should be easy to understand. Why do you think listJobs does not work? It is the waiting queue and often it is empty. For jobs you could start that are stores you want listModels!
-
Make sure all webcams use mjpg compression. Experience shows that only one webcam without it uses most of usb band width. So for 3 it it important they also use mjpg. But as you see band width for pi is a bit limited. Try 1 or 2 webcams not over hub…
-
I guess it will only come with V2 firmware when it gets the TMC2130 driver support. I'm not really sure the precision would be good enough. The end stop detection must be repeatable precise for best results. But we will see when it is working.
-
Check log and make sure dry run is disabled. Sounds like you have enabled it or an error you would see in the log enabled it.
-
If only turning down the pi helps it is a linux issue most likely caused by wrong signals. Haven't had that problem my self. On ssh console try sudo dmesg and see if you see many undervoltage messages. Often bad power unit is source for connection …
-
DRO would then be M114 gcode. Current position is never known during moves but it is known where new moves will start from. Can't really say when I write that HAL as it also needs testing and I'm also busy with host/server/support. So any time woul…
-
When I said to check the websocket I meant that of the gui where it works! If you do it there you see 73 08:46:16.779{"action":"browseFolder","data":{"folder":1,"next":"","root":""},"printer":"bla1","callback_id":77} 99 08:46:16.908{"callback_id":…
-
You may loose eeprom values (also you can make a backup in Repetier-Server). If you have the original configuration.h used it would be quite easy only changing that parameter. Without you need to select right hardware. I think best would be to find …
-
Yes, if you see a eeprom parameter named backlash it was compile din and setting it in eeprom makes it permanent. If not you need to recompile and flash again. You can do many uploads until board breaks. As developer i do this more frequently then …
-
That is the value set by Printer::prepareForProbing(); so you can not change it. You can set a different ZHOME_HEAT_HEIGHT if you like. That is meant to protect surface from hot extruders as some surfaces will get destroyed otherwise. There is no re…
-
That will return ok: false since you have not set all parameter since docs say: browseFolderParameter: folder (int) = folder id, root (string) = start position ,next (string) mod to root} As a trick open our gui in chrome, enable dev tools, reload a…
-
If printers disconnect quickly they do not understand responses. Make sure you have set the correct firmware and correct baud rate. If you can work for a while and then it disconnects it is often a hardware issue. Deleting in gui should not be nec…
-
With V2 you can extend firmware to what you want. You can also add extra gcodes for extra functions and add new modules. No idea what DRO signals are, but different stepper driver modules will come.
-
> Z was not correct. Did z axis move between restart or on reconnect through server? The rescue system requires that z axis holds position or it will loose it. That does not include the z move that gets reported to server from firmware rescue sy…
-
In host you see in eeprom editor parameter for backlash if it is compiled with support. The backlash in the small direction of the circle as it needs extra motion to start moving. So if x axis is smaller it is x axis having the problem.
-
Nutze das gleiche board über programming port und hatte bisher keine Probleme bemerkt. Was ist denn die Ausgabe beim Firmware Upload? Hab den uploader seit ich ihn geschrieben habe nicht mehr geändert und auch bossac ist noch die gleiche version wie…
-
Then you do not generate the new files the same way you did for the olds.
-
Original DaVinci has no repetier as far as I know. There is a project on github providing a davinci port of repetier. From a user luc... . You would find if you google. Your images look in deed like serious backlash. Also you can compile in backlas…
-
It also says you have to set z min end stop to the z probe sensor! as I said at 5 march. For homing it will use still z min but it must be wired to the probe and not to the z min endstop. That way we know at which position we hit the bed.
-
You see extruder reports > 1000°C which is also assumed to be a defect. If you don't have one and only a laser (seeing you are in laser mode) select the fake temperature sensor to the extruder. Otherwise check what is wrong - pin or wrong table o…
-
Yes you can. In config tool select mirror x and y checkbutton and you can select the E0 and E1 socket for mirroring the motor signals.
-
After trial it is still working as free version just without webcams but they are running. So if you solve it for free it will work with pro the same.
-
I think the implementation at the moment only works with hardware SPI. You need to split mosi/miso/clk from the hardware pins. Radds has them available as pins. See wiring in this forum where it is explained. It's in one of the TMC2130 threads here.
-
Derzeit nicht. Ich habs auf der todo fürs nächste host release.