Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
Exruder mixes the filaments in this set up due to weights. So having default weigts 10,10,10 means to move all motors at same priority. If you want only motor 1 move set weight 100,0,0 for example. Important is that unused are 0. Weights on remainin…
-
Are you using dead time control? We have changed some things in heat manager to optimize pid with the drawback of having dead time behave a bit worse due to reduced time resolution. Sounds a bit like this problem. With V2 we hope to get back to orig…
-
No motion will optimize between moves, so that part would be ok. The problem is that motion takes place in a stepper interrupt and there informations like positions and E are lost. There is a field secondSpeed that controls laser intensity in laser …
-
It is still planned, but currently we are working on other new stuff.
-
That is no compilation error, it is a warning. I think I have already fixed in on github and at weekend I will update config tool, but you can safely ignore it.
-
@execute gets executed once the previous command is send to printer. But printers cache moves and input queue can also store several commands, so yes it is not in sync and you need a little trick. Put 20-30 M400 before @execute so queue is filled up…
-
You can not use the pc server to talk with pi server. You always communicate with th epi server or after next update you could also with internet version. The local cloud feature you can enable means in the pi server in "Connections" you add th eip …
-
This does not sound like a host problem, but a firmware problem/misunderstanding? What firmware are you using? Docs do not seem to be for repetier-firmware.
-
Select a homing order with preheat temperature (set to 0). These allow also setting a homing position for z so it is where you want it.
-
That board has no eeprom. It is set to use sd card for eeprom instead. So you must always have the same sd card mounted when using it.
-
I know at least that they have a custom host from us, so I assume they should be compatible at least. So first unplug and see if a new com port comes up when connecting, that is the right one. Just in case you are using an other com port then the p…
-
Normally mjpg_streame ron our image works very stable. Have it running as long as it is on and it never crashed. You should have a look at /var/lib/syslog. Streamer always logs into that and you might find a reason for stopping that explains the pro…
-
In your config tool you see a dropdown list of boards. In fact 2 lists depending on processor selected. My advice is use a 32 bit board like RADDS. Especially with next V2 firmware release it will have big advantages.
-
Without LCD it makes sense to disable the x windows/chrome. See download page for image for more instructions on this. Reduces memory and cpu usage. Regarding power unit I can not say. It is really some luck with so much chinese crap that is often …
-
P0 is always print cooling fan. You can add a additional fan (FAN2_PIN) that is controlled by P1. All other fans are controlled automatically by some triggers like motors on (board fan) or temperature (extruder cooler). Configured fans will always…
-
Some nice ideas. Currently we work on a big update that will include project management so you can upload stl, 3mf,obj models, other files, images and add a description, tags etc. This will be hierarchical and should later be the base for created gc…
-
Yes, during homing the second endstop needs to be triggered as a special case as well, while in normal operation only first endstop is tested. Means if normal z motor is then triggered that motor stopps but second motor continues to run until that s…
-
As long as you do no sensor less homing on z it should work if you use E1 or E2 as second Z axis. If I remember the code it assigns configs to sockets not functions where motors are used, also in plain config these will match.
-
Different software with different power consumption. If you read the Octoprint FAQ you will find the same problem. I guess you are on the edge. I also have a pi that is mostly ok but sometimes get underpower when cpu load gets reduced. If you have…
-
Dual x axis uses x min endstop for first extruder and x max endstop for second extruder. Extruder x offset is the distance to x=0 so e0 has it positive to come out of it's box and E1 negative to go to same position. In V1 you can use 2 z endstops t…
-
Use https://www.repetier.com/download-software/ click on Paypal and then you get a select to donate with paypal directly or debit card. Select the second. Thanks for your support.
-
No bug it is the Pi. The pi is very sensitive to power and if it gets not enough, usb gets instable. It has a red led that starts blinking when power get slow, at least below 4.65V https://elinux.org/R-Pi_Troubleshooting#Red_power_LED_is_blinking …
-
Sounds like host does not see the answers. What firmware and board are you using?
-
Behaviour of gcodes is firmware dependent and for Marlin we are the wrong place. No idea how Marlin is supposed to work in this respect, but if a following G0 Z0 does what it supposed to do I think it is just that they do not move back to original p…
-
Why not just set slic3r shape to be correct as a first test, You should check the gcode generated and where that wrong move is. It could be part of you start gcode in slicer configuration.
-
Then that might be the problem if it is not reprap compatible. Do they advertise it should work or do they want to force you using their solution? In first case your parameter might just be set wrong.
-
I looked into RepetierHost.view.SDCard.setLastFilesWidth () and it has a trick to force it fill the remaining width. Also it always worked on linux so far I have modified it for next release to get computed differently so mono hopefully gets no prob…
-
Can you still go up to 200°C? Sounds a bit a sit has problems getting over 180 with that max pwm making it hard to control. Also note that the first swing always goes too high and it should get better with each following swing. But I do not optimize…
-
Ok, thanks. Will include them in following updates.
-
Sorry but this time I do not understand what you are speaking about.