Skip to content

Commit

Permalink
fix: corrects original source attributions (#1276)
Browse files Browse the repository at this point in the history
Signed-off-by: vajonam <152501+vajonam@users.noreply.github.com>
Co-authored-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
vajonam and pedrolamas authored Dec 15, 2023
1 parent eaf04fe commit 8ee1312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export default class WebrtcGo2RtcCamera extends Mixins(CameraMixin) {
abortController: AbortController | null = null
// webrtc player methods
// adapted from https://github.com/AlexxIT/go2rtc/blob/master/www/webrtc.html
// also adapted from https://github.com/mainsail-crew/mainsail/pull/1651
// adapted from https://github.com/AlexxIT/go2rtc/blob/master/www/video-rtc.js
startPlayback () {
this.abortController?.abort()
Expand Down
7 changes: 4 additions & 3 deletions src/components/widgets/toolhead/ToolheadControlCircle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<div>
<v-row>
<v-col class="pa-0 mt-1">
<!--
SVG assets from Mainsail Toolhead Circle Control, rest of control
adapted for Fluidd from https://github.com/mainsail-crew/mainsail/blob/develop/src/components/panels/ToolheadControls/CircleControl.vue
-->
<svg
width="100%"
height="100%"
Expand Down Expand Up @@ -674,9 +678,6 @@ import StateMixin from '@/mixins/state'
import ToolheadMixin from '@/mixins/toolhead'
import type { BedSize } from '@/store/printer/types'
// heavly adapted from https://github.com/mainsail-crew/mainsail/blob/develop/src/components/panels/ToolheadControls/CrossControl.vue
// modified to work with fluidd concepts.
@Component({})
export default class ToolheadControlCircle extends Mixins(StateMixin, ToolheadMixin) {
get enableXYHoming (): boolean {
Expand Down

0 comments on commit 8ee1312

Please sign in to comment.