- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Today I tested the 3D FFF printing capabilities of Fusion 360, with the standard machine configuration and post processor that are available in Fusion for my printer. The first print came out pretty nice, which surprised me positively! I noticed some behavior during the start of the print that could be streamlined to gain efficiency in the printing process.
First I saw that the mesh bed leveling preceded the heating process of the bed and extruder. In my opinion the mesh bed leveling should occur after heating of the bed, because the bed could deform during heating, which could invalidate the z-offsets.
Secondly, the order in which the bed and extruder heat up; first the bed will be heated and after that completes, the extruder will heat up. This takes up a lot of time. In Ultimaker Cura, the bed and the extruder are heating up simultaneously, and the mesh bed leveling will take place directly after both temperatures have been reached.
M104 S{material_print_temperature_layer_0} ; set extruder temp
M140 S{material_bed_temperature_layer_0} ; set bed temp
M190 S{material_bed_temperature_layer_0} ; wait for bed temp
M109 S{material_print_temperature_layer_0} ; wait for extruder temp
G28 W ; home all without mesh bed level
G80 ; mesh bed leveling
How can I adjust the Fusion post processor to accomplish this goal? In the postprocessor I found two functions (onBedTemp(temp, wait) and (onExtruderTemp(temp, wait, id)), but I don't know how to combine the two. Can someone give me some push in the right direction on this?
Very much appreciated!
Product Design Suite 2024
Inventor 2024 (v 28.20.27200.0000), Vault Basic 2024
Fusion 360
HP Workstation Z4
Intel Xeon 3.4GHz
32GB RAM
Windows 11 Professional (64bit)
Solved! Go to Solution.
