Skip to content

Commit

Permalink
Gcode docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nortikin committed Apr 1, 2021
1 parent afff67e commit 64b5aec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/nodes/exchange/exchange_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Exchange
bezier_in
nurbs_in
receive_from_sorcar
gcode_exporter
4 changes: 2 additions & 2 deletions utils/sv_svg_custom_server.htm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

</div>
<div id="div2">
<span id="file_name">File: "/home/ololo/Documents/BLENDER/SVERCHOK/Blends2.90/svg/cutter voro.svg"</span>
<span id="file_name">File: "/home/ololo/Documents/BLENDER/SVERCHOK/Blends2.90/svg/boxberry_01.svg"</span>
<button id="PauseButton" onclick="pause_feed()">Pause</button>
<button id="PlayButton"onclick="live_feed = start_feed()">Play</button>
<form id="refresh_slider">
Expand All @@ -71,7 +71,7 @@
<script>
var a=0
var paused= false
var file_name = "/home/ololo/Documents/BLENDER/SVERCHOK/Blends2.90/svg/cutter voro.svg"
var file_name = "/home/ololo/Documents/BLENDER/SVERCHOK/Blends2.90/svg/boxberry_01.svg"
function reload_svg(){
<!-- console.log(a) -->

Expand Down

0 comments on commit 64b5aec

Please sign in to comment.