Solved "Echo" Meta command help
-
Hello all,
I'm trying to setup an enraged rabbit, and I'm working through Perry's Enraged Rabbit On RRF setup EnragedRabbitOnRRF
I have been converting it from Duet3 to my Duet2WiFi. But I am getting stuck at the "echo" command. After a few hours trying to figure it out, I still cant figure out what is going on.
I then tried a simple echo command
echo >"mymacro.g" "G1 F3000 X"^10
This command should create a file named "mymacro" and place "G1 F3000 X10" into it... When I input it into the console, I get an error (same error from before)
Could someone please help me out, and tell me what I am missing?
Machine information:
Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta1 (2021-07-10)
Duet WiFi Server Version: 1.25 -
@iamturbo1978, maybe you need to add {} around the 10 to make it an expression?
-
I would suggest updating to the most recent beta firmware. I believe beta 4 is required for the echo commands to work correctly. Might as well go to beta 6 though.
-
@alex-cr That was the problem... Thank you
-
-