This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ObjectType, Field, ClassType, Int, ArgsType } from 'type-graphql'; | |
import { SelectQueryBuilder } from 'typeorm'; | |
import Cursor, { TCursor } from 'scalar/cursor'; | |
@ArgsType() | |
export class CursorPaginationArgs { | |
@Field({ nullable: true }) | |
after?: TCursor; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import { View, SafeAreaView, Animated } from 'react-native'; | |
import { NavigationState } from 'react-navigation'; | |
import { SceneRendererProps } from 'react-native-tab-view'; | |
import Styles, { DOT_SIZE, DOT_MARGIN, BAR_WIDTH } from './styles'; | |
type ScreenDotsProps = SceneRendererProps & { | |
state: NavigationState | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Marlin 3D Printer Firmware | |
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] | |
* | |
* Based on Sprinter and grbl. | |
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reporting endstop status | |
x_min: open | |
y_min: open | |
z_min: open | |
ok |