sb53systems / G-Code-Flow-Temperature-Controller

A post processing script for OrcaSlicer
MIT License
121 stars 7 forks source link

error occurred #5

Closed mickeyboss123 closed 2 months ago

mickeyboss123 commented 2 months ago

error occurred q1

sb53systems commented 2 months ago

Try using a dot instead of a comma in the PA value
image

sb53systems commented 2 months ago

Which slicer did you use?

boromyr commented 2 months ago

Same problem with the dot, the gcode comes from orca.

sb53systems commented 2 months ago

can any one email me the original G-Code ?
I think the problem may be caused by deferent versions of Windows in regional format !

sb53systems commented 2 months ago

My Discord is : sb53systems

boromyr commented 2 months ago

Bridge_test.gcode.txt Windows 11 IT

sb53systems commented 2 months ago

image
same problem with me !

sb53systems commented 2 months ago

i'll informs you more when i get it

sb53systems commented 2 months ago

i think that i dont take in concidiration the Wipe option

image

@boromyr can you test it without wipe ?

boromyr commented 2 months ago

same problem Bridge_test.gcode.txt

sb53systems commented 2 months ago

@boromyr use : PRINT_START instead of START_PRINT

image

You have to change it also in Klipper Configs. Confirm if it is working.

Salim.

boromyr commented 2 months ago

It works, I managed to save the gcode. I would like to avoid changing the name of the macros not knowing how the printer may react, so I tried:

START_PRINT EXTRUDER_TEMP=220 BED_TEMP=55
PRINT_START EXTRUDER_TEMP=220 BED_TEMP=55

and it still works, the printer should ignore the macro with an unknown name. Wouldn't it be better to modify your software? Anyway, I will try it as soon as possible, it seems like a great improvement!

sb53systems commented 2 months ago

your Klipper will not reconize this new macro, you have to change it

sb53systems commented 2 months ago

@boromyr , Note that you must print each test separately to experiment with a deferent bridge speed, otherwise the script will take into consideration the average of all your examples and adjust the speed for each of them.

image

sb53systems commented 2 months ago

This approach will be more effective if this concept is integrated into the slicer !
You need to experiment more with this script !

Happy Smart 3D Printing.