Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
G33 uses same z probe height offset. For this it is important to have it correct and not have tricked with z position after G32 S2, e.g. changing z length with max homing means G32 can not be trusted any more. Grid are nozzle positions yes, but mea…
-
Forward/back needs 2 motors just like side to side. Test M119 to see if side endstops are preventing the move. Does homing also not move it a bit side to side?
-
Would be more clear, yes.
-
If you test manually for the corners reachable, send G30 P1 before. P1 will add z probe offset and not remove it afterwards, so after this you can test the rectangle you can reach.
-
So it inserts babysteps just to fix the offset problem instead of starting higher? We had so far no gcode for babysteps as you want them executed fast and from a host this makes no sense with 16-20 moves delay until execution. For misuing the z cali…
-
Maybe because of this condition if(fanKickstart == 0 && speed > pwm_pos[PWM_FAN1] && speed < 85) speed < 85 means it kickstarts only below 33% = 85/255
-
Can you tell the complete exception message? Are you using 2.0.1 or an older version. Had some corrections for connection problems in 2.0.1.
-
Enable commands in log and see what gets send. For repetier it is always written. Marlin also shows these if eeprom is disabled so they only get changed until next reset then.
-
Sounds then like 32 bit version for linux is buggy.
-
You need to open command in a separate window with commands enabled to see what sliders send. Have a due with 1.0 dev for testing will do also later.
-
G33 measures a square or rectangle but you can only describe a circle. Then take into account the z probe offset. Make sure your rectangle for G33 lies inside this allowed area. It seems that this is not the case. For delta you can ease it a bit by …
-
For debugging it would be interesting to see what commands got send in console. I did not see the printer nor the commands send so it is hard to say what is wrong. Sure you have send X160 and slider did not go there, but what did really happen? Also…
-
If you have z-max homing that is no problem. You can set bed coating to glass thickness and tell firmware that you measure till bottom excluding coatings. That will even correct height when homed.
-
The Repetier-Host group would be fine I guess.
-
You seem to have something with identical name twice. I think the part causing the error is in registry whcih is for mono in $HOME/.mono/software/... not sure from here. You will see it as it has repetier in name. Delete that folder and start host s…
-
Does it trigger also below trigger height? If not starting with low z will not see signal and crash into bed. Then you can set to go up before homing so you are sure it passes trigger height.
-
We accept only paypal. On first download page you even find the paypal donate window. What is the problem you get with paypal that you think we do not accept it?
-
You can use a system with servo that gets controlled by M340. Each extruder can have a select/deselect gcode, so you can just add the M340 to position it. The most simple solution is to have a fixed bed and go with hotends to bed, make them loose l…
-
Normally you use our config tool and uncheck the languages you do not need and recompile. Manually edit configuration.h near end you can set languages included.
-
I have put it on my todo for next release. Have to check exclude region anyway. Hope I can replay the error.
-
It is not very helpful to say you have problems without saying which problems exactly. Forum is full of solutions to problems, so how should we know?
-
Uncheck "Enable sd support. Gets overwritten by ui-controller or board settings.". If you have also LCD you might need to edit in DisplayList the variable setting it on. SD Card is a bit tricky as it can be enabled at different places as side effect.
-
Have tested it with latest version and it inserted the start code I tested. Then used exactly your start code and it still worked. Removing the start code gives no start code and not 210 as in your case. So I wonder if it saw your cura.ini at all o…
-
I could trace it down to the rendering function. So the appearance of the rings in the physical print is completely independent of the graphic error you see. It is just a coincidence you have here. Strangely if I slice a simple small cylinder with m…
-
The option is already in preferences. In general tab->Zoom Speed Factor.
-
Just to be on the safe side I have added a inf/nan test on temperatures for next release.
-
Do you mean smoothieware does not always send valid number as temperature? What does it send if you can say? maybe "inf" ?
-
We too:-) We are expecting slic3r 1.3.0 soon so that would be a reason, or if we find a serious bug, ... Nothing where you can put a date on.
-
What are your network interfaces if you send ifconfig Your license is bound to mac address so if that changes you automatically activate the next of your 5 licenses until all are used. Already found that some devices get a usb0 interface where it c…
-
I will test. For now I can only see some of these artefacts if I set width calculation to derived from diameter. Can you try if setting it to layer height would help the print as well as the preview. I will test at the weekend and hope I see someth…