Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 895 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 895 Bytes

OctoPrint-BigBoxFirmware

Plugin to enable and disable features in the firmware and compile and flash using OctoPi.
Under development and not yet tested on a BigBox!!!!!!!!!

Parameters:

	Each entry represents a #define variable from Configuration.h or Configuration_adv.h.

Define Identifier:

	The #define variable name from Configuration.h or Configuration_adv.h.

Value:

	The value of the #define variable. Leave blank if no value is used.

Enabled:

	If this check box is not ticked the #define variable will be commented out in the configuration files.
	I.e: Enabled => "#define EXTRUDERS 2" , not enabled => "//#define EXTRUDERS 2"

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/tohara/OctoPrint-BigBoxFirmware/archive/RC6.zip