mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Added print_start heating.
This commit is contained in:
@@ -126,7 +126,7 @@ gcode:
|
|||||||
{% set maxVelocityAdjusted = (0.90 * maxVelocity * 60)|int %}
|
{% set maxVelocityAdjusted = (0.90 * maxVelocity * 60)|int %}
|
||||||
{% set bedtempAlmost = (bedtemp - 2)|int %}
|
{% set bedtempAlmost = (bedtemp - 2)|int %}
|
||||||
{% set hotendtempStepOne = 150|int %}
|
{% set hotendtempStepOne = 150|int %}
|
||||||
{% set hotendtempStepTwo = 175|int %}
|
{% set hotendtempStepTwo = 170|int %}
|
||||||
|
|
||||||
BED_MESH_PROFILE LOAD=default ; NOTE if not using a mesh, comment out this line
|
BED_MESH_PROFILE LOAD=default ; NOTE if not using a mesh, comment out this line
|
||||||
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1
|
ADJUST_FILAMENT_SENSOR_STATUS ENABLE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user