smith3d / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
95 stars 32 forks source link

Please add for current smooth operation. #24

Open tfaz099 opened 3 years ago

tfaz099 commented 3 years ago

For your compiled version with:

  1. BLTOUCH using BL Touch "using all 5 pins" (newer model).
  2. 4.2.2 creality board
  3. V422_TMC220X_DRIVERS
  4. 2 Z-Axis steppers connected with a parallel "Y" cable

Please add: (1) Babystepping in Z offset so the axis can move in real time during print without clicking each time a value is increased or decreased. Click saves it. (2) A menu item to change and store these homing values for the Micro Swiss Extruder setup:

define X_MIN_POS -5

define Y_MIN_POS -10

(3) Increase current to Z Axis Stepper Driver to accommodate #4 above (4) Confirm that BLTouch configurations are for the 5 pins version of the BLTouch (5) A #define switch for using the BLTouch "Stow probe" or "Store probe" action when doing bed leveling even if in "slow mode" (6) A branch for the creality 4.2.2/4.2.7 board with the complete configuration ready to compile so we can make tweaks if needed in between binary releases. <-- this would be very helpful.

<> If the printer is sitting idle and z-offset is adjusted, the Z Axis does not move at all. (using your precompiled binary)

smith3d commented 3 years ago

features has been added based on Jyer firmware.