MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.13k stars 19.2k forks source link

skr 1.3 chamber temp, heating. #17923

Closed Bulynia closed 4 years ago

Bulynia commented 4 years ago

hello couple week stock on it please help. Configuration.h

define TEMP_SENSOR_CHAMBER 1 (try 999 set to 60c)

Configuration_adv.h

if TEMP_SENSOR_CHAMBER

define CHAMBER_MINTEMP 0

define CHAMBER_MAXTEMP 60

define TEMP_CHAMBER_HYSTERESIS 1 // (°C) Temperature proximity considered "close enough" to the target

//#define CHAMBER_LIMIT_SWITCHING

define HEATER_CHAMBER_PIN P1_26 // Chamber heater on/off pin

define HEATER_CHAMBER_INVERTING FALSE

endif

if ENABLED(THERMAL_PROTECTION_CHAMBER)

define THERMAL_PROTECTION_CHAMBER_PERIOD 20 // Seconds

define THERMAL_PROTECTION_CHAMBER_HYSTERESIS 2 // Degrees Celsius

/**

pins_BTT_SKR_common.h after:

ifndef TEMP_BED_PIN

define TEMP_BED_PIN P0_23_A0 // A0 (T0) - (67) - TEMP_BED_PIN

endif

add:

ifndef TEMP_CHAMBER_PIN

define TEMP_CHAMBER_PIN P1_24

endif

after update always got: Err: MAXTEMP: Enclosun PRINTER HALTED please reset.

using skr 1.3v used pin 2 extruders P2_04, P2_07. 1 head bed P2_05 1 chamber heater P1_26 1 chamber temp P1_24 (try Thermistor 100k Ohm B 3950, NTC thermistor 10k, DHT21) neopixel P2_00 inside led P1_28

please help to set it

ellensp commented 4 years ago

Please read https://github.com/MarlinFirmware/Marlin/issues/14694 on asking setup questions.

mlapaglia commented 4 years ago

Isn't pin 1.24 used for the neopixels? Did you mean to use 0.24 for the thermistor? skr 1.3 pinout

I use

#define TEMP_SENSOR_CHAMBER 5
#define TEMP_CHAMBER_PIN P0_25

and it works fine.

Bulynia commented 4 years ago

Yep sorry it pin: P1_24, P1_26..... axis max pin's.

On Sun, 10 May 2020, 13:44 Matt LaPaglia, notifications@github.com wrote:

Isn't pin 1.24 used for the neopixels? Did you mean to use 0.24 for the thermistor? https://reprap.org/forum/file.php?1,file=111776 http://url

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MarlinFirmware/Marlin/issues/17923#issuecomment-626322648, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEUTTRU3PIRL3LDXHEYB2RDRQ2ORPANCNFSM4M4RHB5Q .

Bulynia commented 4 years ago

P2_00 I using for neopixel

On Sun, 10 May 2020, 13:46 Ben Den, bulynia@gmail.com wrote:

Yep sorry it pin: P1_24, P1_26..... axis max pin's.

On Sun, 10 May 2020, 13:44 Matt LaPaglia, notifications@github.com wrote:

Isn't pin 1.24 used for the neopixels? Did you mean to use 0.24 for the thermistor? https://reprap.org/forum/file.php?1,file=111776 http://url

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MarlinFirmware/Marlin/issues/17923#issuecomment-626322648, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEUTTRU3PIRL3LDXHEYB2RDRQ2ORPANCNFSM4M4RHB5Q .

boelle commented 4 years ago

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to to a bug in Marlin, then you should post a bug report.

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.