DerAndere1 / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform. The branch Marlin2ForPipetBot is optimized firmware for cartesian robots (lab robots, also known as liquid handling robots or pipetting robots)
https://derandere.gitlab.io/pipetbot-a8
GNU General Public License v3.0
53 stars 20 forks source link

[FR] [6axis_dev] Test G28 with (LINEAR_AXES >= 4 AND L64XX stepper drivers) #34

Closed DerAndere1 closed 3 years ago

DerAndere1 commented 4 years ago

Description

Test G28 with (LINEAR_AXES >= 4 AND L64XX stepper drivers)

Steps to Reproduce

  1. See G28.cpp lines 533 ff.

Expected behavior: [What you expect to happen]

Working G28 with (LINEAR_AXES >= 4 AND L64XX stepper drivers)

Actual behavior: [What actually happens]

See G28.cpp lines 533 ff.

Additional Information