Search found 3 matches

Go to advanced search

by linuxguygary
Tue Jun 13, 2023 4:12 pm
Forum: General Discussion and Tips
Topic: post processing variables
Replies: 11
Views: 87714
 
Jump to post

Re: post processing variables

Here's my test REPLACE line with only the variable in the replacement {REPLACE "M106 S89 P2" "[fan2_speed_percentage]"} and here is the result, its interpreted as literal text, (never the variable value). The layer comment included just for context. ; layer 20, Z = 6.0600 [fan2_s...
by linuxguygary
Tue Jun 13, 2023 11:56 am
Forum: General Discussion and Tips
Topic: post processing variables
Replies: 11
Views: 87714
 
Jump to post

Re: post processing variables

I guess I need a little syntax help , here's what I'm doing {REPLACE "M106 S89 P2" "SET_FAN_SPEED FAN=chamber_cooling_fan SPEED="[fan2_speed_percentage]} this does the replace, but still leaves the line without a value like: SET_FAN_SPEED FAN=chamber_cooling_fan SPEED= the fan is...
by linuxguygary
Mon Jun 12, 2023 5:01 pm
Forum: General Discussion and Tips
Topic: post processing variables
Replies: 11
Views: 87714
 
Jump to post

Re: post processing variables

Hi folks I'm looking for a way to control my Klipper based chamber fan , looking a the S3D gcode file I see it issues a marlin M106 S89 P2 to set the fan to the correct percentage. But Klipper needs "SET_FAN_SPEED FAN=fan_name SPEED=x" So using the REPLACE post processing I have tried the ...

Go to advanced search