mirror of
https://github.com/furrysalamander/rubedo.git
synced 2025-11-04 15:49:40 +08:00
Fixed start gcode
This commit is contained in:
parent
3c0f34ed1a
commit
29fc97dc67
5
main.py
5
main.py
@ -16,9 +16,10 @@ from pprint import pprint
|
|||||||
VALIDATE_RESULTS = True
|
VALIDATE_RESULTS = True
|
||||||
|
|
||||||
|
|
||||||
PRINT_START = """
|
PRINT_START = f"""
|
||||||
G28
|
|
||||||
M104 S180; preheat nozzle while waiting for build plate to get to temp
|
M104 S180; preheat nozzle while waiting for build plate to get to temp
|
||||||
|
M140 S{BUILD_PLATE_TEMPERATURE};
|
||||||
|
G28
|
||||||
M190 S{BUILD_PLATE_TEMPERATURE};
|
M190 S{BUILD_PLATE_TEMPERATURE};
|
||||||
QUAD_GANTRY_LEVEL
|
QUAD_GANTRY_LEVEL
|
||||||
CLEAN_NOZZLE
|
CLEAN_NOZZLE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user