Skip to content

Commit

Permalink
Allow extrusion if min_extrude_temp is below zero
Browse files Browse the repository at this point in the history
Signed-off-by: Thibaut CHARLES <CromFr@gmail.com>
  • Loading branch information
CromFr committed Mar 19, 2024
1 parent febb3e8 commit 3e739d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mixins/toolhead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export default class ToolheadMixin extends Vue {

return (
activeExtruder !== undefined &&
activeExtruder.temperature >= 0 &&
activeExtruder.min_extrude_temp >= 0 &&
activeExtruder.temperature >= activeExtruder.min_extrude_temp
)
}
Expand Down

0 comments on commit 3e739d9

Please sign in to comment.