All Projects → pinguinpfleger → ASWX1-FW-MOD

pinguinpfleger / ASWX1-FW-MOD

Licence: GPL-3.0 license
Artillery Sidewinder X1 Firmware Mod based on Marlin 2.0.x

Projects that are alternatives of or similar to ASWX1-FW-MOD

RAWR-TFT-Firmware-Artillery3D
The best Artillery Sidewinder X1 and Genius TFT Firmware 🖨 🦖
Stars: ✭ 71 (-36.04%)
Mutual labels:  firmware, 3dprinter, artillery-sidewinder-x1
cukinia
A simple on-target system test framework for Linux
Stars: ✭ 24 (-78.38%)
Mutual labels:  firmware
U8glib-HAL
Customized U8glib for use in Marlin 2.0
Stars: ✭ 40 (-63.96%)
Mutual labels:  firmware
0xCB-1337
Mechanical macropad with OLED running QMK
Stars: ✭ 33 (-70.27%)
Mutual labels:  firmware
Tasmota-specials
Tasmota unofficial firmware builds. Install via Tasmota WebInstaller
Stars: ✭ 54 (-51.35%)
Mutual labels:  firmware
lista-de-empresas
Lista de empresas ou instituições brasileiras que desenvolvem sistemas embarcados
Stars: ✭ 45 (-59.46%)
Mutual labels:  firmware
T-BOTS
Software for controlling and analysing T-Bots (Balancing robots)
Stars: ✭ 21 (-81.08%)
Mutual labels:  firmware
simtrace2
Osmocom SIM card tracer, v2.0; mirror of https://gitea.osmocom.org/sim-card/simtrace2
Stars: ✭ 54 (-51.35%)
Mutual labels:  firmware
Firmware
FETtec ESC Firmware repository
Stars: ✭ 25 (-77.48%)
Mutual labels:  firmware
embeddedappsec
Embedded AppSec Best Practices
Stars: ✭ 38 (-65.77%)
Mutual labels:  firmware
HUANANZHI-X99-TF
BY99RD25 BIOS for HUANANZHI X99-TF GAMING Motherboard 08/25/2020
Stars: ✭ 27 (-75.68%)
Mutual labels:  firmware
valist
Web3-native software distribution. Publish and install executables, Docker images, WebAssembly, and more. Powered by Ethereum, IPFS, and Filecoin.
Stars: ✭ 107 (-3.6%)
Mutual labels:  firmware
MACHINIST-X99ZV102
C612RD23 BIOS for MACHINIST X99Z V102 Motherboard 07/31/2020
Stars: ✭ 21 (-81.08%)
Mutual labels:  firmware
dlink-decrypt
D-Link firmware decryption PoC
Stars: ✭ 107 (-3.6%)
Mutual labels:  firmware
W1209
W1209 data logging thermostat w/ STM8 eForth
Stars: ✭ 24 (-78.38%)
Mutual labels:  firmware
meltdown-spectre-bios-list
a list of BIOS/Firmware fixes adressing CVE-2017-5715, CVE-2017-5753, CVE-2017-5754
Stars: ✭ 16 (-85.59%)
Mutual labels:  firmware
RescueAVR
An Arduino sketch that is able to do high-voltage programming in order to resurrect bricked AVR MCUs(in addition, you need a bit of HW on a breadboard)
Stars: ✭ 29 (-73.87%)
Mutual labels:  firmware
multizone-linux
MultiZone® Security Enclave for Linux
Stars: ✭ 18 (-83.78%)
Mutual labels:  firmware
Skynet3d
Skynet3d
Stars: ✭ 62 (-44.14%)
Mutual labels:  firmware
NanoVNA-D
Firmware for NanoVNA, NanoVNA-H, NanoVNA-H4. Support SD Card, external Serial connection, fast measure, fast exchange vs CPU
Stars: ✭ 97 (-12.61%)
Mutual labels:  firmware

ASWX1-FW-MOD

Artillery Sidewinder X1 Firmware Mod

The ASWX1-FW-Mod is an optimization for the Artillery Sidewinder X1 3D printer.
The Artillery Sidewinder X1 is delivered with Marlin 1.19 link and deactivated EEPROM memory function M500.

This optimized firmware is based on Marlin Firmware Version 2.0.x
and on Marlin Artillery Sidewinder X1 config


There is also an optimized firmware for Artillery Sidewinder X1 touch display which you can install too but it is optional.

Releases

20.03.2020 ASWX1-FW-MOD-v1.2 - ASWX1-FW-MOD-v1.2.zip based on Marlin 2.0.5.1

07.03.2020 ASWX1-FW-MOD-v1.1 - ASWX1-FW-MOD-v1.1.zip based on Marlin 2.0.4.4
Maintained some basic changes (e.g. the possibility to store babystepping)

29.02.2020 ASWX1-FW-MOD-v1.0 - ASWX1-FW-MOD-v1.0.zip based on Marlin 2.0.4.4

Improvements

  1. Save to EEPROM
    Enabled EEPROM M500 to persist settings.
    Now you can store PIDs and Z-Offsets to EEPROM

  2. LIN_ADVANCE activated
    Linear Advance brings you better dimensional precision due to reduced bleeding edges.
    Higher printing speeds are possible without any loss of print quality - as long as your extruder can handle the needed speed changes.
    Visible and tangible print quality is increased even at lower printing speeds.
    No need for high acceleration and jerk values to get sharp edges.
    Read https://marlinfw.org/docs/features/lin_advance.html for more details and how to calibrate.
    By default the K_Factor is set to 0, so it is disabled.
    To enable it using gcode you should first calibrate your specific K factor.
    You can do this here. Accordingly set the K factor within your slicer using e.g. M900 K0.2

  3. S_CURVE_ACCELERATION activated
    This option eliminates vibration during printing by fitting a Bézier curve to move acceleration, producing much smoother direction changes.

  4. ADAPTIVE_STEP_SMOOTHING activated
    Adaptive Step Smoothing increases the resolution of multi-axis moves, particularly at step frequencies below 1kHz (for AVR) or 10kHz (for ARM), where aliasing between axes in multi-axis moves causes audible vibration and surface artifacts. The algorithm adapts to provide the best possible step smoothing at the lowest stepping frequencies.

Individual adjustments

Individual adjustments can be made in Configuration.h and Configuration_adv.h

Examples can be found in the links below.
Enabling BL-Touch, also look at Issue #6
E3D Hemera - Artillery (Evnovo) Sidewinder X1 Firmware Modification

Read more about configuring Marlin

Of course the firmware must be recompiled than.
There are serveral ways to compile.

[Linux / Mac]
An easy one is platformio CLI command.
To complile you just need execute platformio run in the root folder of this repository (where platformio.ini is also located).
The new compiled firmware is saved here: .pio/build/megaatmega2560/firmware.hex

[Windows]
There is a great instruction how to use Arduino-IDE on Marlin.org.
This should be the easiest way on Windows.

Board: "Arduino/Genuino Mega or Mega 2560"
Processor: "ATmega2560 (Mega 2560)"

Customize your configs, use "Sketchs -> Export compiled Binary", flash

Flashing

Important: Don't forget to read and backup your current EEPROM-settings with M503!

The display and the USB-Port are sharing the same wires so flashing the motherboard-firmware need some extra work.
There are two ways possible to flash the firmware.

1. Disconnect the display

be careful, DISCONNECT the 230V power cord, you do not need it for flashing, everything will be savely powered using the USB Connection
Either compile the attached source or flash the precompiled hex file. For flashing the precompiled hex file you can e.g. install and use Prusa Slic3r 2.x. In order to be able to flash the firmware you must unscrew the bottom plate of you printer (danger, 230V connectors, unplug power cord first) and disconnect the MKS LCD cable. Otherwise it wont let you flash as both, the TFT and Flasher communicate using serial. After flashing and powering off you simply reconnect the tft+enclosure fan and install the bottom plate again.

2. Loop method

With this method we try to talk to the motherboard before the display is ready to listen. You have to use a Linux or Mac mashine for this.

The flash.sh script is trying to flash the command in a loop until the command finishs succesfully.
Steps:

  • Make sure Artillery Sidewinder X1 is unplugged from the power supply.
  • Unplug USB Cable too.
  • Connect your linux box (or mac) with the printer USB-Port
  • Place firmware.hex and flash.sh in same directory and execute flash.sh.
  • You will see timeout errors thats normal.
  • Plug USB Cable
  • Leave flash.sh running and unplug / plug USB Cable or hit the reset button until the flash.sh finishs

A detailed explanation of this procedure is available from joskfg at Github

Reset to factory defaults

I recommend to reset the newly flashed firmware to its defaults and overwrite any older settings.
Don't forget to read your settings by M503 and copy/save them somewhere.
The gcode command to reset the firmware to the hardcoded defaults is M502,
followed by M500 to save these default setting to EEPROM.
After that you can restore your settings from your M503-Backup e.g. M92 X80.12 Y80.12 Z399.78 E420.00
Save again by M500 and finally reload all stored data from Eeprom by M501

You can execute the gcode commands using a terminal program like Arduino-IDE, Pronterface) or using the Terminal Tab in Octoprint.



Credits

The repository here is the continuation of the MarlinFW from Robscar's firmware mod at Thingiverse.
The modified firmware for the Makerbase MKS-TFT 3.2 touch display has been seperated to an own repository:
https://github.com/pinguinpfleger/ASWX1-TFTFW-MOD

Links

Slicer Machine & Profile Settings

https://3d-nexus.com/resources/file-archives/category/8-artillery-evnovo

Youtube

RICS 3D Marlin 2 https://www.youtube.com/watch?v=JlgykMHhMzw
Waggster Mod https://www.youtube.com/watch?v=ynm8inRMVkE

Other Mods

Waggster Mod (BL-Touch) https://pretendprusa.co.uk/index.php?action=downloads;cat=5
3D Nexus (Mesh Bed Leveling, Marlin 1.1.x) https://3d-nexus.com/resources/file-archives/download/5-printer-firmware/11-artillery-swx1-marlin-1-1-9-advanced-firmware-and-gui 3D Print Beginner (also derived from Robscar's firmware) https://3dprintbeginner.com/sidewinder-x1-firmware/



Disclaimer, use at your own risk!

There are inherent dangers of upgrading your firmware and config files. I caution you to make sure that you completely understand the potential risks before applying/uploading any of the files provided to your 3D-Printer. The firmware and Config Files are provided "as is" without warranty of any kind, either express or implied.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].