Welcome! Log In Create A New Profile

Advanced

babystepping z

Posted by lucapicchio1 
babystepping z
September 10, 2018 12:42PM
Hello
I activated the babystepping on my prusa i3 pro c double extruder, the babystepping works, the motors move it but on the LCD it shows no value.
What could I have done wrong?
attached my firmware and a photo of the problem.
firmware.rar

Re: babystepping z
September 18, 2018 10:32AM
I Baby Step from Matter Control it would be a real pain to do it with the screen/dial
Re: babystepping z
September 18, 2018 02:12PM
I use babystepping from the LCD control It works great .

I print a skirt and adjust while watching for the perfect height. below I can see and change watching the numbers on the LCD.

I should change the Multiplicator to a higher number like 10, 2 is way to fine.

#define BABYSTEPPING
#if ENABLED(BABYSTEPPING)
#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
#define BABYSTEP_MULTIPLICATOR 2 // Babysteps are very small. Increase for faster motion.
//#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
//#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
#define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
// Note: Extra time may be added to mitigate controller latency.
#endif

Edited 1 time(s). Last edit at 09/18/2018 02:20PM by Roberts_Clif.


Computer Programmer / Electronics Technician
Re: babystepping z
October 02, 2018 06:19AM
Quote
Roberts_Clif
I use babystepping from the LCD control It works great .

I print a skirt and adjust while watching for the perfect height. below I can see and change watching the numbers on the LCD.

I should change the Multiplicator to a higher number like 10, 2 is way to fine.

#define BABYSTEPPING
#if ENABLED(BABYSTEPPING)
#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
#define BABYSTEP_MULTIPLICATOR 2 // Babysteps are very small. Increase for faster motion.
//#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
//#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
#define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
// Note: Extra time may be added to mitigate controller latency.
#endif


I tried as you suggested but it does not work, could you send me a copy of your marlin firmware?
Re: babystepping z
October 02, 2018 07:29AM
OK here is my Marlin 1.1.5 shareable Link.

[drive.google.com]

This one is setup for Duel Extruders - Have not added second extruder yet so it is untested

[drive.google.com]

Edited 2 time(s). Last edit at 10/02/2018 07:39AM by Roberts_Clif.


Computer Programmer / Electronics Technician
Re: babystepping z
October 02, 2018 02:25PM
thank you very much for your help tomorrow I try it now.
Re: babystepping z
October 02, 2018 02:26PM
Quote
Roberts_Clif
OK here is my Marlin 1.1.5 shareable Link.

[drive.google.com]

This one is setup for Duel Extruders - Have not added second extruder yet so it is untested

[drive.google.com]

thank you very much for your help tomorrow I try it now.
Sorry, only registered users may post in this forum.

Click here to login