Difference between revisions of "Machine Behavior Issues"

From Jubilee
Jump to navigation Jump to search
(Created page with "==CoreXY Movement is Incorrect== This can manifest in various ways === CoreXY moves in 45 degree angles when commanded in X-only or Y-only movements === This issue is most-li...")
 
m (Poofjunior moved page Machine Issues to Machine Behavior Issues)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==CoreXY Movement is Incorrect==
 
==CoreXY Movement is Incorrect==
This can manifest in various ways
+
This can manifest in various ways.
  
 
=== CoreXY moves in 45 degree angles when commanded in X-only or Y-only movements ===
 
=== CoreXY moves in 45 degree angles when commanded in X-only or Y-only movements ===
Line 10: Line 10:
 
* ''Mixed Motor Types.'' Check that both motors are either 0.9° per step or 1.8° per step. Additionally, in the configuration, check that the microstep factor set by [https://duet3d.dozuki.com/Wiki/Gcode#Section_M350_Set_microstepping_mode M350] is set correctly. Note that motor types (0.9° and 1.8°) can be mixed, provided that the steps-per-unit setting is set accordingly.
 
* ''Mixed Motor Types.'' Check that both motors are either 0.9° per step or 1.8° per step. Additionally, in the configuration, check that the microstep factor set by [https://duet3d.dozuki.com/Wiki/Gcode#Section_M350_Set_microstepping_mode M350] is set correctly. Note that motor types (0.9° and 1.8°) can be mixed, provided that the steps-per-unit setting is set accordingly.
 
* ''Steps-per-unit setting.'' In the configuration file, check that the [https://duet3d.dozuki.com/Wiki/Gcode#Section_M92_Set_axis_steps_per_unit M92] Settings are correct for X and Y Drives, which are responsible for the CoreXY movement. Assuming a GT2 or 2GT belt, the setting is 2 * [drive pulley tooth count] * [microstep factor].
 
* ''Steps-per-unit setting.'' In the configuration file, check that the [https://duet3d.dozuki.com/Wiki/Gcode#Section_M92_Set_axis_steps_per_unit M92] Settings are correct for X and Y Drives, which are responsible for the CoreXY movement. Assuming a GT2 or 2GT belt, the setting is 2 * [drive pulley tooth count] * [microstep factor].
 +
 +
 +
==3-Point Bed Leveling Doesn't Work==
 +
TODO: write this
 +
 +
==Motors Don't Move==
 +
TODO: write this. Mention Duet Drive "Short-Circuit" error message.

Latest revision as of 23:38, 27 June 2020

CoreXY Movement is Incorrect

This can manifest in various ways.

CoreXY moves in 45 degree angles when commanded in X-only or Y-only movements

This issue is most-likely a configuration issue where the kinematics are not set to CoreXY mode. Check the M667 Setting] in your configuration file to be sure that it is set to CoreXY kinematics.

CoreXY moves slightly off-axis when commanded in X-only or Y-only movements

This could be caused by a few reasons.

  • Mixed Drive Pulley Types. It's possible that one CoreXY motor has a 16 tooth drive pulley, and the other has a 20 tooth drive pulley. Check that both these pulleys are identical.
  • Mixed Motor Types. Check that both motors are either 0.9° per step or 1.8° per step. Additionally, in the configuration, check that the microstep factor set by M350 is set correctly. Note that motor types (0.9° and 1.8°) can be mixed, provided that the steps-per-unit setting is set accordingly.
  • Steps-per-unit setting. In the configuration file, check that the M92 Settings are correct for X and Y Drives, which are responsible for the CoreXY movement. Assuming a GT2 or 2GT belt, the setting is 2 * [drive pulley tooth count] * [microstep factor].


3-Point Bed Leveling Doesn't Work

TODO: write this

Motors Don't Move

TODO: write this. Mention Duet Drive "Short-Circuit" error message.