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
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 positioning | |
G1 X0 Y{machine_depth} ;Present print | |
M106 S0 ;Turn-off fan | |
M104 S0 ;Turn-off hotend |
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
;------------------------------------------ | |
;*** Start Dual Nozzle/Bed Preheating *** | |
M140 S{material_bed_temperature} ; start preheating the bed WITHOUT wait to what is set in Cura | |
M104 S{material_print_temperature} T0 ; start preheating hotend WITHOUT wait to what is set in Cura | |
;------------------------------------------------- | |
;------------------------------------------ | |
;*** Auto Bed Level *** | |
M280 P0 S160 ; BLTouch alarm release |
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
ifeq ($(OS),Windows_NT) | |
POLYLABEL_ARCHIVE_FORMAT := zip | |
POLYLABEL_OS := pc-windows-msvc | |
ifeq ($(PROCESSOR_ARCHITEW6432),AMD64) | |
POLYLABEL_ARCH := x86_64 | |
else | |
ifeq ($(PROCESSOR_ARCHITECTURE),AMD64) | |
POLYLABEL_ARCH := x86_64 | |
endif | |
ifeq ($(PROCESSOR_ARCHITECTURE),x86) |
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
2020/06/02 18:04:36 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility. | |
Use TF_LOG=TRACE to see Terraform's internal logs. | |
---- | |
2020/06/02 18:04:36 [INFO] Terraform version: 0.12.26 | |
2020/06/02 18:04:36 [INFO] Go runtime version: go1.13.11 | |
2020/06/02 18:04:36 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-lock=false", "-var-file=.tfvars"} | |
2020/06/02 18:04:36 [DEBUG] Attempting to open CLI config file: /Users/anonymous/.terraformrc | |
2020/06/02 18:04:36 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2020/06/02 18:04:36 [DEBUG] checking for credentials in "/Users/anonymous/.terraform.d/plugins" | |
2020/06/02 18:04:36 [INFO] CLI command args: []string{"apply", "-lock=false", "-var-file=.tfvars"} |