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
On Mon, Feb 5, 2024 at 11:53 AM bradanlane ***@***.***> wrote:
I call the embedded API using the following:
<script type="module" src="js/kicanvas.js"></script>
<kicanvas-embed controls="full" controlslist="nodownload">
<kicanvas-source src="files/project.kicad_pro"></kicanvas-source>
<kicanvas-source src="files/project.kicad_sch"></kicanvas-source>
<kicanvas-source src="files/project.kicad_pcb"></kicanvas-source>
</kicanvas-embed>
It always starts with the PCB.
I have tried omitting the pro file and I have tried swapped the order.
The PCB is always the default when the webpage is loaded.
What change do I need to make such that the schematic is the default?
—
Reply to this email directly, view it on GitHub
<#79>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5I4YZ2R3YQNKPFV7OTR3YSEFAJAVCNFSM6AAAAABC2PPPDOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTSMBRG43TQNY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I call the embedded API using the following:
It always starts with the PCB.
I have tried omitting the
pro
file and I have tried swapped the order. The PCB is always the default when the webpage is loaded.What change do I need to make such that the schematic is the default?
The text was updated successfully, but these errors were encountered: