mirror of
https://github.com/furrysalamander/rubedo.git
synced 2025-09-26 23:29:12 +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
|
||||
|
||||
|
||||
PRINT_START = """
|
||||
G28
|
||||
PRINT_START = f"""
|
||||
M104 S180; preheat nozzle while waiting for build plate to get to temp
|
||||
M140 S{BUILD_PLATE_TEMPERATURE};
|
||||
G28
|
||||
M190 S{BUILD_PLATE_TEMPERATURE};
|
||||
QUAD_GANTRY_LEVEL
|
||||
CLEAN_NOZZLE
|
||||
|
Loading…
Reference in New Issue
Block a user