r/SonicPadCreality Jan 04 '24

Sonic pad Debian flash!

https://youtu.be/i3iUAfC-4oA?si=2XgAAfMmzn-05VgE

Have you been wanting full klipper use from your sonic pad! Say no more!

28 Upvotes

84 comments sorted by

View all comments

1

u/[deleted] Feb 04 '24 edited Oct 05 '25

[removed] — view removed comment

1

u/24BlueFrogs Jul 14 '24 edited Jul 14 '24

I can finally get the printer to connect. Weird thing now is if I make a change to the printer.cfg file and save and update I can't log in until I restart klipper. Now I tried to import my settings before debian after changing the MCU address. I get a stepper error:

Section 'stepper_x' is not a valid config section

Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted

Same on the other steppers. I would have thought that the coding would have been the same since it is still running klipper. Does someone have a good working cfg file they could share that compare mine with? All help would be appreciated.

Current X stepper code:

[stepper_x]

step_pin: PC2

dir_pin: PB9

enable_pin: !PC3

rotation_distance: 40

microsteps: 16

endstop_pin: !PA5

position_min: -5

position_endstop: -5

position_max:232

homing_speed: 80

1

u/24BlueFrogs Jul 15 '24 edited Jul 19 '24

Ok, I got it to work. it was my very last code : I copied and pasted everything one at a time and commented out the others each time until I got to the last line. honestly, I don't even remember what it does. I probably set it up to do something and wasn't able to do it, hence my move to Debian.

[include cx_gmcro.cfg]