LogoLogo
MainsailMainsailOSCrowsnest
  • Welcome to Mainsail
  • Setup
    • Installation
      • MainsailOS
      • KIAUH
      • Docker
      • Manual setup
      • my.mainsail.xyz
    • Updates
      • Update Manager
      • Manual Update
    • Configuration
  • overview
    • Features
      • Bed Mesh
      • Console
      • Dashboard Organisation
      • Exclude Objects
      • Hide macros, outputs or fans
      • Localization
      • Macro Management
      • Macro Prompts
      • Presets
      • Print History and Statistics
      • Query devices
      • Built-in Themes
      • Custom Themes
        • Prepare
        • Backgrounds
        • Logos and Icons
        • Custom Navigation
        • Custom CSS
        • Community Themes
      • Thumbnails
      • Webcam
    • Settings
      • General
      • Console
      • Control
      • Dashboard
      • Editor
      • G-Code Viewer
      • Macros
      • Presets
      • Printers
      • UI-Settings
      • Webcams
    • Slicer
      • Cura
      • Ideamaker
      • PrusaSlicer
      • SuperSlicer
    • Quicktips
      • Slicer upload
      • Remote Access
      • Printer power switch
      • Additional Sensors
      • Disable Octoprint LCD menu
      • config.json
  • FAQ
    • Mainsail
    • Klipper warnings
      • Deprecated Values
      • Deprecated Options
      • Runtime Warning
    • Moonraker warnings
      • PolicyKit Permissions
    • Klipper errors
      • MCU Protocol error
    • Mainsail errors
      • Unauthorized
    • Getting Help
      • Discord
      • GitHub Discussions
  • About
    • Data Privacy
    • Sponsors
    • Development
      • Code standards
      • Contribute
      • Environment
      • Localization
    • Credits
  • 🔗Links
    • Github
    • Release Notes
    • Discord
    • Youtube
Powered by GitBook
On this page
  • Removal of NTC 100K beta 3950 sensor type.
  • Removal of rpi_temperature sensor alias.

Was this helpful?

Edit on GitHub
  1. FAQ
  2. Klipper warnings

Deprecated Values

PreviousKlipper warningsNextDeprecated Options

Last updated 1 year ago

Was this helpful?

Removal of NTC 100K beta 3950 sensor type.

The “NTC 100K beta 3950” temperature sensor is deprecated and will be removed in the near future.

In order to solve the problem search in your config for sensor_type: NTC 100K beta 3950 and replace it with sensor_type: Generic 3950.

Most users will find the “Generic 3950” temperature sensor more accurate. Anyway you can continue to use the older (typically less accurate) definition. Therefor define a custom thermistor with temperature1: 25, resistance1: 100000, and beta: 3950.

Klipper Configuration Changes

Removal of rpi_temperature sensor alias.

Replace sensor_type: rpi_temperature by sensor_type: temperature_host everywhere in your config.

The above description was provided by our community member and we have his permission to publish it here. Thanks a lot!

Source
FHeilmann
Source