-
- Downloads
Add the socalled "Babystepping" feature.
It is a realtime control over the head position via the LCD menu system that works _while_ printing. Using it, one can e.g. tune the z-position in realtime, while printing the first layer. Also, lost steps can be manually added/removed, but thats not the prime feature. Stuff is placed into the Tune->Babystep * It is not possible to have realtime control via gcode sending due to the buffering, so I did not include a gcode yet. However, it could be added, but it movements will not be realtime then. Historically, a very similar thing was implemented for the "Kaamermaker" project, while Joris was babysitting his offspring, hence the name. say goodby to fuddling around with the z-axis.
Showing
- Marlin/Configuration_adv.h 11 additions, 0 deletionsMarlin/Configuration_adv.h
- Marlin/stepper.cpp 110 additions, 0 deletionsMarlin/stepper.cpp
- Marlin/stepper.h 6 additions, 0 deletionsMarlin/stepper.h
- Marlin/temperature.cpp 24 additions, 1 deletionMarlin/temperature.cpp
- Marlin/temperature.h 5 additions, 0 deletionsMarlin/temperature.h
- Marlin/ultralcd.cpp 70 additions, 0 deletionsMarlin/ultralcd.cpp
Loading
Please register or sign in to comment