Hi Variador
Click on 'Ultimaker (volumetric)' in the top right panel
Click on the 'Machine' tab lower right panel
Click on the '...' button
Click on the 'Ultimaker (volumetric) specific' tab
There you will see 2 boxes where you can set your GCode Footer and Header
The first movement Netfabb does towards Y is where it scrapes the nozzle clean
After that it does a long priming ritual
I like to use 'Outline' for the Raft Type (on the Print Tab) which is a good amount of priming
Here are my Footer and Header
M190 S85 ; Turn HBP OnG21 ;mm as unitsM92 E866 ; orig = 866G90 ;Absolute PositioningG28 ;HomeG92 Z-0.7 E-5 ;Define current Z position - Make Z more negative for looser bondG1 Z0 F5000 ;Move Z to zeroM109 S%maxtemp1 ;Set Temp and waitG1 E0 F500 ;prime the chamber with filament
G92 E-5 ; Define current E positionG1 E0 F500 ; Retract filament from ChamberM140 S0 ; Turn HBP OffM84 ;Disable Motors
The G92 Z-0.7 command is to set my platform height so don't use that on your own machine as it will be different
Also I have Heated build platform settings which are a bit high as my thermistor readings on that are a bit low plus you wouldn't want those if you don't have a HBP
These are my settings on the 'General Settings' Tab
Recommended Posts
yzorg 9
Can you paste the start.gcode you use?
i never got to test netfabb because its not free..
if you have the same firmware that Cura would use, i would test to copy paste some lines from the start.gcode from cura. maybe that works out.
It zeros the printhead to the front left then pre-extrudes a little and goes to the middle of the plattform to start the print.
hers my start.gcode
---------------------------------------------
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G92 X0 Y0 Z0 E0 ;reset software position to front/left/z=0.0
G1 Z15.0 F{max_z_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
;go to the middle of the platform (disabled, as there is no need to go to the center)
;G1 X{machine_center_x} Y{machine_center_y} F{travel_speed}
G1 F{travel_speed}
Link to post
Share on other sites