You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description" content="Visual GCode viewer and analyzer in your browser. No need to upload you GCode anywhere, everything is done locally."/>
<liclass="socials"><ahref="https://twitter.com/share" class="twitter-share-button" data-url="http://gcode.ws" data-text="Check out a nice online gcode viewer!">Tweet</a>
<inputtype="checkbox" id="showRetractsCheckbox" value="2" onclick="GCODE.ui.processOptions()" checked>Show retracts and restarts</input><br>
182
-
<inputtype="checkbox" id="moveModelCheckbox" value="3" onclick="GCODE.ui.processOptions()" checked>Move model to the center of the grid</input><br>
183
-
<inputtype="checkbox" id="differentiateColorsCheckbox" value="7" onclick="GCODE.ui.processOptions()" checked>Show different speeds with different colors</input><br>
<labelfor="showRetractsCheckbox"><inputtype="checkbox" id="showRetractsCheckbox" value="2" onclick="GCODE.ui.processOptions()" checked>Show retracts and restarts</label>
176
+
<labelfor="moveModelCheckbox"><inputtype="checkbox" id="moveModelCheckbox" value="3" onclick="GCODE.ui.processOptions()" checked>Move model to the center of the grid</label>
177
+
<labelfor="differentiateColorsCheckbox"><inputtype="checkbox" id="differentiateColorsCheckbox" value="7" onclick="GCODE.ui.processOptions()" checked>Show different speeds with different colors</label>
<b>gCodeViewer</b> is a visual GCode visualizer, viewer and analyzer in your own browser! It works on any OS in almost any modern browser (chrome, ff, safari 6, opera, ie10 should work too). All you need to do - is drag your *.gcode file to the designated zone.<br><br>
236
-
Current features include:<br>
229
+
<b>gCodeViewer</b> is a visual GCode visualizer, viewer and analyzer in your own browser! It works on any OS in almost any modern browser (chrome, ff, safari 6, opera, ie10 should work too). All you need to do - is drag your *.gcode file to the designated zone.<br/><br/>
230
+
Current features include:<br/>
237
231
<ul>
238
-
<li>Visualize GCode in 2D, layer by layer</li>
239
-
<ul>
240
-
<li>Show retracts and restarts</li>
241
-
<li>Show print/move/retract speeds</li>
242
-
<li>Display only part of layer, animate sequence of layer printing</li>
243
-
<li><b>NEW!!</b> Show two layers simultaneously so you can check overhangs</li>
244
-
<li><b>NEW!!</b> Adjust line width to simulate print more closely</li>
245
-
</ul>
246
-
<li>Analyze GCode</li>
247
-
<ul>
248
-
<li>Print time, amount of plastic used, layer height, etc. for whole file and for single layer</li>
249
-
<li>Reference visualized part to GCode file (i.e. select a certain part of 2d visualization, switch to GCode view - it will highlight list of lines responsible for visualized piece)</li>
250
-
</ul>
251
-
<li>Multiplatform, available online (but works offline too), works locally (doesn't upload you g-code anywhere or download anything but application itself)</li>
252
-
<li>3D visualization (I don't know what for, it's dull and useless.. need to rewrite it to be like in repetier host)</li>
253
-
<li>And yeah, it's slow, memory hungry and only supports modern browsers</li>
254
-
<li>Totally open source so you can use it as you like</li>
255
-
</ul><br><br>
256
-
All sources are available at <ahref="https://github.com/hudbrog/gCodeViewer">https://github.com/hudbrog/gCodeViewer</a><br>
257
-
If you find any bugs or have feature requests - don't hesitate to post them to <ahref="https://github.com/hudbrog/gCodeViewer/issues">https://github.com/hudbrog/gCodeViewer/issues</a><br>
258
-
And I would appreciate if you like it on Thingiverse page: <ahref="http://www.thingiverse.com/thing:35248">http://www.thingiverse.com/thing:35248</a><br>
232
+
<li>Visualize GCode in 2D, layer by layer
233
+
<ul>
234
+
<li>Show retracts and restarts</li>
235
+
<li>Show print/move/retract speeds</li>
236
+
<li>Display only part of layer, animate sequence of layer printing</li>
237
+
<li><b>NEW!!</b> Show two layers simultaneously so you can check overhangs</li>
238
+
<li><b>NEW!!</b> Adjust line width to simulate print more closely</li>
239
+
</ul>
240
+
</li>
241
+
<li>Analyze GCode
242
+
<ul>
243
+
<li>Print time, amount of plastic used, layer height, etc. for whole file and for single layer</li>
244
+
<li>Reference visualized part to GCode file (i.e. select a certain part of 2d visualization, switch to GCode view - it will highlight list of lines responsible for visualized piece)</li>
245
+
</ul>
246
+
</li>
247
+
<li>Multiplatform, available online (but works offline too), works locally (doesn't upload you g-code anywhere or download anything but application itself)</li>
248
+
<li>3D visualization (I don't know what for, it's dull and useless.. need to rewrite it from scratch)</li>
249
+
<li>And yeah, it's slow, memory hungry and only supports modern browsers</li>
250
+
<li>Totally open source so you can use it as you like</li>
251
+
</ul>
252
+
<br/><br/>
253
+
All sources are available at <ahref="https://github.com/hudbrog/gCodeViewer">https://github.com/hudbrog/gCodeViewer</a><br/>
254
+
If you find any bugs or have feature requests - don't hesitate to post them to <ahref="https://github.com/hudbrog/gCodeViewer/issues">https://github.com/hudbrog/gCodeViewer/issues</a><br/>
255
+
And I would appreciate if you like it on Thingiverse page: <ahref="http://www.thingiverse.com/thing:35248">http://www.thingiverse.com/thing:35248</a><br/>
0 commit comments