Jernej Pangerc
Jernej Pangerc
All the CAD models are in a single CAD file - printer assembly file. https://github.com/VoronDesign/Voron-Switchwire/blob/master/CAD/Switchwire_Assembly_v1.13.f3d
I have implemented one of the proposed solution on [my fork of SuperSlicer](https://github.com/jernejp21/SuperSlicer/tree/airplane_z_lift-WAL). Branch is called **airplane_z_lift-WAL**. For Linux, appimage is attached under [releases](https://github.com/jernejp21/SuperSlicer/releases). SuperSlicer version should be "Airplane Z...
@burner Your idea with climb rate sound good! I think it would be possible to implement it like this: - remove z lift from `GCode::retract()` - add z travel to...
Added **Climb rate** and **Land rate**. New version for linux [here](https://github.com/jernejp21/SuperSlicer/releases/tag/WAL-v2). All movements use "travel speed".  Climbing goes from XY offset to the point of *acceleration to travel*. Landing...
English also isn't my native language. I will try to explain again what I implemented and what the numbers mean. Black line shows how Z lift works now. - From...
@simpat1zq > Just a suggestion, but I don't think it should start moving upward immediately. I think it should do that only after it moves off of P1 horizontally. That...
I really appreciate you are documenting everything. I just found out today for adaptive mesh functionality and wanted to test it out, but reading documentation I had no success. I...
Why don't use "wire.h" library and internal pull-ups? Or just internal pull-up and digital write. That way you don't have to worry if resistors are connected to circuit or not.
When can we expect this PR to be included? Just the thing I was looking for for my next project.