Robo3D / Robo-iOS-Beta

1 stars 0 forks source link

Active Print Controls #11

Open MChrisP1 opened 8 years ago

MChrisP1 commented 8 years ago

Not an issue per se, but notice of omission of desired controls for this section to 'tune' a print in progress:

It would be good to see:

Thanks!

bryantjk commented 8 years ago

Moving to 1.0.4. We're investigating the responsiveness of Feedrate/Flowrate controls and whether better UI is needed there.

bryantjk commented 8 years ago

Feedrate/Flowrate settings from "Active Control" view are being sent via the API and receiving a 204 response as per documentation. @AllenMcAfee That said, do we want a better UI for this?

AllenMcAfee commented 8 years ago

We want to replace the slider with a keypad input that has a lower range of 50% and an upper range of 150%.

MChrisP1 commented 8 years ago

Is the lower range of 50 and upper range of 150 for fan speed or speed control. For both, they need lower limits than 50%. Overall speed/extrusion could get trimmed down as low as to 30% if printing flexible products on some machines, R1+ that I am using included. Without the Mods I have in place some may go as low as 20% speed. Id leave both with a lower limit of maybe 10%...

bryantjk commented 8 years ago

Feedrate/Flowrate ranges in the app are currently set to match OctoPrint documentation: Flowrate: 75% to 125%. Feedrate: 50% to 200%.

Fans are toggled on/off at the moment. @AllenMcAfee is adding fan % control on the board too? If so, I may need some help as I'm not sure that's exposed via REST API.

AllenMcAfee commented 8 years ago

@bryantjk the M Code for fan control is command: M106 S%(speed)s. We should do this the same as the flow and feed rate inputs.

AllenMcAfee commented 8 years ago

@bryantjk Fan off should be M106 S0

The currently set fan speed setting is not exposed through octoprint, so this will be an input only function.

bryantjk commented 8 years ago

Ok, will do.

AllenMcAfee commented 7 years ago

We also need to add a range available for the flowrate and feedrate (the range is 50% to 150%).