FFF Post Creation Utility add-in creates unusable post-processor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm attempting to modify the standard Creality post-processor to add just a couple lines of code that will allow for my automatic bed leveling probe to run its routine before printing. However, using the FFF Post Creation Utility add-in generates a post-processor that will not output any code. Instead, it throws an error stating that the post only supports one extruder. My printer is only configured for a single extruder, so I'm not sure why this is happening.
I've attached the log and failed print files for review. Either I'm not utilizing the utility correctly, or there's a bug here. I'm looking for some advice or assistance as to what's wrong. Any help is appreciated.
To clarify, I'm adding two lines to the utility in the "Start program" section after the default code that's there. The new starting code I've defined below with new lines following the comment stating default code ends:
;%programName%
;%programComment%
G21
G90
M82
G28 Z0
; Default code stops here, added the following...
G29 ; Run automatic leveling routine
G0 X100 Z20 F5000 ; Move print head for probe removal prior to printing