mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Merge branch 'personal' of github.com:bassamanator/Sovol-SV06-firmware into personal
This commit is contained in:
@@ -36,5 +36,6 @@ repo: mainsail-crew/mainsail
|
|||||||
path: ~/mainsail
|
path: ~/mainsail
|
||||||
|
|
||||||
[file_manager]
|
[file_manager]
|
||||||
# cancel object preprocessing - set to True to enable; leave disabled when running on a low-powered device (e.g. Pi Zero)
|
# NOTE Cancel objects feature is enabled. If you're using a low powered device, set to False.
|
||||||
|
# Also see [exclude_object] section in printer.cfg.
|
||||||
enable_object_processing: True
|
enable_object_processing: True
|
||||||
21
printer.cfg
21
printer.cfg
@@ -150,7 +150,7 @@ samples_tolerance: 0.01
|
|||||||
samples_tolerance_retries: 5
|
samples_tolerance_retries: 5
|
||||||
|
|
||||||
[safe_z_home]
|
[safe_z_home]
|
||||||
home_xy_position: 111.50,111.50
|
home_xy_position: 0, 223 # NOTE 111.50,111.50
|
||||||
speed: 100.0
|
speed: 100.0
|
||||||
z_hop: 10
|
z_hop: 10
|
||||||
z_hop_speed: 15
|
z_hop_speed: 15
|
||||||
@@ -163,7 +163,8 @@ probe_count: 5,5
|
|||||||
algorithm: bicubic
|
algorithm: bicubic
|
||||||
fade_start: 1
|
fade_start: 1
|
||||||
fade_end: 10
|
fade_end: 10
|
||||||
fade_target: 0
|
# NOTE fade_target: 0
|
||||||
|
relative_reference_index: 20 # NOTE
|
||||||
|
|
||||||
[virtual_sdcard]
|
[virtual_sdcard]
|
||||||
path: /home/pi/printer_data/gcodes
|
path: /home/pi/printer_data/gcodes
|
||||||
@@ -182,10 +183,12 @@ shaper_type_x: mzv
|
|||||||
shaper_freq_y = 59.0
|
shaper_freq_y = 59.0
|
||||||
shaper_type_y: 3hump_ei
|
shaper_type_y: 3hump_ei
|
||||||
|
|
||||||
# // TODO Get this working
|
# // NOTE this is the pin for the filament switch, if you have one
|
||||||
# [filament_switch_sensor fil_sensor]
|
# [filament_switch_sensor fil_sensor]
|
||||||
# switch_pin: PA4
|
# switch_pin: PA4
|
||||||
|
|
||||||
|
# NOTE Cancel objects feature is enabled. If you're using a low powered device, comment out [exclude_object].
|
||||||
|
# Also see [file_manager] section in moonraker.conf.
|
||||||
[exclude_object]
|
[exclude_object]
|
||||||
|
|
||||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||||
@@ -204,16 +207,16 @@ shaper_type_y: 3hump_ei
|
|||||||
#*# pid_kd = 945.503
|
#*# pid_kd = 945.503
|
||||||
#*#
|
#*#
|
||||||
#*# [probe]
|
#*# [probe]
|
||||||
#*# z_offset = 1.555
|
#*# z_offset = 1.550
|
||||||
#*#
|
#*#
|
||||||
#*# [bed_mesh default]
|
#*# [bed_mesh default]
|
||||||
#*# version = 1
|
#*# version = 1
|
||||||
#*# points =
|
#*# points =
|
||||||
#*# -0.281250, -0.177500, -0.125000, -0.164375, -0.264375
|
#*# 0.227500, 0.317500, 0.359375, 0.323125, 0.245000
|
||||||
#*# -0.272500, -0.155000, -0.080000, -0.099375, -0.188125
|
#*# 0.207500, 0.327500, 0.398125, 0.376875, 0.298125
|
||||||
#*# -0.297500, -0.148750, -0.056875, -0.055625, -0.110625
|
#*# 0.170625, 0.326250, 0.414375, 0.420625, 0.367500
|
||||||
#*# -0.378125, -0.209375, -0.085625, -0.063125, -0.091250
|
#*# 0.093750, 0.266250, 0.387500, 0.415000, 0.390625
|
||||||
#*# -0.469375, -0.248125, -0.100625, -0.051250, -0.050625
|
#*# 0.000000, 0.213750, 0.365000, 0.426875, 0.421250
|
||||||
#*# x_count = 5
|
#*# x_count = 5
|
||||||
#*# y_count = 5
|
#*# y_count = 5
|
||||||
#*# mesh_x_pps = 2
|
#*# mesh_x_pps = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user