Stephan3 / dwc2-for-klipper

A translator between DWC2 and Klipper
GNU General Public License v3.0
160 stars 38 forks source link

internal server error 500 #69

Closed Kotletowsky closed 4 years ago

Kotletowsky commented 4 years ago

Every time, when I want to send cmd by console, I get internal server error 500 message. Especially, when I click something in Z babystepping. How to solve that ?

rafaljot commented 4 years ago

log pls.

ps: zapraszamy na reprapy.pl

Kotletowsky commented 4 years ago

klippy.log

printer_cfg.txt

rafaljot commented 4 years ago
  1. As I said in before, clean up the config first. Remove this line and all after

    #*# <---------------------- SAVE_CONFIG ---------------------->

    Don't write any configuration manually after this line in the future.

  2. I'm not sure you can use comments in this way in macro.

    [gcode_macro start_g]
    gcode:
    G28
    #   BED_MESH_CLEAR
    #   BED_MESH_PROFILE LOAD=ENDER3

    Delete these comments please.

Kotletowsky commented 4 years ago

deleted, cleaned. Still, when I want to use babystep: Clipboard02

rafaljot commented 4 years ago

try the same using Octoprint. We'll find out if the problem is with DWC2 or Klipper. It works for me:

image
Stephan3 commented 4 years ago

@Kotletowsky You logfile dos not contain a M290 . If we want to analyse your problem, we need a valid log here, thanks.

brycedjohnson commented 4 years ago

Saw the same error when trying to set the hot bed. New dwc2 install coming from an octoprint/octopi. image klippy.log

brycedjohnson commented 4 years ago

My issue went away by reverting to older klipper, the same as this one: https://github.com/Stephan3/dwc2-for-klipper/issues/72#issuecomment-624814547