Quantcast
Channel: Disable End Stops on Repetier-host?
Browsing latest articles
Browse All 44 View Live

Disable End Stops on Repetier-host?

Hi All, My end stops use reed sensors. The Y-Axis sensors homing trips about +30mm above the bed. This seems a lot for a reed switch sensor but the magnets are strong. The sensors each have two wires,...

View Article



Re: Disable End Stops on Repetier-host?

download latest version of repetier host:[www.repetier.com] ensure this is set to false: #define ALWAYS_CHECK_ENDSTOPS false then go in and look at commands.h you could move the zaxis to initialize...

View Article

Re: Disable End Stops on Repetier-host?

Hi James, I want to disable the z-axis end stop except for during homing operation as activation of the z-axis end stop prevents the printer from traveling below Z0 while printing. Z0 position is set...

View Article

Re: Disable End Stops on Repetier-host?

I'm not sure if it is a bug or not, it seems that in motion.h there are references to check_endstop in motion.h void queue_move(byte check_endstops,byte pathOptimize) { printer_state.flag0 &=...

View Article

Re: Disable End Stops on Repetier-host?

The reason is quite simple. Queue_move is used by normal moves and the homing commands. Even if you disable ALWAYS_CHECK_ENDSTOPS checks should still occur duringhoming, hence the flag. If you want...

View Article


Re: Disable End Stops on Repetier-host?

thanks repetier, RobGer does this make sense for you? you can look at [forums.reprap.org] for repetier details. i am not sure which topic discusses the z disable

View Article

Re: Disable End Stops on Repetier-host?

Hi James, I really struggle to understand the code but will take a closer look tonight. I will also scan the Repetier forum for mentioned thread. Thank you all very much for your assistance. Kind...

View Article

Re: Disable End Stops on Repetier-host?

I Searched the forum but could not see any discussions on disabling Z-Axis end stop except for when homing. For now I will just unplug the Z stop sensor after homing. Not the best solution though. I...

View Article


Re: Disable End Stops on Repetier-host?

gimme a few hours. I'll see if i can post what repitier was saying. but replacing reed switches would be ideal.

View Article


Re: Disable End Stops on Repetier-host?

Hi James, I found this on [forums.reprap.org] 'The option to disable endstop checks during normal moves only works for x and y axis. For safety reasons the z endstop is always checked. Set the pin...

View Article

Re: Disable End Stops on Repetier-host?

no this is different. this completely disables z axis checks. your machine will home by crashing z #define Z_MIN_PIN -1 the best way is to disable z only after homing. in repetier.pde (first tab)...

View Article

Re: Disable End Stops on Repetier-host?

Hi James, Thank you for working so hard to help me out. I will give this a try now & let you know how I go. Rob.

View Article

Re: Disable End Stops on Repetier-host?

As a person who has used reed switches in other applications. Do NOT use them as home switches. Replace them. The range is random, and the hysteresis is large.

View Article


Re: Disable End Stops on Repetier-host?

I'm trying to use them as they are what came pre-installed on my CubeX printer. They worked for 3D systems so I i see no reason why they wont wrk for me.

View Article

Re: Disable End Stops on Repetier-host?

I commented out the code as suggested and found the Z-Axis homing does not work as it no longer detects the Z-axis end stop. I've checked the Z-axis end stop activation using M119 and can see that it...

View Article


Re: Disable End Stops on Repetier-host?

ok, i'll take another stab at it tonight. do you need to be using repetier host firmware, or can you switch to marlin until your switches arrive?

View Article

Re: Disable End Stops on Repetier-host?

Hi James, I can give marlin a go. Don't go to too much trouble. I have ordered some mechanical & hall effect end stops as a back up plan. Wish I could shout you a beer for your troubles. Kind...

View Article


Re: Disable End Stops on Repetier-host?

in marlin UN-comment in configuration.adv #define ENDSTOPS_ONLY_FOR_HOMING // If defined the endstops will only be used for homing this is default for x,y,z axis. your config says rambo board right?...

View Article

Re: Disable End Stops on Repetier-host?

Hi James, Thanks again. I will check out & let you know how I go. Ta. Rob,

View Article

Re: Disable End Stops on Repetier-host?

Hi James, I had a play around with your previous suggestion using Repetier and have come up with the following solution that solves my problem using the CubeX reed switches. I will however re-enable...

View Article

Re: Disable End Stops on Repetier-host?

good, you saved me the trouble! :)

View Article


Re: Disable End Stops on Repetier-host?

If you only want to use endstops on homing: Change } // Test Z-Axis every step if necessary, otherwise it could easyly ruin your printer! #if Z_MIN_PIN>-1 && MIN_HARDWARE_ENDSTOP_Z...

View Article

Browsing latest articles
Browse All 44 View Live




Latest Images