#Voron printer.cfg problem

19 messages · Page 1 of 1 (latest)

pastel bobcat
#

Hello I have been all afternoon trying to debug an error with the printer.cfg provided by siboor

#

Context: I have a voron 2.4 kit from siboor, after downloading the OS of the pi I connected the printer via wifi to my computer

#

so I uploaded it to the printer and a bunch of errors keep appearing

#

at firs it was telling me that
Unknown pin chip name 'scanner'
wich was caused by this line
[adxl345]
cs_pin: scanner:PA3
spi_bus: spi1

#

So I changed cs_pin: scanner:PA3 for cs_pin: PB12

#

because acording to the esquematic of the BS2209 it was the corresponding pin

#

then I had the same error with other pin definition wich solved the exact same way

#

after all that it was telling me that scanner is not a valid config section

#

so i deleted the whole scanner definition
[scanner]
canbus_uuid:

Fill in the UUID that was just recorded

x_offset: 0

adjust for your cartographers offset from nozzle to middle of coil

y_offset: 21

adjust for your cartographers offset from nozzle to middle of coil

backlash_comp: 0.5

Backlash compensation distance for removing Z backlash before measuring

the sensor response.

Offsets are measured from the centre of your coil, to the tip of your nozzle

on a level axis. It is vital that this is accurate.

calibration_method: touch

leave this as touch unless you want to use scan only for everything.

sensor: cartographer

this must be set as cartographer unless using IDM etc.

sensor_alt: carto

alternate name to call commands. CARTO_TOUCH etc

scanner_touch_z_offset: 0.05

This is the default and will be overwritten and added to the DO NOT SAVE area by using UI to save z offset

mesh_runs: 2

Number of passes to make during mesh scan.

#

but these came with other errors

#

I dont known what im doing onestly, software its not my favourite part, and I guess that the problem was at the beggining but I could not figure out how to solve it.

#

I would thank all kind of help

remote cypress
#

The cartographer docs show those sections both being things

#
[mcu scanner]
canbus_uuid: 0ca8d67388c2 
#serial: /dev/serial/by-id/usb-cartographer_cartographer_
#    adjust to suit your scanner, if using usb change to serial

[scanner]
mcu: scanner 
...      
pastel bobcat
#

But after downloading it the mcu was not been detected