mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Removed --g0
This commit is contained in:
parent
71ec90a1dd
commit
c2e710d092
10 changed files with 6 additions and 65 deletions
|
@ -326,11 +326,6 @@ PrintConfigDef::build_def() {
|
|||
Options["first_layer_temperature"].min = 0;
|
||||
Options["first_layer_temperature"].max = 400;
|
||||
|
||||
Options["g0"].type = coBool;
|
||||
Options["g0"].label = "Use G0 for travel moves";
|
||||
Options["g0"].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.";
|
||||
Options["g0"].cli = "g0!";
|
||||
|
||||
Options["gap_fill_speed"].type = coFloat;
|
||||
Options["gap_fill_speed"].label = "Gap fill";
|
||||
Options["gap_fill_speed"].category = "Speed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue