- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Apologies if this is the wrong place to ask (I did also check and I don't think this has been answered already) - pointers in the right direction as gratefully accepted as answers!
I thought I'd give the new additive manufacturing features a try - I normally use Ultimaker Cura for the last step before printing on my Anycubic Mega-X - and they look nice, but I have a problem with the generated gcodes.
Anything which I try to print, it attempts to print not at the position I place it on the build plate, but rather directly from the home position (i.e. at (0,0)). Probably a couple of pictures explains better - the first is where Fusion360 thinks the print will be, and the second is what the actual gcode says (I screenshotted the result of loading the gcode into cura, but I can confirm that the real printer sees things the same way and will mostly just produce spaghetti on the corner of the platform for any gcode from Fusion:)
I'm using the "Anycubic fff machine" post-processor, from the F360 library. There is a setting in the "G-Code" settings section of print settings, "Start at Home Position", which looks like it ought to solve my problem - but it produces the same result whichever way I set it.
Anyone with any ideas, I'd be grateful to hear!
All the best,
Tim
PS. Just in case it helps, here are the first few lines of a generated gcode:
;1001
;Firmware: Marlin
;Printer Name: AnyCubic AnyCubic Mega-X
;Print time: 2578s
;Extruder 1 Material used: 2436mm
;Extruder 1 Material name: PLA 1.75mm
;Extruder 1 Filament diameter: 1.75mm
;Extruder 1 Nozzle diameter: 0.4mm
;Extruder 1 offset x: 0mm
;Extruder 1 offset y: 0mm
;Extruder 1 offset z: 0mm
;Max temp: 220
;Bed temp: 60
;Layer Count: 149
;width: 150mm
;depth: 150mm
;height: 300mm
;center x: 0mm
;center y: 0mm
;center z: 0mm
;Count of bodies: 1
;Version of Fusion: 2.0.8950
G28 X0 Y0
G28 Z0
;--------------------------------
;Selected Profile: PLA 1.75mm, 0.4mm Nozzle
;Selected Printer: AnyCubic, AnyCubic Mega-X
;--------------------------------
M140 S60
M105
M190 S60
M104 S220
M105
M109 S220
G92 E0
;--------------------------------
;Layer : 1 of 149
M107
;rapid-leaky
G1 F236
G21
Solved! Go to Solution.