mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Added headings. Added installation diagram for skr-mini.
This commit is contained in:
@@ -1,10 +1,3 @@
|
|||||||
[output_pin beeper]
|
|
||||||
pin: PB5
|
|
||||||
value: 0
|
|
||||||
shutdown_value: 0
|
|
||||||
pwm: True
|
|
||||||
cycle_time: 0.0005 ; Default beeper tone in kHz. 1 / 0.0005 = 2000Hz (2kHz)
|
|
||||||
|
|
||||||
[gcode_macro BEEP]
|
[gcode_macro BEEP]
|
||||||
description: BEEP I=3 DUR=200 FREQ=2000: Beep 3 times, for 200ms each, at 2kHz frequency.
|
description: BEEP I=3 DUR=200 FREQ=2000: Beep 3 times, for 200ms each, at 2kHz frequency.
|
||||||
gcode:
|
gcode:
|
||||||
|
|||||||
1
misc/skr-mini/installation.md
Normal file
1
misc/skr-mini/installation.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<img src="skr-mini-e3-v3.0-v1678580296384.png" alt='skr-mini-e3-v3.0 installation instructions'/>
|
||||||
BIN
misc/skr-mini/skr-mini-e3-v3.0-v1678580296384.png
Normal file
BIN
misc/skr-mini/skr-mini-e3-v3.0-v1678580296384.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 876 KiB |
@@ -25,6 +25,10 @@ max_accel: 3000
|
|||||||
max_z_velocity: 15
|
max_z_velocity: 15
|
||||||
max_z_accel: 45
|
max_z_accel: 45
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# X/Y/Z Stepper Settings
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
[stepper_x]
|
[stepper_x]
|
||||||
step_pin: PB13
|
step_pin: PB13
|
||||||
dir_pin: PB12
|
dir_pin: PB12
|
||||||
@@ -92,6 +96,10 @@ sense_resistor: 0.150
|
|||||||
uart_address: 1
|
uart_address: 1
|
||||||
# diag_pin: PC2 # Should not be needed
|
# diag_pin: PC2 # Should not be needed
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# Extruder
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
[extruder]
|
[extruder]
|
||||||
step_pin: PB3
|
step_pin: PB3
|
||||||
dir_pin: PB4
|
dir_pin: PB4
|
||||||
@@ -120,6 +128,10 @@ interpolate: False
|
|||||||
sense_resistor: 0.150
|
sense_resistor: 0.150
|
||||||
uart_address: 3
|
uart_address: 3
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# Bed Heater
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
[heater_bed]
|
[heater_bed]
|
||||||
heater_pin: PC9
|
heater_pin: PC9
|
||||||
sensor_type: EPCOS 100K B57560G104F
|
sensor_type: EPCOS 100K B57560G104F
|
||||||
@@ -131,6 +143,10 @@ pid_kd: 1343.571
|
|||||||
min_temp: 0
|
min_temp: 0
|
||||||
max_temp: 110
|
max_temp: 110
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# Probe Related
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
[probe]
|
[probe]
|
||||||
pin: PC14
|
pin: PC14
|
||||||
x_offset: 27
|
x_offset: 27
|
||||||
@@ -158,6 +174,26 @@ fade_start: 1
|
|||||||
fade_end: 10
|
fade_end: 10
|
||||||
fade_target: 0
|
fade_target: 0
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# Fans
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
[fan]
|
||||||
|
pin: PC6
|
||||||
|
|
||||||
|
[controller_fan electronic_enclosure_fan]
|
||||||
|
pin: PB15
|
||||||
|
idle_timeout: 60
|
||||||
|
|
||||||
|
[heater_fan hotend_fan]
|
||||||
|
pin: PC7
|
||||||
|
heater: extruder
|
||||||
|
heater_temp: 50.0
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# Misc
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
lcd_type: st7920
|
lcd_type: st7920
|
||||||
cs_pin: PB8
|
cs_pin: PB8
|
||||||
@@ -191,17 +227,12 @@ speed: 50
|
|||||||
horizontal_move_z: 10
|
horizontal_move_z: 10
|
||||||
screw_thread: CCW-M4
|
screw_thread: CCW-M4
|
||||||
|
|
||||||
[fan]
|
[output_pin beeper]
|
||||||
pin: PC6
|
pin: PB5
|
||||||
|
value: 0
|
||||||
[controller_fan electronic_enclosure_fan]
|
shutdown_value: 0
|
||||||
pin: PB15
|
pwm: True
|
||||||
idle_timeout: 60
|
cycle_time: 0.0005 # Default beeper tone in kHz. 1 / 0.0005 = 2000Hz (2kHz)
|
||||||
|
|
||||||
[heater_fan hotend_fan]
|
|
||||||
pin: PC7
|
|
||||||
heater: extruder
|
|
||||||
heater_temp: 50.0
|
|
||||||
|
|
||||||
# [board_pins]
|
# [board_pins]
|
||||||
# aliases:
|
# aliases:
|
||||||
|
|||||||
Reference in New Issue
Block a user