Skip to content

Commit 0fcef2b

Browse files
committed
Version 0.15
- also reword the extruder temperature warning and change to info
1 parent 6a575d1 commit 0fcef2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

filaswitch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
status_file = os.path.join(prog_dir, '.status')
3636
status = utils.load_status(status_file)
3737

38-
version = "0.14"
38+
version = "0.15"
3939

4040
def detect_file_type(gcode_file, log):
4141
with open(gcode_file, 'r') as gf:

slicer_simplify3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def get_extruders(self):
119119
self.extruders[e].temperature_nr = self.extruders[e].tool
120120

121121
if warning:
122-
self.log.warning("Not all extruders have valid temperature definitions. Using previous extruder values. Please check that the temperatures are correct")
122+
self.log.info("Not all extruders have valid temperature definitions, using previous extruder values. Please check profile temperature settings")
123123

124124
def parse_header(self):
125125
"""

0 commit comments

Comments
 (0)