2015-02-05 20:14:31 +01:00
|
|
|
<!DOCTYPE html>
|
2015-02-05 16:05:29 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2015-02-11 13:59:07 +01:00
|
|
|
<title>Marlin Firmware Configurator</title>
|
2015-02-09 13:34:57 +01:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Fira+Mono&subset=latin,latin-ext' rel='stylesheet' type='text/css' />
|
2015-02-05 20:50:42 +01:00
|
|
|
<script src="js/jquery-2.1.3.min.js"></script>
|
2015-02-05 20:14:31 +01:00
|
|
|
<script src="js/binarystring.js"></script>
|
|
|
|
<script src="js/binaryfileuploader.js"></script>
|
2015-02-20 11:12:00 +01:00
|
|
|
<script src="js/FileSaver.min.js"></script>
|
|
|
|
<script src="js/jszip.min.js"></script>
|
2015-02-05 16:05:29 +01:00
|
|
|
<script src="js/jcanvas.js"></script>
|
|
|
|
<script src="js/jstepper.js"></script>
|
2015-02-05 20:50:42 +01:00
|
|
|
<script src="js/configurator.js"></script>
|
2015-02-05 16:05:29 +01:00
|
|
|
<link rel="stylesheet" href="css/configurator.css" type="text/css" media="all" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2015-02-05 20:14:31 +01:00
|
|
|
<section id="main">
|
2015-02-07 11:04:44 +01:00
|
|
|
<h1>Marlin Configurator</h1>
|
2015-02-11 13:59:07 +01:00
|
|
|
<p class="info">Select presets (coming soon), modify, and download.</p>
|
2015-02-07 08:46:16 +01:00
|
|
|
|
2015-02-11 13:59:07 +01:00
|
|
|
<div id="message"></div>
|
2015-02-06 05:28:39 +01:00
|
|
|
<div id="tabs"></div>
|
|
|
|
|
2015-02-05 16:05:29 +01:00
|
|
|
<form id="config_form">
|
|
|
|
|
2015-02-07 18:03:00 +01:00
|
|
|
<div id="tooltip"></div>
|
|
|
|
|
2015-03-01 07:40:20 +01:00
|
|
|
<label>Drop Files:</label><input type="file" id="file-upload" />
|
2015-02-15 08:44:01 +01:00
|
|
|
<label id="tipson"><input type="checkbox" checked /> ?</label>
|
2015-02-20 11:12:00 +01:00
|
|
|
<a href="" class="download-all">Download Zip</a>
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-04-07 08:16:01 +02:00
|
|
|
<fieldset id="info">
|
|
|
|
<legend>Info</legend>
|
|
|
|
</fieldset>
|
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<fieldset id="machine">
|
|
|
|
<legend>Machine</legend>
|
|
|
|
|
|
|
|
<label class="newline">Serial Port:</label><select name="SERIAL_PORT"></select><div id="serial_stepper"></div>
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<label>Baud Rate:</label><select name="BAUDRATE"></select>
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<label>AT90USB BT IF:</label>
|
|
|
|
<input name="BTENABLED" type="checkbox" value="1" checked />
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<label class="newline">Motherboard:</label><select name="MOTHERBOARD"></select>
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-04-11 06:29:42 +02:00
|
|
|
<label class="newline">Custom Name:</label><input name="CUSTOM_MACHINE_NAME" type="text" size="14" maxlength="12" value="" />
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-02-15 08:44:01 +01:00
|
|
|
<label class="newline">Machine UUID:</label><input name="MACHINE_UUID" type="text" size="38" maxlength="36" value="" />
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<label class="newline">Extruders:</label><select name="EXTRUDERS"></select>
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<label class="newline">Power Supply:</label><select name="POWER_SUPPLY"></select>
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<label>PS Default Off:</label>
|
|
|
|
<input name="PS_DEFAULT_OFF" type="checkbox" value="1" checked />
|
|
|
|
</fieldset>
|
2015-02-05 16:05:29 +01:00
|
|
|
|
2015-02-15 08:44:01 +01:00
|
|
|
<fieldset id="homing">
|
|
|
|
<legend>Homing</legend>
|
|
|
|
</fieldset>
|
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<fieldset id="temperature">
|
|
|
|
<legend>Temperature</legend>
|
|
|
|
<label class="newline">Temp Sensor 0:</label><select name="TEMP_SENSOR_0"></select>
|
|
|
|
<label class="newline">Temp Sensor 1:</label><select name="TEMP_SENSOR_1"></select>
|
|
|
|
<label class="newline">Temp Sensor 2:</label><select name="TEMP_SENSOR_2"></select>
|
|
|
|
<label class="newline">Bed Temp Sensor:</label><select name="TEMP_SENSOR_BED"></select>
|
2015-02-05 17:19:09 +01:00
|
|
|
|
2015-02-06 05:28:39 +01:00
|
|
|
<label>Max Diff:</label>
|
|
|
|
<input name="MAX_REDUNDANT_TEMP_SENSOR_DIFF" type="text" size="3" maxlength="2" />
|
2015-02-06 04:30:11 +01:00
|
|
|
|
2015-02-09 13:34:57 +01:00
|
|
|
<label>Temp Residency Time (s):</label>
|
2015-02-06 05:28:39 +01:00
|
|
|
<input name="TEMP_RESIDENCY_TIME" type="text" size="3" maxlength="2" />
|
|
|
|
</fieldset>
|
2015-02-06 04:30:11 +01:00
|
|
|
|
2015-02-15 08:44:01 +01:00
|
|
|
<fieldset id="extruder">
|
|
|
|
<legend>Extruder</legend>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<fieldset id="lcd">
|
|
|
|
<legend>LCD / SD</legend>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<fieldset id="bedlevel">
|
|
|
|
<legend>Bed Leveling</legend>
|
2015-02-09 13:34:57 +01:00
|
|
|
</fieldset>
|
|
|
|
|
2015-04-07 08:16:01 +02:00
|
|
|
<fieldset id="fwretract">
|
|
|
|
<legend>FW Retract</legend>
|
2015-02-09 13:34:57 +01:00
|
|
|
</fieldset>
|
|
|
|
|
2015-04-07 08:16:01 +02:00
|
|
|
<fieldset id="tmc">
|
|
|
|
<legend>TMC</legend>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<fieldset id="l6470">
|
|
|
|
<legend>L6470</legend>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<fieldset id="extras">
|
|
|
|
<legend>Extras</legend>
|
2015-02-20 11:12:00 +01:00
|
|
|
</fieldset>
|
|
|
|
|
2015-02-09 13:34:57 +01:00
|
|
|
<fieldset id="more">
|
|
|
|
<legend>More…</legend>
|
|
|
|
</fieldset>
|
|
|
|
|
2015-02-11 13:59:07 +01:00
|
|
|
<section id="config_text">
|
|
|
|
<h2>Configuration.h</h2>
|
|
|
|
<span class="disclose"></span>
|
|
|
|
<a href="" class="download">Download</a>
|
|
|
|
<pre class="hilightable config"></pre>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="config_adv_text">
|
|
|
|
<h2>Configuration_adv.h</h2>
|
|
|
|
<span class="disclose"></span>
|
|
|
|
<a href="" class="download">Download</a>
|
|
|
|
<pre class="hilightable config"></pre>
|
|
|
|
</section>
|
2015-02-05 16:05:29 +01:00
|
|
|
|
|
|
|
<br class="clear" />
|
|
|
|
</form>
|
2015-02-07 09:46:14 +01:00
|
|
|
</section>
|
2015-02-05 16:05:29 +01:00
|
|
|
</body>
|
|
|
|
</html>
|