Trivial typo/grammar.
This commit is contained in:
parent
a861b95b12
commit
a4de0e659d
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ our $Options = {
|
||||||
},
|
},
|
||||||
'g0' => {
|
'g0' => {
|
||||||
label => 'Use G0 for travel moves',
|
label => 'Use G0 for travel moves',
|
||||||
tooltip => 'Only enable this if your firmware supports G0 properly (thus decouples all axes using their maximum speeds instead of synchronizing them). Travel moves and retractions will be combined in single commands, speeding the print up.',
|
tooltip => 'Only enable this if your firmware supports G0 properly (thus decouples all axes using their maximum speeds instead of synchronizing them). Travel moves and retractions will be combined in single commands, speeding them print up.',
|
||||||
cli => 'g0',
|
cli => 'g0',
|
||||||
type => 'bool',
|
type => 'bool',
|
||||||
},
|
},
|
||||||
|
@ -419,7 +419,7 @@ our $Options = {
|
||||||
# retraction options
|
# retraction options
|
||||||
'retract_length' => {
|
'retract_length' => {
|
||||||
label => 'Length',
|
label => 'Length',
|
||||||
tooltip => 'When retraction is triggered, filament is pulled back for the specified amount (the length is measured on raw filament, before it enters the extruder).',
|
tooltip => 'When retraction is triggered, filament is pulled back by the specified amount (the length is measured on raw filament, before it enters the extruder).',
|
||||||
sidetext => 'mm (zero to disable)',
|
sidetext => 'mm (zero to disable)',
|
||||||
cli => 'retract-length=f',
|
cli => 'retract-length=f',
|
||||||
type => 'f',
|
type => 'f',
|
||||||
|
|
Loading…
Reference in a new issue