Skip to content

Commit

Permalink
changed directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
rootiest committed Nov 25, 2022
1 parent d9f14ab commit 8d0c728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaper/ADXL_SHAPER.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ gcode:
SAVE_AND_RESTART

[gcode_shell_command adxl_shape_x]
command: sh ~/printer_data/config/shaper/adxl_shape_x.sh # edit: ´/macro/shell_commands/´ to where your .sh file lays
command: sh ~/printer_data/config/shaper/adxl_shape_x.sh # edit: ´~/printer_data/config/shaper/´ to where your .sh file lays
timeout: 60.
verbose: True

[gcode_shell_command adxl_shape_y]
command: sh ~/printer_data/config/shaper/adxl_shape_y.sh # edit: ´/macro/shell_commands/´ to where your .sh file lays
command: sh ~/printer_data/config/shaper/adxl_shape_y.sh # edit: ´~/printer_data/config/shaper/´ to where your .sh file lays
timeout: 60.
verbose: True

Expand Down

0 comments on commit 8d0c728

Please sign in to comment.