luzpaz
|
c612b56bc1
|
🐛 Spellcheck comments (#22496)
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
|
3 years ago |
Scott Lahteine
|
3f34916c57
|
Tweaks to build scripts
|
4 years ago |
Scott Lahteine
|
903d0b91fc
|
Tweaks to build scripts
|
4 years ago |
Scott Lahteine
|
8b637e436c
|
Update links, README, contributing, etc.
|
4 years ago |
Scott Lahteine
|
d1e20eb29f
|
Update links, README, contributing, etc.
|
4 years ago |
Scott Lahteine
|
059269d732
|
More python updates
Followup to #13931
|
6 years ago |
Alexey Shvetsov
|
af725c81e3
|
Convert py scripts for py2 and py3 compatibility (#13931)
|
6 years ago |
Scott Lahteine
|
0918dae66e
|
Add OV() macro for use in thermistor tables
|
7 years ago |
Scott Lahteine
|
3e7b24278f
|
Fix usage line in temperature table script
|
7 years ago |
Scott Lahteine
|
bacea22a26
|
Update thermistor table script for current format
|
7 years ago |
esenapaj
|
ce2814ed60
|
Update URL in createTemperatureLookupMarlin.py
|
8 years ago |
João Brázio
|
14652bb141
|
Moves shared helper scripts to the buildroot
|
9 years ago |
Scott Lahteine
|
988332c67a
|
Cosmetic tweaks from dev
|
9 years ago |
Richard Wackerbarth
|
7c94c83765
|
Repair formula mangled by PR#1319 in Jan 2015
|
9 years ago |
Steffen Vogel
|
df17a6a1b4
|
fix #1305 by proposed workaround (thanks gaby64)
|
10 years ago |
Steffen Vogel
|
f7e65935fb
|
make use of power operator
|
10 years ago |
Steffen Vogel
|
4e02aff9b5
|
automatically determine min/max temp for terminator
|
10 years ago |
Steffen Vogel
|
81363bc441
|
more cleanups
|
10 years ago |
Steffen Vogel
|
95f4a55820
|
refactored termistor table calculation to be in line with wikipedia's article about Steinhart-Hart coefficients
|
10 years ago |
Steffen Vogel
|
21205cc3d8
|
more cleanups in the termistorTable generation script
|
10 years ago |
Steffen Vogel
|
fb0996b5db
|
improved output aligment and precision
|
10 years ago |
Steffen Vogel
|
538231edfd
|
cosmetic whitespace cleanup and comments added/updated
|
10 years ago |
Scott Lahteine
|
b5e50cdd4e
|
Move scripts and documentation to subfolders
|
10 years ago |
Jim Morris
|
af9395ac2e
|
Add M605 to dynamically set delta configuration
Save above configs in eeprom
fix docs in createTemperatureLookupMarlin.py
add missing azteegX3pro digipot settings in delta example config
|
11 years ago |
David Forrest
|
f0b8d5ba3d
|
createTemperatureLookupMarlin.py: Change comment to refer to actual program name.
|
11 years ago |
David Forrest
|
50f44d9249
|
createTemperatureLookupMarlin.py: Truncate to short after application of OVERSAMPLENR for improved resolution.
|
11 years ago |
David Forrest
|
f5b5dd8038
|
createTemperatureLookupMarlin.py: Add output of Steinhart-Hart coefficients.
|
11 years ago |
David Forrest
|
7216583b8b
|
createTemperatureLookupMarlin.py: Add resolution comments and format for Marlin.
|
11 years ago |
Erik vd Zalm
|
5cd7a90b32
|
Added new temperature lookup table creation tool. This one uses stein hart-hart equations.
You need 3 temperature resistance:combinations. This gives a better result then using beta.
|
12 years ago |