I am having difficulty

Basic Information:

Printer Model: tronxy x5sa
MCU / Printerboard: manta m8p
klippy.log

Describe your issue:

…I keep getting the error Unable to parse option ‘max_z_accel’ in section ‘printer’
klippy (2).log (467.9 KB)

Hello @EvanGel !

In this case please upload your printer.cfg. Please zip it.

thank you
generic-bigtreetech-manta-m8p-V1_0.zip (1.8 KB)

This block here gives the error.
You have commented out the the board_pins module loading, but not all the lines defined for it.

Remove the whole section or comment all lines in it and restart.

#[board_pins]
#aliases:
    # EXP1 header
    EXP1_1=PE9, EXP1_2=PE10,
    EXP1_3=PE11, EXP1_4=PE12,
    EXP1_5=PE13, EXP1_6=PE14,    # Slot in the socket on this side
    EXP1_7=PE15, EXP1_8=PB10,
    EXP1_9=<GND>, EXP1_10=<5V>,

    # EXP2 header
    EXP2_1=PB14, EXP2_2=PB13,
    EXP2_3=PF7, EXP2_4=PB12,
    EXP2_5=PE7, EXP2_6=PB11,      # Slot in the socket on this side
    EXP2_7=PE8, EXP2_8=<RST>,
    EXP2_9=<GND>, EXP2_10=PC5
1 Like

In general this seems like an incomplete config.

  • No TMC?
  • Only half commented:
    • image
  • Only half commented:
    • image
  • File usually is called printer.cfg

Not clear what you are doing currently.

I am completely new to this.

deleted it and still getting the same error.
config-202341-14919.zip (1.7 KB)

image
already addressed above
You cannot just leave arbitrary snippets in the config and then wonder why it does not work.

Strip down the config to what you effectively need / hardware that you have and remove the rest.