You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: THE MACHINE START GCODE BELOW RESOLVED THIS - IF YOU HAVE FIRST LAYER TEMP ISSUES PLEASE SEE BELOW
Hey all,
I have this issue where no matter what I do, any kind of setting at all period in orce, the gcode ALWAYS sets the first layer nozzle temp at 210 and the bed at 55. It then corrects itself on the second layer.
Here is the gocde I am using:
START_PRINT BED_TEMP={first_layer_bed_temperature[0]} EXTRUDER_TEMP={first_layer_temperature[0]}
Now if I use this as my Machine Start Gcode it fixes that problem:
START_PRINT BED_TEMP=[bed_temperature_initial_layer_single] EXTRUDER_TEMP=[nozzle_temperature_initial_layer]
If the machine g code is generating all this, how can I modify that?
I want to apply this fix but have everything else the same and if anyone else has any ideas to fix the initial issue please let me know.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
EDIT: THE MACHINE START GCODE BELOW RESOLVED THIS - IF YOU HAVE FIRST LAYER TEMP ISSUES PLEASE SEE BELOW
Hey all,
I have this issue where no matter what I do, any kind of setting at all period in orce, the gcode ALWAYS sets the first layer nozzle temp at 210 and the bed at 55. It then corrects itself on the second layer.
Here is the gocde I am using:
START_PRINT BED_TEMP={first_layer_bed_temperature[0]} EXTRUDER_TEMP={first_layer_temperature[0]}
Now if I use this as my Machine Start Gcode it fixes that problem:
START_PRINT BED_TEMP=[bed_temperature_initial_layer_single] EXTRUDER_TEMP=[nozzle_temperature_initial_layer]
If the machine g code is generating all this, how can I modify that?
I want to apply this fix but have everything else the same and if anyone else has any ideas to fix the initial issue please let me know.
Any help with this is appreciated
Beta Was this translation helpful? Give feedback.
All reactions