Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust printer parameters during print. #55

Closed
UnchartedBull opened this issue Jul 23, 2019 · 1 comment · Fixed by #220
Closed

Adjust printer parameters during print. #55

UnchartedBull opened this issue Jul 23, 2019 · 1 comment · Fixed by #220
Assignees
Labels
enhancement New feature or request
Projects

Comments

@UnchartedBull
Copy link
Owner

This, currently, will be done after the v2 release. If you want it earlier like this issue. The release might take a little longer than, though...

@UnchartedBull UnchartedBull added the enhancement New feature or request label Jul 23, 2019
@UnchartedBull UnchartedBull self-assigned this Jul 23, 2019
@UnchartedBull UnchartedBull added this to To do in v2 Release via automation Jul 23, 2019
@mikekscholz
Copy link

Here is how I do it inside of the main octoprint interface and the attached picture is how my touchui interface comes out. Not sure if this is helpful to you or not, but if it is go ahead and use it.
[from my config.yaml]

controls:
- children:
  - children:
    - command: M851
      confirm: null
      name: Get
    - command: M500
      confirm: null
      name: Save
    layout: horizontal
  - default: 'Current Z Offset: ???'
    regex: 'echo:Probe Z Offset: ([0-9.-]+)'
    template: 'Current Z Offset: {0}mm'
  - children:
    - command: M290 Z0.02
      confirm: null
      name: Babystep Up
    - command: M290 Z-0.02
      confirm: null
      name: Babystep Down
    - command: M290 Z0.01
      confirm: null
      name: Microstep Up
    - command: M290 Z-0.01
      confirm: null
      name: Microstep Down
    layout: horizontal
  layout: vertical
  name: Z Probe Offset

Screen Shot 2019-09-12 at 19 52 01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v2 Release
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants