Commit Graph

60 Commits

Author SHA1 Message Date
4424645e04 Multi-line comments cleanup (#19535) 2020-09-28 14:53:50 -05:00
00c09e95ac Thermistor: Kis3d Silicone heater + precision cast plate (#19528) 2020-09-27 21:38:30 -05:00
4955aa5b78 Prusa => Průša 2020-08-26 02:15:50 -05:00
d1e20eb29f Update links, README, contributing, etc. 2020-07-23 20:46:51 -05:00
42fbd527f3 Fix links to secure sites (#18745) 2020-07-22 22:20:14 -05:00
c2e0e61fe8 Fix User Temp Sensor (1000), reversed Pt100 / Pt1000 (#18590) 2020-07-08 06:28:32 -05:00
7b6629c08c Extend thermistor 1047 to 500°C 2020-07-01 23:07:44 -05:00
c43bbcce15 Enforce sensor range for temperature target (#18465)
* Mitigate stepper timeout

* Add CHAMBER PWM code

* Structured thermistor tables

* Fix reversed sensor ranges

* Prevent temps outside sensor range
2020-07-01 16:27:28 -05:00
642112d3eb Add MKS UI (TFT_LITTLE_VGL_UI) (#18071) 2020-06-15 21:05:33 -05:00
10601a932a Zonestar P802M bed thermistor (#18289)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2020-06-14 20:09:25 -05:00
973a6990b5 Trailing whitespace 2020-05-05 01:24:35 -05:00
7613383e7b Add Rostock 301 thermistors (22, 23) (#17806) 2020-05-02 18:45:54 -05:00
8ad056013c Define "resolution" in bits 2020-04-17 22:33:15 -05:00
c768605bde Add Copymaster3D board (#17188) 2020-03-17 15:25:10 -05:00
bfad23d3e2 (c) 2020 2020-02-03 08:00:57 -06:00
e4679c1b78 (21) PT100 for MCUs with 3.3v logic (#16731) 2020-01-30 18:00:37 -06:00
248b7dfa59 BigTreeTech GTR V1.0 / Support 8 extruders, heaters, temp sensors, fans (#16595) 2020-01-25 02:13:39 -06:00
04d64351a2 Add HMS434 V15 ATSAM board (#16620) 2020-01-21 01:10:31 -06:00
a338dce83f PINDA v2 temperature sensor / compensation (#16293) 2020-01-17 17:16:45 -06:00
a84e3d1b80 Use native ADC resolution where possible (#15719) 2019-11-06 17:49:17 -06:00
e6dfc991ae Patch tabs, heater led tests 2019-11-06 16:28:36 -06:00
a89f4703df Tweak permissions 2019-11-06 16:10:14 -06:00
ac8083588b Add config for Wanhao Duplicator i3 v2.1 2019-10-11 00:59:58 -05:00
b7b0021b5c Fix Thermistor 75 (#15181) 2019-09-06 16:23:27 -05:00
beffcd856b Update German language, (c) (#15164) 2019-09-04 16:59:26 -05:00
8664b8e97b Adding HMS434 machine (#14931) 2019-08-20 03:40:48 -05:00
e3660bca25 Overlord printer thermistor (#14815) 2019-08-03 20:57:56 -05:00
70586d3a6c Update (c) comments (#14584) 2019-07-11 13:48:15 -05:00
4fa8053638 RPW-Ultra thermistor table (#14517) 2019-07-05 20:37:05 -05:00
b6546ea33a Add include guards to some headers 2019-07-05 04:02:08 -05:00
93cd66ac11 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
858b2fa21a Fix thermistor table 2019-06-05 21:39:39 -05:00
f6ec00d776 Update thermistor and working config 2019-06-04 20:25:00 -04:00
605ec0a478 Fix thermistor table warning 2019-05-26 01:30:20 -05:00
785c01f2bc Use US spelling of 'behavior' 2019-05-15 01:49:17 -05:00
ad4ffa1d2f Use C++ language supported 'nullptr' (#13944) 2019-05-09 11:45:55 -05:00
23a8707ef1 Configurable Thermistor (#13888) 2019-05-06 18:51:06 -05:00
645ca7af7a M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
44571775bd Further support for 6 extruders 2019-03-07 01:00:56 -06:00
e2e2a55d9b Add thermistor type 67 SliceEng (#13275) 2019-02-28 19:44:17 -06:00
0feeef2604 Update copyright in headers 2019-02-12 15:30:11 -06:00
367a9f65aa Add Formbot 350c Thermistor (#12661) 2018-12-20 17:04:17 -06:00
f5eab912ed Apply #pragma once, misc cleanup (#12322)
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
2018-11-04 02:25:55 -06:00
46360f18b4 Bring thermistor_75.h up to speed 2018-10-23 14:52:16 -05:00
4fb2134f00 Fix non-sensical values for Zonestar themistor table (#11817)
Values taken from Zonestar firmware for P802QA with a Melzi board. Timestamps from the firmware package are from April 2016.
2018-09-12 15:36:04 -05:00
f1347f783d Optimize thermistor table 71
agData in Table 71 is extremely oversampled (see Issue #11220). I have removed the data points that perform *worse* than linearly interpolating the remaining points, and fixed up two points that were simply rounded incorrectly.

Co-Authored-By: Aaron Griffith <aargri@gmail.com>
2018-08-13 02:54:55 -05:00
094e6d81a5 Add Einstart-S support (#11219)
Indeed the HAL does not need to be mucked around with to expose ATmega2560 pins not available as numbers on the MEGA board, I'll need to update the wiki with that tidbit and a reference to the pin-mapping comment in `fastio_1280.h`.
2018-07-26 05:52:22 -05:00
6b521b6df2 Loosen thermistor table size limit
Co-Authored-By: Aaron Griffith <aargri@gmail.com>
2018-07-11 21:08:07 -05:00
568cfe7caa Add thermistor 501 (100K Zonestar) 2018-07-03 17:52:06 -05:00
334341c632 Hephestos config updates (#10960) 2018-06-07 21:23:55 -05:00