Bigger blade question

if a saber is programmed for a 32inch blade can you change it in the config file to accept a bigger blade?

1 Like

yes you can, it’s in the config file. however you will need to guess how many leds the blade has. I would check with the maker of the blade how many it is. that bold is the led count.

};
BladeConfig blades[] = {
 { 0, WS281XBladePtr**<144**, bladePin, Color8::GRB, PowerPINS<bladePowerPin2, bladePowerPin3> >(), CONFIGARRAY(presets) },
};
#endif

this number is the maximum amount of led’s so that when you use the edit mode or web usb for blade length you can’t exceed that number above. however you can resize to less then that if you want to use the smaller blade.

Don’t need to guess:

1 Like