diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 2e1fa2d..0000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -*.md \ No newline at end of file diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..93ff5f5 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +ko_fi: bassamanator diff --git a/.gitignore b/.gitignore index dc8d21e..a46f989 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -macros/mainsail.cfg printer-*_*.cfg .moonraker.conf.bkp diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 2e1fa2d..0000000 --- a/.prettierignore +++ /dev/null @@ -1 +0,0 @@ -*.md \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 86b593b..06c7957 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,7 @@ "editor.tabSize": 4, "editor.insertSpaces": true, "editor.detectIndentation": false, - "git.mergeEditor": false + "git.mergeEditor": false, + "spellright.language": ["en-US-10-1."], + "spellright.documentTypes": ["markdown", "latex", "plaintext"] } diff --git a/cfgs/TEST_SPEED.cfg b/cfgs/TEST_SPEED.cfg index 25d8256..bfda9e2 100644 --- a/cfgs/TEST_SPEED.cfg +++ b/cfgs/TEST_SPEED.cfg @@ -1,3 +1,4 @@ +# NOTE This macro is not ready for use. ☠️☠️☠️ # Home, get position, throw around toolhead, home again. # If MCU stepper positions (first line in GET_POSITION) are greater than a full step different (your number of microsteps), then skipping occured. # We only measure to a full step to accomodate for endstop variance. diff --git a/cfgs/macros.cfg b/cfgs/misc-macros.cfg similarity index 96% rename from cfgs/macros.cfg rename to cfgs/misc-macros.cfg index f762c09..643707d 100644 --- a/cfgs/macros.cfg +++ b/cfgs/misc-macros.cfg @@ -1,3 +1,16 @@ +[force_move] +enable_force_move: True + +[temperature_sensor raspberry_pi] +sensor_type: temperature_host + +[virtual_sdcard] +path: /home/pi/printer_data/gcodes + +# 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] + [pause_resume] [display_status] diff --git a/images/githubstar.gif b/images/githubstar.gif new file mode 100644 index 0000000..04d25d4 Binary files /dev/null and b/images/githubstar.gif differ diff --git a/klipper-printer-sovol-sv06.cfg b/klipper-printer-sovol-sv06.cfg deleted file mode 100644 index 8c55065..0000000 --- a/klipper-printer-sovol-sv06.cfg +++ /dev/null @@ -1,224 +0,0 @@ -# This file contains pin mappings for the stock Sovol SV06 -# To use this config, during "make menuconfig" select the -# STM32F103 with a "28KiB bootloader" and serial (on USART1 PA10/PA9) communication. -# Also, since it is using the GD32F103, please select Disable SWD at startup - -# Flash this firmware by copying "out/klipper.bin" to a SD card and -# turning on the printer with the card inserted. The firmware -# filename must end in ".bin" and must not match the last filename -# that was flashed. - -# See docs/Config_Reference.md for a description of parameters. - -[include ./macros/macros.cfg] -[include ./macros/TEST_SPEED.cfg] -[include ./macros/PARKING.cfg] -[include ./macros/MECHANICAL_GANTRY_CALIBRATION.cfg] -# Uncomment the following line if you're using an adxl345, and have it setup -# [include ./adxl-rp2040.cfg] - -[mcu] -# Obtain definition by "ls -l /dev/serial/by-id/" -serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 -restart_method: command - -[printer] -kinematics: cartesian -max_velocity: 300 -max_accel: 3000 -max_accel_to_decel: 1500 -max_z_velocity: 5 -max_z_accel: 100 -# square_corner_velocity: 6.0 - -##################################################################### -# X/Y Stepper Settings -##################################################################### - -[stepper_x] -step_pin: PC2 -dir_pin: !PB9 -enable_pin: !PC3 -microsteps: 16 -rotation_distance: 40 -endstop_pin: tmc2209_stepper_x:virtual_endstop -position_endstop: 0 -position_max: 225 -homing_speed: 40 -homing_retract_dist: 0 - -[tmc2209 stepper_x] -uart_pin: PC1 -run_current: 0.860 -stealthchop_threshold: 0 -interpolate: False -sense_resistor: 0.150 -uart_address: 3 -driver_SGTHRS: 81 -diag_pin: PA5 - -[stepper_y] -step_pin: PB8 -dir_pin: PB7 -enable_pin: !PC3 -microsteps: 16 -rotation_distance: 40 -endstop_pin: tmc2209_stepper_y:virtual_endstop -position_endstop: 0 -position_max: 225 -homing_speed: 40 -homing_retract_dist: 0 - -[tmc2209 stepper_y] -uart_pin: PC0 -run_current: 0.900 -stealthchop_threshold: 0 -interpolate: False -sense_resistor: 0.150 -uart_address: 3 -driver_SGTHRS: 82 -diag_pin: PA6 - -##################################################################### -# Z Stepper Settings -##################################################################### - -[stepper_z] -step_pin: PB6 -dir_pin: !PB5 -enable_pin: !PC3 -microsteps: 16 -rotation_distance: 4 -endstop_pin: probe:z_virtual_endstop -position_min: -4 -position_max: 261 -homing_speed: 4 - -[tmc2209 stepper_z] -uart_pin: PA15 -run_current: 1.000 -stealthchop_threshold: 0 -interpolate: False -sense_resistor: 0.150 -uart_address: 3 -diag_pin: PA7 - -##################################################################### -# Extruder -##################################################################### - -[extruder] -step_pin: PB4 -dir_pin: !PB3 -enable_pin: !PC3 -microsteps: 16 -rotation_distance: 4.56 -nozzle_diameter: 0.400 -filament_diameter: 1.750 -heater_pin: PA1 -sensor_type: sovol_thermistor -sensor_pin: PC5 -min_temp: 0 -max_temp: 270 -min_extrude_temp: 190 -max_extrude_only_distance: 150.0 - -[tmc2209 extruder] -uart_pin: PC14 -run_current: 0.550 -stealthchop_threshold: 0 -interpolate: False -sense_resistor: 0.150 -uart_address: 3 - -##################################################################### -# Probe Related -##################################################################### - -[probe] -pin: PB1 -x_offset: 27 -y_offset: -20 -z_offset: 0 -speed: 7 -samples: 3 -samples_tolerance: 0.01 -samples_tolerance_retries: 10 - -[safe_z_home] -home_xy_position: 83,90 -speed: 60.0 -z_hop: 10 -z_hop_speed: 5 - -[bed_mesh] -speed: 120 -mesh_min: 30, 23 -mesh_max: 214, 214 -probe_count: 25 -algorithm: bicubic -fade_start: 1 -fade_end: 10 -fade_target: 0 - -##################################################################### -# Misc -##################################################################### - -# [input_shaper] -# shaper_freq_x: 46.948 -# shaper_type_x: mzv -# shaper_freq_y: 52.493 -# shaper_type_y: mzv -# shaper_type: ei - -[virtual_sdcard] -path: /home/pi/printer_data/gcodes - -[temperature_sensor mcu_temp] -sensor_type: temperature_mcu -min_temp: 25 -max_temp: 80 - -[temperature_sensor raspberry_pi] -sensor_type: temperature_host -min_temp: 25 -max_temp: 80 - -[thermistor sovol_thermistor] -temperature1: 25 -resistance1: 94162 -beta: 4160 - -[heater_bed] -heater_pin: PA2 -sensor_type: EPCOS 100K B57560G104F -sensor_pin: PC4 -min_temp: 0 -max_temp: 110 - -[fan] -pin: PA0 - -[display] -lcd_type: st7920 -cs_pin: PB12 -sclk_pin: PB13 -sid_pin: PB15 -encoder_pins: ^PB14, ^PB10 -click_pin: ^!PB2 - -#*# <---------------------- SAVE_CONFIG ----------------------> -#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. -#*# -#*# [extruder] -#*# control = pid -#*# pid_kp = 21.047 -#*# pid_ki = 1.477 -#*# pid_kd = 74.981 -#*# -#*# [heater_bed] -#*# control = pid -#*# pid_kp = 71.224 -#*# pid_ki = 1.341 -#*# pid_kd = 945.503 diff --git a/misc/cup-border.png b/misc/cup-border.png new file mode 100644 index 0000000..2b6d55e Binary files /dev/null and b/misc/cup-border.png differ diff --git a/misc/logo_white_stroke.png b/misc/logo_white_stroke.png new file mode 100644 index 0000000..14d8ab9 Binary files /dev/null and b/misc/logo_white_stroke.png differ diff --git a/printer.cfg b/printer.cfg index 7da0352..89726cb 100644 --- a/printer.cfg +++ b/printer.cfg @@ -1,13 +1,10 @@ # This file contains pin mappings for the stock Sovol SV06. # -# Using the wrong firmware, or wrong configuration, has the potential to destroy -# your 3D printer. -# -# ⚠️⚡☢️ USE AT YOUR OWN RISK! YOU HAVE BEEN WARNED! ☢️⚡⚠️ +# Find installation instructions at https://github.com/bassamanator/Sovol-SV06-firmware # # See https://www.klipper3d.org/Config_Reference.html for configuration reference. -[include ./cfgs/macros.cfg] +[include ./cfgs/misc-macros.cfg] [include ./cfgs/TEST_SPEED.cfg] [include ./cfgs/PARKING.cfg] [include ./cfgs/MECHANICAL_GANTRY_CALIBRATION.cfg] @@ -33,7 +30,7 @@ max_z_accel: 45 step_pin: PC2 dir_pin: !PB9 enable_pin: !PC3 -microsteps: 32 +microsteps: 64 rotation_distance: 40 endstop_pin: tmc2209_stepper_x:virtual_endstop position_endstop: 0 @@ -55,7 +52,7 @@ diag_pin: PA5 step_pin: PB8 dir_pin: PB7 enable_pin: !PC3 -microsteps: 32 +microsteps: 64 rotation_distance: 40 endstop_pin: tmc2209_stepper_y:virtual_endstop position_endstop: 0 @@ -77,7 +74,7 @@ diag_pin: PA6 step_pin: PB6 dir_pin: !PB5 enable_pin: !PC3 -microsteps: 32 +microsteps: 64 rotation_distance: 4 endstop_pin: probe:z_virtual_endstop position_min: -3 @@ -124,9 +121,6 @@ sensor_pin: PC4 min_temp: 0 max_temp: 110 -[fan] -pin: PA0 - [probe] pin: PB1 x_offset: 27 @@ -153,12 +147,6 @@ fade_start: 1 fade_end: 10 fade_target: 0 -[virtual_sdcard] -path: /home/pi/printer_data/gcodes - -[temperature_sensor raspberry_pi] -sensor_type: temperature_host - [display] lcd_type: st7920 cs_pin: PB12 @@ -198,16 +186,8 @@ speed: 50 horizontal_move_z: 10 screw_thread: CCW-M4 -# NOTE this is the pin for the filament switch, if you have one -# [filament_switch_sensor fil_sensor] -# switch_pin: PA4 # "Pulled-high" - -# 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] - -[force_move] -enable_force_move: True +[fan] +pin: PA0 #*# <---------------------- SAVE_CONFIG ----------------------> #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.