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

Inline Rules of Thumb and Calibration Routines #69

Open
jtranoleary opened this issue May 7, 2021 · 0 comments
Open

Inline Rules of Thumb and Calibration Routines #69

jtranoleary opened this issue May 7, 2021 · 0 comments
Assignees

Comments

@jtranoleary
Copy link
Member

e.g.
require "machine is 3d printer";

or

enforce "bleed matches target";

For the first one, this is probably important because we don't want to be doing plotting workflows with anything else but a plotter, for example.

The second one is more up in the air. I will have to think about the design, maybe it's not just a one-liner and instead has block scope around the code that will be transformed through the calibration routine. Maybe we should call this something else, like, transformable block or calibratable block or calibration-responsive block.

(bleedMatchesTarget) {
  // Updatable subroutine goes here.
}
@jtranoleary jtranoleary self-assigned this May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant