Skip to content

Commit

Permalink
readme: Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuh committed Oct 28, 2022
1 parent a1f8a34 commit 6204ff9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ overridden by creating a corresponding variable with a new value in your
# {'name' : 'PLA', 'extruder' : 200.0, 'bed' : 60.0},
# {'name' : 'PETG', 'extruder' : 230.0, 'bed' : 85.0},
# {'name' : 'ABS', 'extruder' : 245.0, 'bed' : 110.0, 'chamber' : 60}]
gcode:
gcode: # This line is required by Klipper.
# Any code you put here will run at klipper startup, after the initialization
# for these macros. For example, you could uncomment the following line to
# automatically adjust your bed surface offsets to account for any changes made
# to your Z endstop or probe offset.
# ADJUST_SURFACE_OFFSETS
# ADJUST_SURFACE_OFFSETS
# This line includes all the standard macros.
[include klipper-macros/*.cfg]
Expand All @@ -108,8 +108,9 @@ filename: ~/klipper_config/variables.cfg
[virtual_sdcard]
path: ~/gcode_files
[display_status]
# Uncomment the sections below if Fluidd complains (because it's confused).
#[display_status]
#
#[gcode_macro CANCEL_PRINT]
#rename_existing: CANCEL_PRINT_BASE
Expand Down

0 comments on commit 6204ff9

Please sign in to comment.