You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/PostProcessingPlugin/scripts/AnnealingOrDrying.py
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ def getSettingDataString(self):
91
91
"description": "Hold the bed temp at the 'Bed Start Out Temperature' for this amount of time (in decimal hours). When this time expires then the Annealing cool down will start. This is also the 'Drying Time' used when 'Drying Filament'.",
92
92
"type": "float",
93
93
"default_value": 0.0,
94
-
"unit": "Decimal Hrs ",
94
+
"unit": "Hrs ",
95
95
"enabled": "enable_script and cycle_type == 'anneal_cycle'"
"description": "Hold the bed temp at the 'Bed Start Out Temperature' for this amount of time (in decimal hours). When this time expires the bed will shut off.",
101
101
"type": "float",
102
102
"default_value": 4.0,
103
-
"unit": "Decimal Hrs ",
103
+
"unit": "Hrs ",
104
104
"enabled": "enable_script and cycle_type == 'dry_cycle'"
"description": "Enter the temperature to start at. This is typically the bed temperature during the print but can be changed here. This is also the temperature used when drying filament.",
"description": "Enter the lowest temperature to control the cool down. This is the shut-off temperature for the build plate and (when applicable) the Heated Chamber. The minimum value is 30",
130
130
"type": "int",
131
131
"default_value": 30,
132
-
"unit": "Degrees ",
132
+
"unit": "°C/F ",
133
133
"minimum_value": 30,
134
134
"enabled": "enable_script and cycle_type == 'anneal_cycle'"
"description": "Enter the temperature for the Build Volume (Heated Chamber). This is typically the temperature during the print but can be changed here.",
"description": "The total amount of time (in decimal hours) to control the cool down. The build plate temperature will be dropped in 3° increments across this time span. 'Cool Down Time' starts at the end of the 'Hold Time' if you entered one.",
171
171
"type": "float",
172
172
"default_value": 1.0,
173
-
"unit": "Decimal Hrs ",
173
+
"unit": "Hrs ",
174
174
"minimum_value_warning": 0.25,
175
175
"enabled": "enable_script and cycle_type == 'anneal_cycle'"
0 commit comments