UltiMaker uses functional, analytical and tracking cookies. Tracking cookies enhance your experience on our website and may also collect your personal data outside of Ultimaker websites. If you agree with the use of tracking cookies, click “I agree, continue browsing”. You can withdraw your consent at any time. If you do not consent with the use of tracking cookies, click “Refuse”. You can find more information about cookies on our Privacy and Cookie Policy page.
), Ultimaker has the Marlin firmware and it supports most commands if the feature is present. The wiki does list for some commands if they are supported by Marlin or not, but others you just consider if the hardware support is there. For example the heated bed / heated chamber commands won't work on a stock Ultimaker as those features aren't present.
Daid has a Marlin builder you can use to custom-build a firmware, you can add the 2nd extruder there in the configuration options IIRC. (
I'm not sure exactly what revision of Marlin it uses, I can't access it currently.
You can do what you want with moving the head to XY and turn on the 2nd extruder without writing any code in Marlin, it will just take custom gcode as no slicer will autogenerate it for you.
The full stable release of UltiMaker Cura 5.4 is here and it makes it easier than ever to remove brims and supports from your finished prints. UltiMaker S series users can also look forward to print profiles for our newest UltiMaker PET CF composite material!
Recommended Posts
jsamuels 0
You can start with the RepRap gcode reference (
http://reprap.org/wiki/G-code
), Ultimaker has the Marlin firmware and it supports most commands if the feature is present. The wiki does list for some commands if they are supported by Marlin or not, but others you just consider if the hardware support is there. For example the heated bed / heated chamber commands won't work on a stock Ultimaker as those features aren't present.
Daid has a Marlin builder you can use to custom-build a firmware, you can add the 2nd extruder there in the configuration options IIRC. (
http://daid.eu/~daid/marlin_build/
)
I'm not sure exactly what revision of Marlin it uses, I can't access it currently.
You can do what you want with moving the head to XY and turn on the 2nd extruder without writing any code in Marlin, it will just take custom gcode as no slicer will autogenerate it for you.
Edit: Also look at the Marlin github
https://github.com/ErikZalm/Marlin
Marlin.pde has comments for the list of supported commands.
https://github.com/ErikZalm/Marlin/blob ... Marlin.pde
Link to post
Share on other sites