Skip to content
#

stepper

Here are 140 public repositories matching this topic...

bill-orange
bill-orange commented Apr 22, 2020

I don't understand the relationship between the current setting in Marlin and the Vref pot adjustment.

The Vref pot setting sets RMS average current. The factory setting of 1.23v results in a current of 870mA average.

That being said, does the Marlin current adjustment #define X_CURRENT 900 override the pot adjustment? Does it scale it? Are they two different things perhaps, one

hadimansouri
hadimansouri commented Jan 13, 2018

To set an step as optional we have to add md-optional="any text" to the step directive. It make difficult making steps dynamically. I suggest to define optional steps as follow:

<md-step md-optional="{expression}" md-optional-text="Optional">

By this pattern we could dynamically define steps as optional. If expression is true step is optional and text could be show for it.

Improve this page

Add a description, image, and links to the stepper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stepper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.