|
Hi. It's possible to open a left mb.extruder from a link/image in the main page (not only form the extruder tab) ? thanks in advance. Bye. Andrea |
|
Yes, you can open any extruder from an external link by triggering a click event on the extruder flap: if your extruder ID is "extruderLeft":
like this (clicking on image must open the mb.extruder...)?
(Mar 04 '10 at 16:42)
user-158 (google)
This way: ![]()
(Mar 18 '10 at 09:14)
Matteo Bicocchi ♦♦
|
<script type="text/javascript">
$('#extruderLeft .test').click();
</script>

