> For the complete documentation index, see [llms.txt](https://docs.cartographer3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cartographer3d.com/cartographer-probe/useful-links.md).

# Useful Links

Here are a couple of useful links to guides or sites that we recommend.

### Esoterical's CANBus Guide

Esoterical's CANBus guide is an outstanding, and well documented guide on all things CANBus. It's extremely clear, well written and easy to follow with detailed checkpoints and "stop" signs for where neccessary.

If you are having issues with your CANBus network, or are setting it up for the first time, please check this out.

{% embed url="<https://canbus.esoterical.online/>" %}

### Eric Zimmerman's OS Upgrade Guide

As he puts it, Numpy got you down? Do you hate Python 3? Crowsnest blues? Then Eric Zimmerman's guide will help you solve any issues upgrading your Raspbery Pi and Klipper Installation to where you need it to be.

Click [here ](https://github.com/EricZimmerman/VoronTools/tree/main)to check it out

### Ellis' Print Tuning Guide

An outstanding guide to help you tune and calibrate your printer. It truely is a true A to Z guide and works with most common printers.

{% embed url="<https://ellis3dp.com/Print-Tuning-Guide/>" %}

### A Better Print\_Start Macro by jontek2

A better Print\_Start macro is a great resource to imporve your `print_start` macro, it is detailed, verl well documented.\
\
With this macro you will be able to pass variables such as print temps and chamber temps to your print\_start macro. By doing so you will be able to automatically start a heatsoak and customize your printer's behaviour. The heatsoak will start when you've sliced a print with a bed temp higher than 90c. It will then heatsoak to your set chamber temp. If no chamber temp is set it will fall back to the macro's standard chamber temp of 40c.\
\
Check [here ](https://github.com/jontek2/A-better-print_start-macro/blob/main/README.md)to check it out


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cartographer3d.com/cartographer-probe/useful-links.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
