InsanityAutomation / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://www.marlinfw.org/
GNU General Public License v3.0
449 stars 220 forks source link

Add support/profile for "All metal" heat break with 300°C (Sprite Extruder Pro) Ender-3 S1/S1 Pro #289

Closed mpohoda closed 2 years ago

mpohoda commented 2 years ago

Please add to platform.io profile also this variant for Ender-3 S1/S1 Pro - Sprite Extruder Pro

e.g. Special Builds for Marlin T13 temperature sensor

{
"Configuration_adv.h" : [
],
"Configuration.h" : [
  {
    "op": "CustomVal",
    "searchfor": "TEMP_SENSOR_0",
    "value": "13",
    "comment": "100k Hisens 3950 1% up to 300°C"
  },
  {
    "op": "CustomVal",
    "searchfor": "HEATER_0_MINTEMP",
    "value": "5",
    "comment": "100k Hisens 3950 1% up to 300°C"
  },
  {
    "op": "CustomVal",
    "searchfor": "HEATER_0_MAXTEMP",
    "value": "300",
    "comment": "Only for All Metal"
  }
],
"Version.h" : [
]   
}
mpohoda commented 2 years ago

Ok, my fault. There is Flag -DHotendAllMetal what support heat break with 300°C