diff --git a/src/mixins/toolhead.ts b/src/mixins/toolhead.ts index ae5afa4378..f09ebf7ccb 100644 --- a/src/mixins/toolhead.ts +++ b/src/mixins/toolhead.ts @@ -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 ) }