mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
minor updates.
This commit is contained in:
parent
88c6845592
commit
8f5a2f7664
@ -121,9 +121,9 @@
|
|||||||
<script src="js/d3dServerInterfacing.js"></script>
|
<script src="js/d3dServerInterfacing.js"></script>
|
||||||
<script src="js/verticalShapes.js"></script>
|
<script src="js/verticalShapes.js"></script>
|
||||||
<script src="js/buttonbehaviors.js"></script>
|
<script src="js/buttonbehaviors.js"></script>
|
||||||
<script src="js/canvasDrawing_v01.js"></script>
|
<script src="js/canvasDrawing.js"></script>
|
||||||
<script src="js/previewRendering_v02.js"></script>
|
<script src="js/previewRendering.js"></script>
|
||||||
<script src="js/gcodeGenerating_v01.js"></script>
|
<script src="js/gcodeGenerating.js"></script>
|
||||||
<script src="js/init_layout.js"></script>
|
<script src="js/init_layout.js"></script>
|
||||||
<script src="js/Printer.js"></script>
|
<script src="js/Printer.js"></script>
|
||||||
<script src="js/Thermometer.js"></script>
|
<script src="js/Thermometer.js"></script>
|
||||||
|
@ -17,5 +17,4 @@
|
|||||||
&.converging { background: url('../img/vertical_shape_icons/converging.png') no-repeat; }
|
&.converging { background: url('../img/vertical_shape_icons/converging.png') no-repeat; }
|
||||||
&.sinus { background: url('../img/vertical_shape_icons/sinus.png') no-repeat; }
|
&.sinus { background: url('../img/vertical_shape_icons/sinus.png') no-repeat; }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user