diff --git a/KAMP_Settings.cfg b/KAMP_Settings.cfg deleted file mode 100644 index 1466c90..0000000 --- a/KAMP_Settings.cfg +++ /dev/null @@ -1,36 +0,0 @@ -# Below you can include specific configuration files depending on what you want KAMP to do: - -[include ./KAMP/Adaptive_Meshing.cfg] # Include to enable adaptive meshing configuration. -[include ./KAMP/Line_Purge.cfg] # Include to enable adaptive line purging configuration. -[include ./KAMP/Voron_Purge.cfg] # Include to enable adaptive Voron logo purging configuration. -[include ./KAMP/Smart_Park.cfg] # Include to enable the Smart Park function, which parks the printhead near the print area for final heating. - -[gcode_macro _KAMP_Settings] -description: This macro contains all adjustable settings for KAMP - -# The following variables are settings for KAMP as a whole. -variable_verbose_enable: True # Set to True to enable KAMP information output when running. This is useful for debugging. - -# The following variables are for adjusting adaptive mesh settings for KAMP. -variable_mesh_margin: 10 # Expands the mesh size in millimeters if desired. Leave at 0 to disable. -variable_fuzz_amount: 3 # Slightly randomizes mesh points to spread out wear from nozzle-based probes. Leave at 0 to disable. - -# The following variables are for those with a dockable probe like Klicky, Euclid, etc. # ---------------- Attach Macro | Detach Macro -variable_probe_dock_enable: False # Set to True to enable the usage of a dockable probe. # --------------------------------------------- -variable_attach_macro: 'Attach_Probe' # The macro that is used to attach the probe. # Klicky Probe: 'Attach_Probe' | 'Dock_Probe' -variable_detach_macro: 'Dock_Probe' # The macro that is used to store the probe. # Euclid Probe: 'Deploy_Probe' | 'Stow_Probe' - # Legacy Gcode: 'M401' | 'M402' - -# The following variables are for adjusting adaptive purge settings for KAMP. -variable_purge_height: 0.8 # Z position of nozzle during purge, default is 0.8. -variable_tip_distance: 1 # Distance between tip of filament and nozzle before purge. Should be similar to PRINT_END final retract amount. -variable_purge_margin: 10 # Distance the purge will be in front of the print area, default is 10. -variable_purge_amount: 30 # Amount of filament to be purged prior to printing. -variable_flow_rate: 12 # Flow rate of purge in mm3/s. Default is 12. - -# The following variables are for adjusting the Smart Park feature for KAMP, which will park the printhead near the print area at a specified height. -variable_smart_park_height: 10 # Z position for Smart Park, default is 10. - -gcode: # Gcode section left intentionally blank. Do not disturb. - - {action_respond_info(" Running the KAMP_Settings macro does nothing, it is only used for storing KAMP settings. ")} diff --git a/ShakeTune_results/input_shaper/inputshaper_20240923_150602_X.png b/ShakeTune_results/input_shaper/inputshaper_20240923_150602_X.png deleted file mode 100644 index 7776c21..0000000 Binary files a/ShakeTune_results/input_shaper/inputshaper_20240923_150602_X.png and /dev/null differ diff --git a/ShakeTune_results/input_shaper/inputshaper_20240923_150602_Y.png b/ShakeTune_results/input_shaper/inputshaper_20240923_150602_Y.png deleted file mode 100644 index ed3c70e..0000000 Binary files a/ShakeTune_results/input_shaper/inputshaper_20240923_150602_Y.png and /dev/null differ diff --git a/ShakeTune_results/input_shaper/inputshaper_20240923_151108_X.png b/ShakeTune_results/input_shaper/inputshaper_20240923_151108_X.png deleted file mode 100644 index 103cd0e..0000000 Binary files a/ShakeTune_results/input_shaper/inputshaper_20240923_151108_X.png and /dev/null differ diff --git a/ShakeTune_results/input_shaper/inputshaper_20240923_151108_Y.png b/ShakeTune_results/input_shaper/inputshaper_20240923_151108_Y.png deleted file mode 100644 index c5c6045..0000000 Binary files a/ShakeTune_results/input_shaper/inputshaper_20240923_151108_Y.png and /dev/null differ diff --git a/hardware/hardware.cfg b/hardware/hardware.cfg index 8e193ac..e79aee1 100644 --- a/hardware/hardware.cfg +++ b/hardware/hardware.cfg @@ -2,4 +2,3 @@ [include steppers.cfg] [include manta.cfg] [include nitehawk.cfg] -#[include nh-36.cfg] diff --git a/hardware/nh-36.cfg b/hardware/nh-36.cfg deleted file mode 100644 index 0963e2e..0000000 --- a/hardware/nh-36.cfg +++ /dev/null @@ -1,14 +0,0 @@ - -[mcu nhk] -## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify -##-------------------------------------------------------------------- -serial: 4E473531310A2450 -restart_method: command - -##################################################################### -# Probe -##################################################################### -## Probe Port -[probe] -pin: nhk:gpio10 -z_offset: -0.890 \ No newline at end of file diff --git a/printer-20240827_221828.cfg b/printer-20240827_221828.cfg deleted file mode 100644 index 3fdb60d..0000000 --- a/printer-20240827_221828.cfg +++ /dev/null @@ -1,15 +0,0 @@ -#[include print_area_bed_mesh.cfg] -[include mainsail.cfg] -[include hardware/hardware.cfg] -[include misc/misc.cfg] -[include macros/macros.cfg] - -[printer] -max_velocity: 600 -max_accel: 6500 -kinematics: corexy -max_z_velocity: 30 #Max 15 for 12V TMC Drivers, can increase for 24V -max_z_accel: 350 -square_corner_velocity: 5.0 - -[exclude_object] \ No newline at end of file diff --git a/printer-20240901_090049.cfg b/printer-20240901_090049.cfg deleted file mode 100644 index 2e8f006..0000000 --- a/printer-20240901_090049.cfg +++ /dev/null @@ -1,40 +0,0 @@ -#[include print_area_bed_mesh.cfg] -[include mainsail.cfg] -[include hardware/hardware.cfg] -[include misc/misc.cfg] -[include macros/macros.cfg] -[include config/config.cfg] -[include KAMP_Settings.cfg] - -[printer] -max_velocity: 600 -max_accel: 6500 -kinematics: corexy -max_z_velocity: 30 #Max 15 for 12V TMC Drivers, can increase for 24V -max_z_accel: 350 -square_corner_velocity: 5.0 - -[exclude_object] -#*# <---------------------- SAVE_CONFIG ----------------------> -#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. -#*# -#*# [bed_mesh default] -#*# version = 1 -#*# points = -#*# 0.129938, 0.077438, 0.072438, 0.064938, 0.079938, 0.084938, 0.092438 -#*# 0.074938, 0.042438, 0.032438, 0.029938, 0.032438, 0.059938, 0.079938 -#*# 0.024938, 0.012438, -0.015062, -0.007562, -0.000062, 0.022438, 0.032438 -#*# 0.014938, -0.000062, -0.015062, -0.020062, 0.007438, 0.027438, 0.047438 -#*# 0.044938, 0.029938, -0.012562, -0.002562, 0.009938, 0.024938, 0.039938 -#*# 0.089938, 0.049938, 0.012438, 0.019938, 0.029938, 0.032438, 0.064938 -#*# 0.152438, 0.109938, 0.074938, 0.069938, 0.069938, 0.069938, 0.079938 -#*# x_count = 7 -#*# y_count = 7 -#*# mesh_x_pps = 2 -#*# mesh_y_pps = 2 -#*# algo = bicubic -#*# tension = 0.2 -#*# min_x = 20.0 -#*# max_x = 320.0 -#*# min_y = 20.0 -#*# max_y = 320.0