ebay blæser bruger software pwm
This commit is contained in:
parent
54df7135ec
commit
88d623848b
|
@ -37,13 +37,14 @@ pins: PF7, PF9, PF6, PF8
|
||||||
[temperature_fan ebay_fans]
|
[temperature_fan ebay_fans]
|
||||||
# Print Cooling Fan - CNC_FAN0
|
# Print Cooling Fan - CNC_FAN0
|
||||||
pin: multi_pin:ebay_fans_pin
|
pin: multi_pin:ebay_fans_pin
|
||||||
hardware_pwm: true
|
hardware_pwm: false
|
||||||
control: watermark
|
control: watermark
|
||||||
max_delta: 5
|
max_delta: 5
|
||||||
sensor_type: temperature_host
|
sensor_type: temperature_host
|
||||||
min_temp: 15
|
min_temp: 15
|
||||||
max_temp: 80
|
max_temp: 80
|
||||||
target_temp: 50
|
target_temp: 50
|
||||||
|
max_power: 0.5
|
||||||
|
|
||||||
#[heater_fan hotend_fan]
|
#[heater_fan hotend_fan]
|
||||||
## Hotend Fan - CNC_FAN1
|
## Hotend Fan - CNC_FAN1
|
||||||
|
@ -190,13 +191,6 @@ gcode:
|
||||||
#G0 X175 Y175 Z30 F3600
|
#G0 X175 Y175 Z30 F3600
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
|
|
||||||
[gcode_macro PRINT_START]
|
|
||||||
# Use PRINT_START for the slicer starting script - please customise for your slicer of choice
|
|
||||||
gcode:
|
|
||||||
G32 ; home all axes
|
|
||||||
G1 Z20 F3000 ; move nozzle away from bed
|
|
||||||
|
|
||||||
|
|
||||||
[gcode_macro PRINT_END]
|
[gcode_macro PRINT_END]
|
||||||
# Use PRINT_END for the slicer ending script - please customise for your slicer of choice
|
# Use PRINT_END for the slicer ending script - please customise for your slicer of choice
|
||||||
gcode:
|
gcode:
|
||||||
|
|
Loading…
Reference in New Issue