Skip to content

Releases: mriscoc/Special_Configurations

Special Builds for Adafruit Neopixel and EZNeo

12 Apr 16:54
Compare
Choose a tag to compare

Warning

This is a placeholder. Do not download the zipped source code from here, if you want to build your own firmware, download the zip file from the main page of the repository and use the Configurator to create proper configuration files.

This configuration allows you to connect an RGB color LED bar such as the EZNeo to the printer.

Use the Professional Firmware Configurator to get the propper configuration files.

image

Donations

Thank you for your support, I receive donations through Patreon and Paypal

image
https://www.th3dstudio.com/product/ezneo220-rgb-printer-lighting-strip/

Configuration applied:

{
"Configuration_adv.h" : [
  {
    "op": "Enable",
    "searchfor": "LED_CONTROL_MENU",
    "comment" : "For use with NeoPixel"
  }
],
"Configuration.h" : [
  {
    "op": "Enable",
    "searchfor": "NEOPIXEL_LED"
  },
  {
    "op": "Custom",
    "searchfor": "NEOPIXEL_TYPE",
    "mask" : "[^ ]*",
    "value": "NEO_GRB"
  },
  {
    "op": "Custom",
    "searchfor": "NEOPIXEL_PIN",
    "mask" : "[^ ]*",
    "value": "PA13"
  },
  {
    "op": "CustomVal",
    "searchfor": "NEOPIXEL_PIXELS",
    "value": "15"
  },
  {
    "op": "Enable",
    "searchfor": "NEOPIXEL_STARTUP_TEST"
  }
],
"Version.h" : [
]   
}

Special Substancia 3D "AutoLev" support

16 Feb 16:46
47d2d60
Compare
Choose a tag to compare

Warning

This is a placeholder. Do not download the zipped source code from here, if you want to build your own firmware, download the zip file from the main page of the repository and use the Configurator to create proper configuration files.

This special release is for support the "AutoLev" sensor from substancia 3D: https://www.substancia3d.com/AutoLev/

Donations

Thank you for your support, I receive donations through Patreon and Paypal

image

Special All Metal 420°C PT100 type 20

14 Feb 19:25
Compare
Choose a tag to compare

Warning

This is a placeholder. Do not download the zipped source code from here, if you want to build your own firmware, download the zip file from the main page of the repository and use the Configurator to create proper configuration files.

Caution

This is a special request. Only to be used with Pt100 type 20 and "All Metal" hot ends that have support up to 420 °C do not use it if you are not sure, High risk of flame, this release has not been tested and can damage your hot end if you don't have the proper hardware.

Donations

Thank you for your support, I receive donations through Patreon and Paypal

 *    20 : Pt100  with circuit in the Ultimainboard V2.x with mainboard ADC reference voltage = INA826 amplifier-board supply voltage.
 *                NOTE: (1) Must use an ADC input with no pullup. (2) Some INA826 amplifiers are unreliable at 3.3V so consider using sensor 147, 110, or 21.

Configuration applied:

{
"Configuration_adv.h" : [
],
"Configuration.h" : [
  {
    "op": "CustomVal",
    "searchfor": "TEMP_SENSOR_0",
    "value": "20",
    "comment": "PT100 type 20 thermistor"
  },
  {
    "op": "CustomVal",
    "searchfor": "HEATER_0_MINTEMP",
    "value": "5",
    "comment": "PT100 type 20 thermistor"
  },
  {
    "op": "CustomVal",
    "searchfor": "HEATER_0_MAXTEMP",
    "value": "420",
    "comment": "Special All Metal 420"
  }
],
"Version.h" : [
]   
}