slic3r / Slic3r

Open Source toolpath generator for 3D printers
https://slic3r.org/
GNU Affero General Public License v3.0
3.33k stars 1.3k forks source link

mach3 PWM fan control #2892

Closed rakolju closed 3 years ago

rakolju commented 9 years ago

mach3 can control the spindle rotation speed g code and convert it into a pwm output. This feature can be used to 3d printer's cooling fan speed control. if slic3r can add g code spinde speed commands example:

g Code: s10 = (spindle speed = 10% 3D printer cooling fanspeed)

g code: s50 = (spindle speed = 50% of the 3D printer cooling fanspeed)

g code: s100 = (spindle speed = 100% 3D printer cooling fanspeed)

mach3 spindle configuration tap max speed 100rpm spindle and pulley ration 1

or

g Code: s25 = (spindle speed = 10% 3D printer cooling fanspeed)

g code: s125 = (spindle speed = 50% of the 3D printer cooling fanspeed)

g code: s250 = (spindle speed = 100% 3D printer cooling fanspeed)

mach3 spindle configuration tap max speed 250rpm spindle and pulley ration 1

I would like someone to the programmer to increase this feature slic3r program?

rakolju commented 9 years ago

this is the easiest way to manage your 3D printer fan speed automatically Mach3 program.

lordofhyphens commented 3 years ago

Implemented with fan_percentage (0-100 range instead of 0-255).