Gareth Farrington

Results 9 issues of Gareth Farrington

Thanks for the of the 5015 Modular Fan design, this makes so much more sense than the 4020 fan! Its so much easier to find high quality 5015 fans and...

When declaring a gcode macro variable: ``` [gcode_macro MY_MACRO] variable_MY_VARIABLE: 100 ``` klipper automatically converts this to lower case. Dumping this from the printer object results in: ``` printer['gcode_macro MY_MACRO'].my_variable...

Stale

**Is your feature request related to a problem? Please describe.** I'm trying to use Scalene to profile a large, multi threaded, Python program that's designed to be a system service....

This is about the F429 variant: There is a trailing "comment" in the memory map in the USB interface descriptor for the Internal Flash device: `iInterface 4 @Internal Flash /0x08000000/04*016Kg,01*064Kg,07*128Kg챐ƨ⹔뺿䭼뛮컸`...

Add Bulk ADC Sensors and Load Cell skeleton * Add support for the [ADS1220](https://www.ti.com/product/ADS1220), HX717 and HX711 ADC sensors. * Add a `load_cell` skeleton to create the sensors and start...

It was really easy to [add support](https://github.com/garethky/PrusaSlicerPressureAdvanceCalibration/commit/427cffe9fe4fa70b5eccc54cc61b183668a0f5d9) for parsing bgcode files to [my project](https://garethky.github.io/PrusaSlicerPressureAdvanceCalibration/). Thank you to whomever it was that put the time into adding the wasm/emscripten build. If...

This came up when developing load cell based probing but I believe its also works with any kind of nozzle probe, e.g. Voron Tap. There is a thread on the...

reviewer needed

The goal of this PR is to get from a gram scale all the way to being able to home a printer with a load cell. An overview of whats...

reviewer needed

### Requested feature I'd like to be able to have the text of a button include some data from the printers current state. E.g. I have a menu "Filaments" to...

enhancement