# Useful Links

Here are a couple of useful links to guides or sites that we recommend.&#x20;

### 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.&#x20;

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

{% 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.&#x20;

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

### 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
