tinkergnome 927
3 hours ago, lucabur said:Can anyone please explain me why these options are hidden with a preset fixed value and how to make them available ?
AFAIK "Prime Blob" is only usable for newer Ultimaker printers (with gcode flavor "Griffin") - it uses a custom gcode command that is ignored by other printers.
For all other printers such things are done in the start script. So the solution is: change the coordinates in the start script to take the reduced build area into account.
If needed you can lookup all gcodes and parameters in the Marlin documentation.
Recommended Posts
JCD 28
I'm using Cura 4.3, so I do'nt see the creality ender5plus but I have the def.json file for the ender5.
Ender5 inherits from creality_base which inherits from fdmprinter for the settings
The fdmprinter.def.json file tells that enabled prime bob has the enabled var to false, which makes it invisible.
This parameter is not overridden by creality_base and ender5
For the ender5plus please check if this param is overridden with enabled=true, if not this params is not visible in cura. Maybe you may override it, i do'nt know this printer, by adding the line in the def.json file
Edited by JCDLink to post
Share on other sites