Repetier
About
- Username
- Repetier
- Joined
- Visits
- 2,088
- Last Active
- Roles
- Administrator
Comments
-
All G33 errors are < 0.1mm so turn it off and check if you still get 0.5mm error. Then you know it does not come from G33. Also what I du is, is I print first layer 0.3mm to equalize small problems. That should work already with autoleveling and …
-
Pull path to sude I said: /usr/bin/sudo you start first argument so that must be set explicitly. mfi.sh is argument to sudo so with full path there sudo will find but it does not find sudo for now.
-
Ok, could reproduce it but it is hard and you need to be really quick. What you get is: 15:05:44.969: N723 G9015:05:45.103: N724 G1 Z1 F50015:05:45.269: N725 G9115:05:45.272: N726 G1 Z1 F500 ; *** THIS IS THE PROBLEM15:05:45.272: N727 G9015:05:45…
-
Autolevel from G32 is active until you deactivate it. G33/G28 does not change this. G33 area can not be edited in eeprom.
-
G33 had issues in 0.92 and is only expected to work in 1.0dev. You can enable it in the configuration.h file but as I said 0.92 is has issues especially for cartesian type printers.
-
You were already there. It is in print panel just scroll up. But it is not the same as windows host so you have no cross just buttons to move instead.
-
Meanwhile I have fixed the issue as well for next host release. Then both solution swill work.
-
Rotation correction is good. Nearly leveled bed. CurrentZ:3.41 atZ:-0.06 looks like you have not homed before probing, right? Otherwise you have a deviation of 3.47mm between measurements.
-
Precision is ok I think. Matrix are z steps. You also see that there is a stripe going down in the middle but not as same x positions.
-
Can you explain how this gets used? I mean that is nothing you switch on/off 20 times per second I guess and does it have a thermistor for feedback? As I see I have no idea how that should work so can not say what to do in firmware.
-
And for G28 you have set z min endstop = z probe endstop I assume. With 20mm going up before it should always succeed if there is no special treatment required for probe. Only make sure you have homing order with XY before Z.
-
Yes G28 uses autolevel from last G32 S2 so yo only need G32 S2 if you changed something that changes bed rotation.
-
As I said host does not understand it only knows it has set temperature. If you can add a space so that T:23.25/200.0 becomes T:23.25 /200.0 then it shoudl show graph. SHould be not hard to add the space in teacup. For next release I try to read al…
-
Do you start G33 at a safe position that allows enabling z probe? Would be the last reason I could think of that it still does say out of range.
-
you need full path to sudo I think. Except that I see no error.
-
Just as a not for the graphic problem. When compuing from extrusion it had a ugly aspect if using low extrusions as here roundign errors can become dominant and produce wrong thickness. This is what happened for you plus that it only updates thickne…
-
If endstop is hit is should show H for the endstop. If not is is configured wrong.
-
Sounds liek baudrate is set wrong. Also make sure prococol is set to autodetect or ascii.
-
Very dense. I see it omits the space before / with target value. So temperature is 22.0/0.0 which is not a number.
-
The commands get send directly in a row. Will test and see if I get it happen. When I test it is not exactly fast. Maybe server sees it is in relative mode and omits it, forgetting the disable relative is already on it's way. But that is speculation…
-
Duplicate from slic3r section.
-
Nice tutorial so far, but is the part going wrong? I'm not sure about infill extruder as we assign each stl an extruder that might get ignored in favour of selected extruder for object in host. The settings in slic3r are for not assigned parts.
-
Grid would then be x: 0 - 195 and Y: 0 - 165 I think. Maybe a mm less if rounding or so makes problems. Also make sure you have 100% correction until something like 0.5mm to have first layer always aligned.
-
Are you talking about prusa slicer or why do you pronounce it? What is the error message?
-
Not sure what version we will have until 0.84 but we are working on next release already and when all fixes are included we will release. Beginning of june I think.
-
Pause is no problem for me but excluding a part in deed stops counting in my test. Will fix for next release.
-
M111/M80/M20 are not important so no harm here. But for M105 the return format needs to be known exactly to help here.
-
Your protocol shows no correctios > 0.1 so it will never correct 0.5mm and the question is more how can you get a 0.5mm error if there is no such deviation when measuring. One thing often seen is that a hot bed has different shape then cold, so …
-
It should not have measured after the error message, have to check why it does this. You shoudl reduce grid to an area where nozzle and probe activated would reach the positions.
-
What does teacup return on M105 exactly? I guess it is just not returning the expected format.