fixed darkmode for tuning workflow mermaid

This commit is contained in:
Félix Boisselier
2024-05-06 13:43:51 +02:00
parent e1a7681a4a
commit 303ed7060c

View File

@@ -27,7 +27,9 @@ A standard tuning workflow might look something like this:
} }
}%% }%%
flowchart LR flowchart TB
subgraph Tuning Workflow
direction LR
start([Start]) --> tensionBelts[Tension your\nbelts as best\n as possible] start([Start]) --> tensionBelts[Tension your\nbelts as best\n as possible]
checkmotion --> tensionBelts checkmotion --> tensionBelts
tensionBelts --> SnT_Belts[Run Shake&Tune\nbelts comparison tool] tensionBelts --> SnT_Belts[Run Shake&Tune\nbelts comparison tool]
@@ -52,12 +54,14 @@ flowchart LR
printGood --> |NO -> Ghosting, ringing, resonance| SnT_IS printGood --> |NO -> Ghosting, ringing, resonance| SnT_IS
unicorn --> |NO| done unicorn --> |NO| done
unicorn --> |YES| SnT_Belts unicorn --> |YES| SnT_Belts
end
classDef default fill:#70088C,stroke:#150140,stroke-width:4px,color:#ffffff; classDef standard fill:#70088C,stroke:#150140,stroke-width:4px,color:#ffffff;
classDef questions fill:#FF8D32,stroke:#F24130,stroke-width:4px,color:#ffffff; classDef questions fill:#FF8D32,stroke:#F24130,stroke-width:4px,color:#ffffff;
classDef startstop fill:#F2055C,stroke:#150140,stroke-width:3px; classDef startstop fill:#F2055C,stroke:#150140,stroke-width:3px,color:#ffffff;
class start,done startstop; class start,done startstop;
class goodbelts,goodIS,goodvibs,printGood,unicorn questions; class goodbelts,goodIS,goodvibs,printGood,unicorn questions;
class tensionBelts,checkmotion,SnT_Belts,SnT_IS,SnT_Vibrations,pressureAdvance,extrusionMultiplier,testPrint,checkTMC standard;
``` ```
You can access the documentation for each graph type by clicking on it in the table below. You can access the documentation for each graph type by clicking on it in the table below.