MOARstruder on TAZ 6

Hi everybody,

I'm looking for a way of being able to swap between the TAZ 6 MOARstruder and regular printing head without having to update the firmware after each swap. Is anyone currently already doing this?

The short answer is you can't. Each tool head needs the corresponding firmware installed.

A longer answer is that there is a plugin for OctoPrint, Firmware Updater, that will let you update the firmware from the OctoPi instead of swapping USB cables to update using CuraLE.

I have a TAZ 6 with Single Extruder, Dual Extruder V2, Dual Extuder V3, and Aerostruder and I use this plugin to swap the firmware as I swap the tool heads.

In case you are curious, the differences between the two firmware versions is listed below (Single -> Moar)

48,50c48,50
< #define DEFAULT_Kp 28.79
< #define DEFAULT_Ki 1.91
< #define DEFAULT_Kd 108.51
---
> #define DEFAULT_Kp 55.64
> #define DEFAULT_Ki 6.79
> #define DEFAULT_Kd 113.94
72c72
< #define X_MAX_ENDSTOP_INVERTING false
---
> #define X_MAX_ENDSTOP_INVERTING true
79c79
< #define DEFAULT_ACCELERATION 500
---
> #define DEFAULT_ACCELERATION 250
81c81
< #define DEFAULT_TRAVEL_ACCELERATION 500
---
> #define DEFAULT_TRAVEL_ACCELERATION 250
126c126
< #define X_MAX_POS (300 + 0)
---
> #define X_MAX_POS (300 + -10)