Yes exactly, i already made the gcode for pushing the print but i need a command for auto-print
Yes exactly, i already made the gcode for pushing the print but i need a command for auto-print
Or do you mean an arc?
I don't know where you got your information but this lists the gocdes supported by the UM2 firmware.
If you are talking about arcs/circles, you want to use g2/g3
https://github.com/Ultimaker/Ultimaker2Marlin
M23/M24 are for controlling a print from the SD card and M32 doesn't seem to exist.
Nevermind.
Or do you mean an arc?
I don't know where you got your information but this lists the gocdes supported by the UM2 firmware.
If you are talking about arcs/circles, you want to use g2/g3
https://github.com/Ultimaker/Ultimaker2Marlin
M23/M24 are for controlling a print from the SD card and M32 doesn't seem to exist.
Thanks a lot, I will try!
I needed to make 500 bracelets/stretchlets so I just cut and paste the stretchlet code 25 times into one big gcode file and I rerun it again when it finishes.
Those advanced GCodes features are not supported in our firmware. (Due to memory constrains)
This is a list of the commands supported and their meaning:
https://github.com/Ultimaker/Ultimaker2Marlin/blob/master/Marlin/Marlin_main.cpp#L59
Recommended Posts
nallath 1,124
What do you mean by loop? Do you mean auto-print? (eg; Make a print, finish it, push print off platform, start over)
Link to post
Share on other sites