File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ export default class WebrtcGo2RtcCamera extends Mixins(CameraMixin) {
36
36
abortController: AbortController | null = null
37
37
38
38
// webrtc player methods
39
- // adapted from https://github.com/AlexxIT/go2rtc/blob/master/www/webrtc.html
40
- // also adapted from https://github.com/mainsail-crew/mainsail/pull/1651
39
+ // adapted from https://github.com/AlexxIT/go2rtc/blob/master/www/video-rtc.js
41
40
42
41
startPlayback () {
43
42
this .abortController ?.abort ()
Original file line number Diff line number Diff line change 2
2
<div >
3
3
<v-row >
4
4
<v-col class =" pa-0 mt-1" >
5
+ <!--
6
+ SVG assets from Mainsail Toolhead Circle Control, rest of control
7
+ adapted for Fluidd from https://github.com/mainsail-crew/mainsail/blob/develop/src/components/panels/ToolheadControls/CircleControl.vue
8
+ -->
5
9
<svg
6
10
width =" 100%"
7
11
height =" 100%"
@@ -674,9 +678,6 @@ import StateMixin from '@/mixins/state'
674
678
import ToolheadMixin from ' @/mixins/toolhead'
675
679
import type { BedSize } from ' @/store/printer/types'
676
680
677
- // heavly adapted from https://github.com/mainsail-crew/mainsail/blob/develop/src/components/panels/ToolheadControls/CrossControl.vue
678
- // modified to work with fluidd concepts.
679
-
680
681
@Component ({})
681
682
export default class ToolheadControlCircle extends Mixins (StateMixin , ToolheadMixin ) {
682
683
get enableXYHoming (): boolean {
You can’t perform that action at this time.
0 commit comments