Unless those printers support the CXDLP file format, it’s not going to be easy to support them.
Thanks! I have no clue on that one.
OK trying to get a LulzBot Taz 6 to work with Kirimoto.
Gcode file is attached and it has the header and footer in there.
Also found this link from the lulzbot website that is meant to be used for other slicers.
taz6 gcode.gcode (152.4 KB)
OK this seems to work for the Taz 6.
There are some things that I have to figure out…
How to get it to heat up the extruder at the same time as the bed, and some other tweeks.
mostly working taz 6 (1).kmz (172.0 KB)
it’s worth looking at the default GridBot header, which annotates this. Basically, M104 and M140 set targets and start the heating process. While that’s happening, your gcode header can do other things. Then M190 and M109 cause the printer to pause until target temperatures are reached. Then it can proceed with things like purges and wipes.
M104 S{temp} T0 ; set extruder temperature (start heating)
M140 S{bed_temp} T0 ; set bed temperature (start heating)
... other stuff ...
M190 S{bed_temp} T0 ; wait for bed to reach target temp
M109 S{temp} T0 ; wait for extruder to reach target temp
... finish up ...
Good to know. I will tweak it more.
Almost done with taz 5 too.
Next the 747 sidekick.
Also how do I save this printer so my students can select one of these printers on the onshape tab?
you can export any customized device (produces a .km
file) then import that in any KM instance. inside of Onshape, shift + click the import button or drag/drop the .km
file onto the workspace.
Hello. I have been printing using the Ultimaker Cura slicer for nearly a year now and while haven’t had any issues, I just switched to an iPad 9th gen and I am using this iPad as my main for 3d printing. The only problem is that my printer is the Anycubic Kobra 2, and there is no main profile for that. I know there is one for the Anycubic kobra 1, but its not convienient to keep on changing the settings. Is there anyway you can import the Anycubic Kobra 2?
Here is the gcode file for a benchy that came with the printer: Benchy-0.28-30m.gcode - Google Drive
And if it helps, my cura slicer parameters profile: DylanAnycubicKobra2Cura.curaprofile - Google Drive
Thanks. I’ll take a look and see if I can craft a profile from this
That would be very helpful if there was a Kobra 2 profile because if I am not mistaken that would work on the 2 neo as well. If I am wrong please correct me because I would love to use kiri moto to slice.
the Kobra 2 device profile will be in the next update. thanks
@stewart Do you have any tips for tuning in working settings for a ender 3 s1? I’ve tried modifying the ender 3 profile but it always comes with no luck.
I would suggest looking at the gcode header output from another slicer and comparing that to the KM gcode header. it’s probably something really simple like the use of M82 or M83.
@stewart Hello there. I was using the Kiri:Moto slicer with my 8th grade class, and with my nephew. However, when trying to use it with my nephew and his Geeetech M1 Mini the print head stays still off to the side and just spits out the filament. I was wondering if you could add some more printer profiles? Or tell me what I need to do this? I can give you some gcode for the Geeetech and the schools MakerBots. Thanks!
I’ve made a profile for the M1 based off of the OrcaSlicer profile I found. You can upload it by dragging this km
file into the kiri-moto window.
geeetech_M1.km (2.3 KB)
Feel free to try it out, and let me know if it needs tweaking in any areas. If you verify it works, we can get it added to the stock devices.
Some sample Gcode is always appreciated.
Thanks. I’ll try to get the gcode file off of their SD card that came with the printer for the Benchy my nephew printed. I’ll also try to print a Benchy with the profile you’ve supplied. Thanks!
thanks. if this checks out, please create a PR for it.