Open AllenMcAfee opened 8 years ago
Just tested the axis control in the pre-release (1.0.5 - 2) that uses the printer profile to dictate the axis direction and am still getting the general -Z and +Z movements. This means on the R2 series it is moving in the opposite direction we want, since we have the axis movement flipped (-Z moves up, +Z moves down on the R2).
It is also ignoring the axis flip setting in the printer profile. So as of now, up moves down and down moves up per the R2 config.
Axis control appears to work correctly. The only change we need is to query the printer profile when opening up the manual control screen.
I belive this is working correctly but the UI needs to be re-labed for y-axis
We want to capture the specific configuration of a printer and make the app dynamic to what we received using
GET /api/printerprofiles
.This is expected to effect:
Right now the movement and displaying a heated bed (or not) are the two most immediate uses we will have for this.
This issue references the following issues:
12