mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-18 12:17:48 -06:00
Tweaks to build scripts
This commit is contained in:
parent
54ccfcc705
commit
903d0b91fc
28 changed files with 77 additions and 37 deletions
|
@ -22,8 +22,7 @@ from __future__ import print_function
|
|||
from __future__ import division
|
||||
|
||||
from math import *
|
||||
import sys
|
||||
import getopt
|
||||
import sys,getopt
|
||||
|
||||
"Constants"
|
||||
ZERO = 273.15 # zero point of Kelvin scale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue