Giter VIP home page Giter VIP logo

Comments (3)

jordanruthe avatar jordanruthe commented on June 6, 2024

This is a bug, the fixed position should be automatically detected. Can you post a /tmp/KlipperScreen.log file?

from klipperscreen.

tbe avatar tbe commented on June 6, 2024

It look like that the order of screws_tilt_adjust and bed_screws has to match ....

2021-01-12 17:52:07,103 - KlipperScreen - DEBUG - Current panel hierarchy: ['main_panel', 'main_panel_config']
2021-01-12 17:52:08,544 - KlipperScreen - DEBUG - Loading panel: bed_level
2021-01-12 17:52:08,544 - KlipperScreen - INFO - Panel path: /home/printer/KlipperScreen/panels/bed_level.py
2021-01-12 17:52:08,558 - KlipperScreen.ScreenPanel - DEBUG - Button scale: [0.625, 0.625]
2021-01-12 17:52:08,572 - KlipperScreen.BedLevelPanel - DEBUG - Screws section: back_left
2021-01-12 17:52:08,573 - KlipperScreen.BedLevelPanel - DEBUG - Screws section: front_left
2021-01-12 17:52:08,573 - KlipperScreen.BedLevelPanel - DEBUG - Screws section: back_right
2021-01-12 17:52:08,574 - KlipperScreen.BedLevelPanel - DEBUG - Screws section: 244, 216
2021-01-12 17:52:08,574 - KlipperScreen.BedLevelPanel - DEBUG - Screws section: 244, 44
2021-01-12 17:52:08,574 - KlipperScreen.BedLevelPanel - DEBUG - Screws section: 76, 216
2021-01-12 17:52:08,574 - KlipperScreen.BedLevelPanel - DEBUG - Screws section: front_right
2021-01-12 17:52:08,574 - KlipperScreen.BedLevelPanel - DEBUG - Screws section: 76, 44
2021-01-12 17:52:08,575 - KlipperScreen.BedLevelPanel - DEBUG - Bed screw locations [x,y]: [[76.0, 44.0], [244.0, 44.0], [76.0, 216.0], [244.0, 216.0]]
2021-01-12 17:52:08,575 - KlipperScreen.BedLevelPanel - DEBUG - Screws: [[31.7, 51.0], [199.7, 51.0], [31.7, 223.0], [199.7, 223.0]]
2021-01-12 17:52:08,575 - KlipperScreen.BedLevelPanel - DEBUG - Configured screw locations [x,y]: [[31.7, 51.0], [199.7, 51.0], [31.7, 223.0], [199.7, 223.0]]
2021-01-12 17:52:08,606 - KlipperScreen - DEBUG - Current panel hierarchy: ['main_panel', 'main_panel_config', 'main_panel_config_bed_level']
2021-01-12 17:52:10,971 - KlipperScreen.KlipperWebsocket - DEBUG - Sending printer.gcode.script: SCREWS_TILT_CALCULATE
...
2021-01-12 17:52:38,741 - KlipperScreen.BedLevelPanel - DEBUG - // back_right : X 244.0, Y 216.0, Z 2.16500 : Adjust -> CW 00:36
2021-01-12 17:52:38,741 - KlipperScreen.BedLevelPanel - DEBUG - X: 199 Y: 223
2021-01-12 17:52:38,742 - KlipperScreen.BedLevelPanel - DEBUG - [31.7, 51.0]
2021-01-12 17:52:38,742 - KlipperScreen.BedLevelPanel - DEBUG - [199.7, 51.0]
2021-01-12 17:52:38,742 - KlipperScreen.BedLevelPanel - DEBUG - [31.7, 223.0]
2021-01-12 17:52:38,743 - KlipperScreen.BedLevelPanel - DEBUG - [199.7, 223.0]
2021-01-12 17:52:38,745 - KlipperScreen - DEBUG - [
  "notify_gcode_response",
  "// front_right : X 244.0, Y 44.0, Z 2.10500 : Adjust -> CW 00:43"
]
2021-01-12 17:52:38,745 - KlipperScreen.BedLevelPanel - DEBUG - // front_right : X 244.0, Y 44.0, Z 2.10500 : Adjust -> CW 00:43
2021-01-12 17:52:38,745 - KlipperScreen.BedLevelPanel - DEBUG - X: 199 Y: 51
2021-01-12 17:52:38,745 - KlipperScreen.BedLevelPanel - DEBUG - [31.7, 51.0]
2021-01-12 17:52:38,745 - KlipperScreen.BedLevelPanel - DEBUG - [199.7, 51.0]
2021-01-12 17:52:38,747 - KlipperScreen - DEBUG - [
  "notify_gcode_response",
  "// front_left : X 76.0, Y 44.0, Z 2.52000 : Adjust -> CCW 00:07"
]
2021-01-12 17:52:38,747 - KlipperScreen.BedLevelPanel - DEBUG - // front_left : X 76.0, Y 44.0, Z 2.52000 : Adjust -> CCW 00:07
2021-01-12 17:52:38,747 - KlipperScreen.BedLevelPanel - DEBUG - X: 31 Y: 51
2021-01-12 17:52:38,747 - KlipperScreen.BedLevelPanel - DEBUG - [31.7, 51.0]

I reordered the bed_screws block, and will test it after the current print.

from klipperscreen.

tbe avatar tbe commented on June 6, 2024

Nope, didn't do the trick. Here is a clean Logfile from just one adjust attempt.

KlipperScreen.log

from klipperscreen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.