mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 13:31:16 +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]
|
||||
description: BEEP I=3 DUR=200 FREQ=2000: Beep 3 times, for 200ms each, at 2kHz frequency.
|
||||
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_accel: 45
|
||||
|
||||
#####################################################################
|
||||
# X/Y/Z Stepper Settings
|
||||
#####################################################################
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PB13
|
||||
dir_pin: PB12
|
||||
@@ -92,6 +96,10 @@ sense_resistor: 0.150
|
||||
uart_address: 1
|
||||
# diag_pin: PC2 # Should not be needed
|
||||
|
||||
#####################################################################
|
||||
# Extruder
|
||||
#####################################################################
|
||||
|
||||
[extruder]
|
||||
step_pin: PB3
|
||||
dir_pin: PB4
|
||||
@@ -120,6 +128,10 @@ interpolate: False
|
||||
sense_resistor: 0.150
|
||||
uart_address: 3
|
||||
|
||||
#####################################################################
|
||||
# Bed Heater
|
||||
#####################################################################
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PC9
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
@@ -131,6 +143,10 @@ pid_kd: 1343.571
|
||||
min_temp: 0
|
||||
max_temp: 110
|
||||
|
||||
#####################################################################
|
||||
# Probe Related
|
||||
#####################################################################
|
||||
|
||||
[probe]
|
||||
pin: PC14
|
||||
x_offset: 27
|
||||
@@ -158,6 +174,26 @@ fade_start: 1
|
||||
fade_end: 10
|
||||
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]
|
||||
lcd_type: st7920
|
||||
cs_pin: PB8
|
||||
@@ -191,17 +227,12 @@ speed: 50
|
||||
horizontal_move_z: 10
|
||||
screw_thread: CCW-M4
|
||||
|
||||
[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
|
||||
[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)
|
||||
|
||||
# [board_pins]
|
||||
# aliases:
|
||||
|
||||
Reference in New Issue
Block a user