Skip to content

Commit ccd3606

Browse files
Test branch (#92)
* Add Arc Support (G2/G3) for X Y Z I J E F form. * Add initial print simulation support for G2/G3. * Remove unused code block * Add gauge * Handle NaN in coordinates for arc simulation. May resolve #86 * Handle NaN for i,j,r,e and f. * Add status bar for temps * Update status text * Show status in fullscreen only * Update status message * Update version Co-authored-by: FormerLurker <hochgebe@gmail.com> Co-authored-by: unknown <kragrathea>
1 parent c9a517f commit ccd3606

5 files changed

Lines changed: 337 additions & 27 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dist
88
.DS_Store
99
/.vs
1010
/node_modules/three
11+
.vscode/*

octoprint_prettygcode/static/css/prettygcode.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,22 @@
6363
display:none;
6464
}
6565

66+
.pgfullscreen .pgstatus
67+
{
68+
display:unset;
69+
}
70+
.pgstatus
71+
{
72+
display:none;
73+
position:absolute;
74+
top:0px;
75+
left:0px;
76+
width:100%;
77+
font-size:large;
78+
text-align:center;
79+
background:#ffffff50;
80+
}
81+
6682
.pgfullscreen #state_wrapper {
6783
top: 20px;
6884
left: 20px;

0 commit comments

Comments
 (0)