Skip to content

Commit

Permalink
docs: Celsius typo (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz authored Dec 10, 2024
1 parent a38d9eb commit 805e4db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Z_Calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ But, there are some requirements to use it:
Temperature or humindity changes are not a big deal since the switch is not
affected much by them and all values are probed in a small time period and only
the releations to each other are used. The nozzle height in step 2 can be
determined some time later and even many celsius higher in the printer's
determined some time later and even many Celsius higher in the printer's
chamber, compared to the homing in step 1. That is why the nozzle is probed
again and can vary a little to the first homing position.

Expand Down Expand Up @@ -286,4 +286,4 @@ at 250, you can preheat the nozzle to 180, and run this script before finishing
temperature. This may have varying effects depending on temperatures used.

Also consider picking up your probe prior to your nozzle wipe, to allow this script to probe the
nozzle immediately after cleaning it.
nozzle immediately after cleaning it.
2 changes: 1 addition & 1 deletion klippy/extras/control_mpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def process(eventtime):
ret = temp > target
if ret and not reported[0]:
gcmd.respond_info(
f"Waiting for heater to drop below {target} degrees celcius"
f"Waiting for heater to drop below {target} degrees Celsius"
)
reported[0] = True
return ret
Expand Down

0 comments on commit 805e4db

Please sign in to comment.