shaiss
About
- Username
- shaiss
- Joined
- Visits
- 39
- Last Active
- Roles
- Member
Comments
-
I have this issue after updating to the latest. I ssh'd and deleted all the configs under /bar/lib/RepetierServer/configs. But still get the 502. Am I supposed to delete the folder for my printers under /printers/ directory too?
-
If you hold down the endstop switch with your finger and run m114, does the response show high for the switch you pushed down? I'm wondering if your having a wiring issue. Also, maybe your belt is not tensioned properly and/or toothed pulleys …
-
Your XYZ endstops are set to MIN and you homing direction is set to MIN. So that's good. Where on your printer are your endstops? Your XYZ size is 350, 427, 673, is that right? It's hard to tell by your video but that seems a bit big. Not sureI k…
-
Use a file sharing sure like ge.tt, onedrive, Google drive, Dropbox, etc. Or copy and paste it into pastebin or pastie
-
I'll look in the am. It's too late here.
-
For your homing issue. Change the homing direction in FW. If it's checked in the configurator uncheck it. Then it will home to zmax. If that's not your intention you can change the direction in FW too under the respective stepper in the configu…
-
I'll have to reload the FW with that setting and set the zup to something other than 999999 and let you know.
-
But here's where that logic doesn't work. 1. Print finished. Print head is left at random XYZ coordinate 2. I turn off the printer 3. I power on the printer. 4. I home z up, xy, z preheat. Z=10, x and y = 100 At step 4 is where the logic fails. …
-
Awesome, thank you! Looks like m111 isnt in the repetier.ino file. Should I submit an issue for it?
-
So is this my mistake or a bug? The configurator tool says to use 999999 for no change.
-
@Repetier, I tried changing the zhoming to the folowing:#define HOMING_ORDER HOME_ORDER_ZXYTZ#define ZHOME_PRE_RAISE 2#define ZHOME_PRE_RAISE_DISTANCE 10#define ZHOME_MIN_TEMPERATURE 0#define ZHOME_HEAT_ALL 1#define ZHOME_HEAT_HEIGHT 10#define ZHOME…
-
absolutely perfect! Thank you! Awesome! Glad that helped!!!
-
dthomas6184 said: Thanks for your reply, but your video will not play. my fault, I pasted the wrong link
-
@digibluh, I have a similar issue to you and using the dev branch. While I still need to test, I think we need to use the z up, xy, z preheat homing sequence. atm I have zup set to 15mm which should be enough room for the probe. I'll post more on…
-
@dthomas6184 My corexy uses repetier dev and is a bit smaller than yours. watch our fw walkthrough as it might help you out
-
1. Put a multimeter to ground and the sensor line and read the voltage. If it's close to 0 it's low. Anything over 3v and it's high 2. In the FW config you choose whether to trigger on high or low. 3. I believe you can put the printer into dry …
-
@digibluh can you share your config.h? I need to change my config to use the z preheat and raise, XYZ for homing. So I'm curious what you guys have setup. Thx!!
-
That's awesome! Would make it much easier to diagnose. Great work and keep up the awesome updates!!!
-
That makes more sense. Regarding the error it says it's coordinate and z probe offset. I was thinking it could say the result of the math. Ie "would result in y coordinate equals -5". That way I would at least know it's the y coordinate is of…
-
Ok. Figured it out and it was a stupid mistake on my part. Probe y offset should have been -5 not +5. Could the FW provide more specific errors in the future?
-
I'm not understanding your response. My homing order is set to HOME_ORDER_XYZ Should I be using the homing order xy preheat z? I don't mind setting it to that, but I don't need the nozzle to be hot to probe since my probe is a bltouch. You ar…
-
did an M112 to restart the printer and tried G28 Z0 and failed with the same error as my first post. Seems like I have to move to zmax, run G32 S2 and only then will it work. I'm confused this is my latest gcode:https://drive.google.com/file/d/0B1…
-
ok, I moved the printhead to zmax, then ran G32 S2. and now G28 Z0 seems to work fine. Odd, but it works for now.
-
Ran G33 R0Then G32 and here's the outputhttps://pastebin.com/xi4QGQpN Then G33 L017:19:41.340: N959 G33 L017:19:41.440: ok 95917:19:41.440: G33 X10.00 Y10.00 Z0.00017:19:41.440: G33 X10.00 Y45.00 Z0.00017:19:41.440: G33 X10.00 Y80.00 Z0.00017:19:41…
-
Yes, the BLtouch light turns off when its probing (aka online).If I send G32 S2 I know it probes the 3 points and stores the new z height, I've done that several times with no issues. I've done the following and it works fine.G28G32 S2G1 Z2 If I don…
-
Just checked:config.h has Z_PROBE_HEIGHT 2.080 eeprom dump has value="1.225">Z-probe height That's a difference of .855mm. I don't see how that distance would be driving the nozzle atleast 10mm into the bed.
-
I'll remove that S2. Without that, where does the z height get stored? Is it in memory until the board is powered off, then lost? Would you suggesting reloading the FW at this point with a different eeprom version to start clean? If the eeprom che…
-
Yes I have. I have homing going towards my Max z stop at the moment. So I need to flip that and give g28 z a try. If I run g28 now the probe does nothing and goes to the max. Can you share your config.h file?
-
Thank you but that's the one I mentioned in my post. I'm looking for gcode to run before homing. Not just before or after a probe routine.
-
Or the polyfuse is overheating and falsely going off. But not a fw issue.