#Nightowl Sanity check

1 messages · Page 1 of 1 (latest)

tranquil flicker
#

Just came back to the nightowl AFC project and Macros / slicer stuff is not my strong point, is there anything in the below that shouts stop or would there be anything that may be better changed?
Not tested as of yet but the printer is powered on and shows no errors immediately. Im using superslicer for now.
Ive pasted my print start into a text file attachted

Slicer

Start G code

  BED={first_layer_bed_temperature} \
  EXTRUDER={first_layer_temperature} \
  TOOL={initial_tool} \
  CHAMBER={chamber_temperature}

Tool Change

Colour Change

AFC_PURGE LENGTH=[flush_length]
tropic patioBOT
#

<@&1304550334839918672>

digital quiver
#

We don’t typically use color changes once we have multiple filaments to choose from
Otherwise on mobile so can’t check your print start but your posting in slicer looks funny to me, not used to having / in it

jolly quartz
#

You could probably wait until later (after probing, qgl, mesh) to load, to save from having to heat the hotend and cool it back down. That'll save some potential oozing too.

jolly quartz
tranquil flicker
#

would this be a better format to keep the start gcode in? for sanity im trying to keep bits seperate for understanding

;  BED={first_layer_bed_temperature} 
;  EXTRUDER={first_layer_temperature} 
;  TOOL={initial_tool} 
;  CHAMBER={chamber_temperature}```
digital quiver
#

For here or in your actual code In slicer?
Cause if you put that in slicer you will get unknown commands as it will send bed and extruder as their own command instead of as parameters for print_start

tranquil flicker
#

for the slicer

digital quiver
#

In slicer it needs to all be on one line no carriage return

tranquil flicker
#

Happy my gcodes are now functioning and I’ve changed the slicer to orca

#

Just came back to the nightowl AFC project and Macros / slicer stuff is not my strong point, is there anything in the below that shouts stop or would there be anything that may be better changed?
Not tested as of yet but the printer is powered on and shows no errors immediately. Im using superslicer for now.
Ive pasted my print start into a text file attachted

Slicer

Start G code

M140 S0 ; Stops OrcaSlicer from sending temperature waits separately
PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] TOOL={initial_tool}

Change Filament

; FLUSH_START
; EXTERNAL_PURGE {flush_length}
; FLUSH_END
pseudo bough
tranquil flicker