Skip to content

Commit 8ee1312

Browse files
vajonampedrolamas
andauthored
fix: corrects original source attributions (fluidd-core#1276)
Signed-off-by: vajonam <[email protected]> Co-authored-by: Pedro Lamas <[email protected]>
1 parent eaf04fe commit 8ee1312

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/widgets/camera/services/WebrtcGo2RtcCamera.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ export default class WebrtcGo2RtcCamera extends Mixins(CameraMixin) {
3636
abortController: AbortController | null = null
3737
3838
// 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
4140
4241
startPlayback () {
4342
this.abortController?.abort()

src/components/widgets/toolhead/ToolheadControlCircle.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<div>
33
<v-row>
44
<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+
-->
59
<svg
610
width="100%"
711
height="100%"
@@ -674,9 +678,6 @@ import StateMixin from '@/mixins/state'
674678
import ToolheadMixin from '@/mixins/toolhead'
675679
import type { BedSize } from '@/store/printer/types'
676680
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-
680681
@Component({})
681682
export default class ToolheadControlCircle extends Mixins(StateMixin, ToolheadMixin) {
682683
get enableXYHoming (): boolean {

0 commit comments

Comments
 (0)