Commit Graph

15 Commits (34c7d45879e20a0fd5d48c53ddf98f6ed342c1c5)

Author SHA1 Message Date
Wurstnase 752c804677 remove offset, add minimum scan area
Wurstnase 14f0250853 allow negative values
and some more comments
Wurstnase 76da32b567 add hash-bang for python3
Wurstnase 2e7ba44633 some renaming for readability
Wurstnase 0620267ebb g29 auto-mode for the new G29 LRFB
short:
this script scans the first few lines from a gcode. If the line between 2 different z are greater than min_g1 this is our first layer. On this layer we search the min and max values of X and Y. With an offset we write that in a new file.
Steffen Vogel f25e793cff rename stepper lookup table scipt to be consistent with termistor lookup table script
Steffen Vogel df17a6a1b4 fix by proposed workaround (thanks gaby64)
Steffen Vogel f7e65935fb make use of power operator
Steffen Vogel 4e02aff9b5 automatically determine min/max temp for terminator
Steffen Vogel 81363bc441 more cleanups
Steffen Vogel 95f4a55820 refactored termistor table calculation to be in line with wikipedia's article about Steinhart-Hart coefficients
Steffen Vogel 21205cc3d8 more cleanups in the termistorTable generation script
Steffen Vogel fb0996b5db improved output aligment and precision
Steffen Vogel 538231edfd cosmetic whitespace cleanup and comments added/updated
Scott Lahteine b5e50cdd4e Move scripts and documentation to subfolders