Use api.github to get Configurations
- Make api.github the default source for configurations - Remove configurations from the configurator - Continuation and enhancements
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Marlin Configurator</title>
|
||||
<link href='http://fonts.googleapis.com/css?family=Fira+Mono&subset=latin,latin-ext' rel='stylesheet' type='text/css' />
|
||||
<script src="js/jquery-2.1.3.min.js"></script>
|
||||
<script src="js/binarystring.js"></script>
|
||||
<script src="js/binaryfileuploader.js"></script>
|
||||
@ -26,6 +27,8 @@
|
||||
<div id="tooltip"></div>
|
||||
|
||||
<label>Drop Files Here:</label><input type="file" id="file-upload" />
|
||||
<div id="tipson"><input type="checkbox" checked /> ?</div>
|
||||
<br class="clear" />
|
||||
|
||||
<fieldset id="machine">
|
||||
<legend>Machine</legend>
|
||||
@ -64,13 +67,25 @@
|
||||
<label>Max Diff:</label>
|
||||
<input name="MAX_REDUNDANT_TEMP_SENSOR_DIFF" type="text" size="3" maxlength="2" />
|
||||
|
||||
<label class="newline">Temp Residency Time (s):</label>
|
||||
<label>Temp Residency Time (s):</label>
|
||||
<input name="TEMP_RESIDENCY_TIME" type="text" size="3" maxlength="2" />
|
||||
</fieldset>
|
||||
|
||||
<h2>Marlin/Configuration.h</h2>
|
||||
<fieldset id="hotends">
|
||||
<legend>Hot Ends</legend>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="heatbed">
|
||||
<legend>Heated Bed</legend>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="more">
|
||||
<legend>More…</legend>
|
||||
</fieldset>
|
||||
|
||||
<h2>Marlin/Configuration.h</h2><span class="disclose"></span>
|
||||
<pre id="config_text" class="hilightable"></pre>
|
||||
<h2>Marlin/Configuration_adv.h</h2>
|
||||
<h2>Marlin/Configuration_adv.h</h2><span class="disclose"></span>
|
||||
<pre id="config_adv_text" class="hilightable"></pre>
|
||||
|
||||
<br class="clear" />
|
||||
|
Reference in New Issue
Block a user