Cancelling extruder thermistor input.
- mary22
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
19 Mar 2024 08:56 #296293
by mary22
Cancelling extruder thermistor input. was created by mary22
I have a SKR Pro 1.2 board with Marlin code. Setup from MP CNC firmware. This is set for a 3D printer and the touch screen works for all movements. I have added a paste applicator that uses the extruder
stepper motor
to apply the paste. The firmware is checking for a signal for the hot end temperatures. I want the extruder to run without checking for temperature. I am not experienced in writing the Marlin code and reflashing the firmware. Can I add a resistor to fool the thermistor or a code that stops the firmware checking?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19408
- Thank you received: 6507
19 Mar 2024 10:02 #296298
by tommylight
Replied by tommylight on topic Cancelling extruder thermistor input.
Moved to "additive manufacturing".
-
There should be a setting with "minimum extrusion temperature" in marlin.
And yes, you can do it with a resistor or a potentiometer.
-
There should be a setting with "minimum extrusion temperature" in marlin.
And yes, you can do it with a resistor or a potentiometer.
Please Log in or Create an account to join the conversation.
- andypugh
- Online
- Moderator
Less
More
- Posts: 23559
- Thank you received: 4858
19 Mar 2024 11:47 #296314
by andypugh
Replied by andypugh on topic Cancelling extruder thermistor input.
This really isn't a LinuxCNC question, it is a Marlin question.
Removing M109 (and maybe M104) from the G-code (and if that works, from the preprocessor that generates the G-code) will probably do what you need.
marlinfw.org/docs/gcode/M109.html
Removing M109 (and maybe M104) from the G-code (and if that works, from the preprocessor that generates the G-code) will probably do what you need.
marlinfw.org/docs/gcode/M109.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.053 seconds