The 3D Chameleon GCode Genearator doesn't use M900 (which is a Linear Advance) command at all, so not sure where that is coming from. As for the Invalid tool, you don't need to include the T parameters in your gcode... it's safe to replace them all with T0 since we're just using a single extruder anyway. Our code, again, doesn't actually insert any T commands, so it's just a matter of simply replacing all T1, T2 and T3 commands in your gcode file with T0.
I don't recognize the UI you have there... what kind of printer is the running and what is the firmware? The Ender 3 Pro has the classic type of display, not a color one.
@Lenny M Look for the GCode command in your gcode file... there will usually be a comment above it somewhere to tell you where to look. If I'm not mistaken, it's possible it's in the Filament's Custom GCode settings... and not the printer.
The 3D Chameleon GCode Genearator doesn't use M900 (which is a Linear Advance) command at all, so not sure where that is coming from. As for the Invalid tool, you don't need to include the T parameters in your gcode... it's safe to replace them all with T0 since we're just using a single extruder anyway. Our code, again, doesn't actually insert any T commands, so it's just a matter of simply replacing all T1, T2 and T3 commands in your gcode file with T0. I don't recognize the UI you have there... what kind of printer is the running and what is the firmware? The Ender 3 Pro has the classic type of display, not a color one.
sorry i left that out its a bigtreetech silent board and touchscreen
so that may be the reason for m900 error?
Well, M900 is Linear Advance... it sounds like PrusaSlicer has that setting turned on when it shouldn't.
ok i have never used prusa before, I was told it would be the best option for mm.
I will try to track that setting down, thank you very much
@Lenny M Look for the GCode command in your gcode file... there will usually be a comment above it somewhere to tell you where to look. If I'm not mistaken, it's possible it's in the Filament's Custom GCode settings... and not the printer.
I might add, PrusaSlicer is, by a very wide margin, the best slicer for the 3D Chameleon! 😁