@gloomyandy thanks for the clearyfication , i will have a look at meta commands . think i have more need in that direction might aswell learn the basics if im able
Posts made by KristianP
-
RE: Tool change behavior
-
RE: Tool change behavior
Got it working , only have this in tpre.g now , if !move.axes[0].homed || !move.axes[1].homed || !move.axes[2].homed g28 , and rest of macro in tpost.g seems to work flawless now
-
RE: Tool change behavior
@dc42 It was copy paste from a forum thread i cant find again , and not sure what you mean with " indent the G28 command with respect to the if-command" or how to implement suggestion .
-
Tool change behavior
Hello
ive setup tool change on my cnc , and was wondering if when tool is called , it would check if machine is homed before running the intire macro . I tryed this in the tpre.g but it just homes evry time it called.
if !move.axes[0].homed || !move.axes[1].homed || !move.axes[2].homed
G28any able to help , so there no needles homing done when operating the machine .
-
RE: Sensorless homing odd behavior
Got i working now thanks for the help .
-
Sensorless homing odd behavior
Hi
im in the proces of building an small cnc router , am almost rdy to go , but having trouble making sensorless homing work on the X axies , both Y and Z works no problem at all .When hitting home X button most of the times it starts to move in the wrong direction , if i hit it again a few more times it wil home , but only do one homing pass and not 2 as set in homex.g .Have gone over setup many times now and still not sure what im doing wrong config.g homex.g hopefully someone her can spot it and point me in the right direction .
-
RE: Trouble with E0 driver
Hi
Just an small update , ive had the card switched out for replacement , and joy is once again restored . I greatly apriciate your customer service and time taken to help with solution .
kind regards
Kristian P. -
RE: Trouble with E0 driver
Hello dc42
I did the remapping and are currently running again , i will talk to seller and work somthing out
Regards Kristian .
-
Trouble with E0 driver
Hello
Ive had this amazing board Duet 2 wifi for 14 days with plenty joy , but last day i got this error when trying to extrude , Short to ground drivers 3 .I have tryed to disconnect the motor wire(powered off) and retry make it run but still same error . Did m122 and driver section shows :
What happend and what can i do to make it work again , would be so frikkin happy for any help with this problem .
Regards Kristian .