Welcome! Log In Create A New Profile

Advanced

Drive remap with M569 not work, or i doing it wrong!

Posted by Potapich 
Drive remap with M569 not work, or i doing it wrong!
January 18, 2017 07:10PM
I try use external drive with these commands:

M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S0 ; Drive 1 goes backwards
; OFF M569 P2 S1 ; Drive 2 goes forwards
M569 P8 Z S1 R ;E5
M569 P3 S1 ; Drive 3 goes forwards

But drive connected to board still working. External drive not working.

Please point me where is wrong? (M569 P8 Z0 S1 R ;E5 i also tried)

Edited 2 time(s). Last edit at 01/18/2017 07:13PM by Potapich.
Re: Drive remap with M569 not work, or i doing it wrong!
January 18, 2017 07:12PM
i use Duet 0.8.5
Re: Drive remap with M569 not work, or i doing it wrong!
January 19, 2017 02:16AM
With firmware 1.16 and later you need to use M584 to map drives.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Drive remap with M569 not work, or i doing it wrong!
January 19, 2017 07:38AM
Ok thank you!

M584 Y6 T5 - working.

But how to inverse enable signal?

M584 Y6 T5 R1 is not working for me.

It inverses and work unstable when i add M569 P6 Y S1 R1
Re: Drive remap with M569 not work, or i doing it wrong!
January 19, 2017 07:56AM
Ok get it!

Work:

M569 P7 Z S1 R0
M569 P6 Y S1 R0

M584 Y6 T5
M584 Z7 T5

Is this ok?
(Latest FW & TB6600 driver)
Re: Drive remap with M569 not work, or i doing it wrong!
January 19, 2017 03:54PM
Not quite. The Y and Z parameters on the M569 command don't do anything so you can remove them. The T parameter goes on the M569 commands, not the M584 command. M569 sets the driver direction, enable polarity and step pulse time. M584 specifies which drives are used for which axes. See the GCodes page of the reprap.org wiki. I suggest you use a single M584 command and specify all the drive mappings in it, including the extruders, as recommended in the wiki.

Edited 3 time(s). Last edit at 01/19/2017 04:02PM by dc42.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: Drive remap with M569 not work, or i doing it wrong!
January 20, 2017 02:48AM
Is the M584 line mandatory or is there a default setting like : M584 X1 Y2 Z3 E4:5 ?

Is there a way to use servos/solenoids for axis U V W?
Re: Drive remap with M569 not work, or i doing it wrong!
January 20, 2017 04:16AM
I use now:

M569 P6 Y S1 R1
M584 Y6 T1
M569 P7 Z S1 R1
M584 Z7 T1

If i remove M569 and set only:

M584 Y6 T1
M584 Z7 T1

or

M584 P6 Y6 T1
M584 P7 Z7 T1

Drives not work!

And clear to me please about timing.
If a use TB6600 drive where i must set timing (T parametr) in M584 command or in M569 ?

Thank you!
Re: Drive remap with M569 not work, or i doing it wrong!
January 20, 2017 05:31PM
XYZE parameters go in M584. SRT parameters go in M569. See the gcodes wiki page.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Sorry, only registered users may post in this forum.

Click here to login