Skip to content

Commit

Permalink
Change = to : for proper yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSin- committed Feb 21, 2024
1 parent d64dea3 commit f4e00b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Klipper/config-example/T0-burner-dragon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gcode:
[tool T0]
tool_number: 0
extruder: extruder
params_type = 'rods_mini_hookon'
params_type: 'rods_mini_hookon'
fan: multi_fan T0_partfan
gcode_x_offset: 0
gcode_y_offset: 0
Expand Down
2 changes: 1 addition & 1 deletion Klipper/config-example/T3-burner-dragon-large-gears.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gcode:
tool_number: 3
extruder: extruder3
fan: multi_fan T3_partfan
params_type = 'rods_mini_hookon'
params_type: 'rods_mini_hookon'
gcode_x_offset: 0.437500
gcode_y_offset: 0.418750
gcode_z_offset: -0.105000
Expand Down
8 changes: 4 additions & 4 deletions Klipper/config-example/toolchanger.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
params_close_y: 15
params_fast_speed: 30000 # Go as fast as we can
params_path_speed: 900 # 20mm/s for the actual change
params_type = 'rods_mini' # See available paths below
params_type: 'rods_mini' # See available paths below
# The dropoff path of each tool type, pickup path is the same in reverse.
params_pads_mini_path: [{'y':9, 'z':2}, {'y':8}, {'f':0.5}, {'z':-5}, {'y':1, 'z':-7}, {'y':3, 'z':-9}, {'y':7, 'z':-11}]
params_pads_sb_path: [{'y':9.5, 'z':8}, {'y':9.5, 'z':2}, {'y':5.5}, {'f':0.5}, {'z':-5}, {'y':1, 'z':-7}, {'y':3, 'z':-9}, {'y':7, 'z':-11}]
params_rods_mini_path: [{'y':4}, {'f':0.5}, {'z':-6}, {'z':-10, 'y':3}, {'z':-10, 'y':16}]
params_rods_sb_path: [{'y':9.5, 'z':8}, {'y':9.5, 'z':2}, {'y':5.5}, {'f':0.5}, {'z':-6}, {'z':-10, 'y':3}, {'z':-10, 'y':16}]
params_rods_mini_hookon_path: [{'y':4}, {'f':0.5}, {'z':-7.3}, {'z':-12.3, 'y':3.5}, {'z':-12.3, 'y':16}]
# Parking position - per tool
#params_park_x = 142.2
#params_park_y = -6.0
#params_park_z = 308.2
#params_park_x: 142.2
#params_park_y: -6.0
#params_park_z: 308.2
# Default shaper params
params_input_shaper_freq_x: 62.4
params_input_shaper_freq_y: 88.6
Expand Down

0 comments on commit f4e00b9

Please sign in to comment.