Peurif
June 14, 2023, 4:21am
1
Hi,
Klipper is updated frequently, several times a month frequently… I would like to know if there is a list of changes to estimate if I am interested in updating the firmware, or not…
Since I have an Octopus Pro that can only be updated by micro Sd, and every time I fear that updating is quite laborious, since I have to disassemble part of the printer to access the card. .
Something similar to Canboard Ebb42
You may look here:
https://www.klipper3d.org/Releases.html
and here:
# Configuration Changes
This document covers recent software changes to the config file that
are not backwards compatible. It is a good idea to review this
document when upgrading the Klipper software.
All dates in this document are approximate.
## Changes
20230530: The default canbus frequency in "make menuconfig" is
now 1000000. If using canbus and using canbus with some other
frequency is required, then be sure to select "Enable extra low-level
configuration options" and specify the desired "CAN bus speed" in
"make menuconfig" when compiling and flashing the micro-controller.
20230525: `SHAPER_CALIBRATE` command immediately applies input shaper
parameters if `[input_shaper]` was enabled already.
20230407: The `stalled_bytes` counter in the log and in the
This file has been truncated. show original
Sineos
June 14, 2023, 6:05am
3
As an alternative, you may refer to the GH commit history: Commits · Klipper3d/klipper · GitHub
1 Like
NAPCAL
June 14, 2023, 9:03am
4
@Peurif
Just a recommendation; you might want to look into CanBoot for your Octopus to get away from having to use an SD card for updating.
Don’t let the name fool you; CanBoot has three ways it can update itself and Klipper.
via USB
via UART
via CAN bus
CanBoot by Arksine
1 Like
Peurif
June 14, 2023, 10:26am
5
it would be both…
The octopus pro 429…by SD
and
Is it possible to update the EBB42, connected by CANBUS (Not USB) from Raspberry?
thx
NAPCAL
June 14, 2023, 12:35pm
6
@Peurif
Yes, I have guides for using CanBoot on CAN bus boards, like Octopus, Manta, EBB tool boards.
Using one of these:
-Klipper CAN bus bridge
-RPi CAN bus hats
-U2C (USB to CAN bus)
What is you current CAN bus setup?