Skip to content

Instantly share code, notes, and snippets.

; LK4 Custom End G-code for Cura
G91 ;Relative positioning
G1 E-2 F2700 ;Retract a bit
G1 E-2 Z0.2 F2400 ;Retract and raise Z
G1 X5 Y5 F3000 ;Wipe out
G1 Z10 ;Raise Z more
G90 ;Absolute positionning
G1 X1 Y{machine_depth} ;Present print
M106 S0 ;Turn-off fan
// INTERCEPTOR
import {Injectable, Injector} from '@angular/core';
import {
HttpRequest,
HttpHandler,
HttpEvent,
HttpInterceptor, HttpErrorResponse, HttpResponse
} from '@angular/common/http';
import { Observable } from 'rxjs/Observable';
import 'rxjs/add/operator/do';
<?php
header('Content-Type: text/plain; charset=ANSI');
$row = 1;
$corid = 0;
if (($handle = fopen("apoia.csv", "r")) !== FALSE) {
while (($data = fgetcsv($handle, 1000, ";")) !== FALSE) {
$num = count($data);
$row++;
package javaapplication2;
import java.util.Scanner;
public class Programa {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
int A[] = new int[10];
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
int N=1 , K=1;
package javaapplication;
import java.util.Scanner;
public class JavaApplication {
public static void main(String[] args) {
String fazer = "";
double tabela[][] = new double[12][12];
Scanner entrada = new Scanner(System.in);
double auxiliar = 0;
int branco = 1;
fazer = entrada.nextLine();
package javaapplication2;
import java.util.Scanner;
public class JavaApplication2 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
int N=1 , K=1;
package pacote;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
String operacao = "";
double m[][] = new double[12][12];
Scanner entrada = new Scanner(System.in);
as well.
If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.>
ERROR vagrant: Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.
If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors