Releases: bphillips09/SV04-IDEX-3D-Printer-Mainboard-Source-code
Pre-release V1.1.B3.4
Pre-release V1.1.B3.4.1
Only install if needed or testing.
V1.1.B3.3
V1.1.B3.3
REQUIRED Touchscreen Firmware: V2.0.B3
Fixed issues with long file or folder names
Enabled extra linear advance features
//
Added full SD Card browsing including folders and thousands of files
Enabled Linear Advance
Fixes for Touchscreen glitches
Fixes for OctoPrint
Please note that if you are using OctoPrint and want proper status updates on the touchscreen, you should set up your GCODE settings like on this page.
V1.1.B3.2
V1.1.B3.2
REQUIRED Touchscreen Firmware: V2.0.B3
Fixed issues with long file or folder names
Fixed an issue with dual extruder homing during pause
Added full SD Card browsing including folders and thousands of files
Enabled Linear Advance
Fixes for Touchscreen glitches
Fixes for OctoPrint
Please note that if you are using OctoPrint and want proper status updates on the touchscreen, you should set up your GCODE settings like on this page.
V1.1.B3
V1.1.B3
REQUIRED Touchscreen Firmware: V2.0.B3
Added full SD Card browsing including folders and thousands of files
Enabled Linear Advance
Fixes for Touchscreen glitches
Fixes for OctoPrint
Please note that if you are using OctoPrint and want proper status updates on the touchscreen, you should set up your GCODE settings like on this page.
V1.1.B2
V1.1.B2
Recommended Touchscreen Firmware: V2.0.B2
Adds Auto-Tramming feature
Sets hotend offset values to 0.01mm
Fixes for OctoPrint
Fixes for filament runout
Fixes for mode selection and icons
Fixes for EEPROM saving
Please note that if you are using OctoPrint and want proper status updates on the touchscreen, you should set up your GCODE settings like on this page.
V1.1.B1
Enabled M117 messages during printing
Enabled M73 print progress
Enabled FILAMENT_RUNOUT support using Marlin instead of the touch screen
Enabled HOST_ACTION_COMMANDS
Enabled M605 updates on touch screen (Now will reflect Dual/Copy/Mirror mode on the screen)
Enabled BINARY_TRANSFER for SD Card
For OctoPrint GCODE info:
Before print job starts
M75 {{ event.name }}
After print job completes
M77 ; End print screen
After print job is cancelled
M77 ; End print screen
;disable motors
M84
;disable all heaters
{% snippet 'disable_hotends' %}
{% snippet 'disable_bed' %}
;disable fan
M106 S0
M117 Print was cancelled
After print job is paused
M76 ; Pause print screen
M117 Print was paused
Before print job is resumed
M75 {{ event.name }}
M117 Print was resumed